Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Convert Error

  1. #1

    Default Convert Error

    Hi there i've looked on the forum noone else is getting this error thou...

    Code:
    STARTING VIDEO CONVERSION (process_queue.id = 1)
    
    File: /var/www/virtual/cruiseclip.com/htdocs/video/SV_A0068.mp4
    
    ####################################################
    
    SELECT * FROM `video` WHERE `VID`=1
    
    ####################################################
    
    Video id: 1
    
    Find video duration - START
    
    Duration (ffmpeg-php): 25
    
    DURATION: 00:25
    
    Create Thumbnail - START
    
    Create Thumbnail with ffmpeg-php - END
    
    CONVERT COMMAND: /usr/bin/mencoder '/var/www/virtual/cruiseclip.com/htdocs/video/SV_A0068.mp4' -o /var/www/virtual/cruiseclip.com/htdocs/flvideo/1211135665768923905.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames
    
    ####################################################
    
    ####################################################
    
    Return value:
    
    Back

  2. #2
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Convert Error

    Look at the second line of your error message. Is that the path to your files? I think you might need to check cgi-bin/uu_default_config.pm for the path to your files?

    normally it's something like /home/username/public_html/domainname/blah blah blah
    If it's not fun, stop doing it!

  3. #3
    Join Date
    Jan 2008
    Posts
    147

    Default Re: Convert Error

    Edit the video_conversion.php (include/settings)
    Try to use the following command

    Code: Select all

    Code:
    $cmd_mencoder = "$config[mencoder] '$video_src' -o $video_flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames";

  4. #4

    Default Re: Convert Error

    all those are already done...

  5. #5

  6. #6

    Default Re: Convert Error

    for the vshare_test... which is the thumb.php

    this is what i got...
    :S

    http://cruiseclip.com/vshare_test/thumb.php

    on the debug file i get this...

    http://cruiseclip.com/templates_c/debug.txt

    for the convert.php i get this...

    http://cruiseclip.com/convert.php


    anyone explain each one please...

  7. #7

    Default Re: Convert Error

    Please contact your webhost to set the PHP Configuration same as http://vshare.in/requirements.html
    After that upload one test video and check its working or not.

  8. #8
    Join Date
    May 2008
    Posts
    13

    Default Re: Convert Error

    File: /home/xxxxx/public_html/vshare/video/Herman Munster Calling CQ .wmv

    ERROR: file not found.

  9. #9
    Join Date
    May 2007
    Location
    Planet Earth
    Posts
    1,389

    Default Re: Convert Error

    when you upload a video, there should be no spaces or special characters in the name of the uploaded file. Try it again with the video named HermanMunsterCallingCQ.wmv
    If it's not fun, stop doing it!

  10. #10
    Join Date
    May 2008
    Posts
    13

    Default Re: Convert Error

    Quote Originally Posted by grynmoors
    when you upload a video, there should be no spaces or special characters in the name of the uploaded file. Try it again with the video named HermanMunsterCallingCQ.wmv


    I did now I get the following;

    Fatal error: Class 'ffmpeg_movie' not found in /home/xxxxx/public_html/vshare/include/classes/class.video_duration.php on line 54

Page 1 of 2 12 LastLast

Similar Threads

  1. Convert Error
    By ct2k7 in forum Installation Support
    Replies: 1
    Last Post: 04-20-2009, 04:05 AM
  2. Convert Error
    By pjohn in forum Installation Support
    Replies: 20
    Last Post: 01-17-2009, 06:13 PM
  3. Convert error
    By tanjiajun_34 in forum Installation Support
    Replies: 5
    Last Post: 01-05-2009, 07:33 AM
  4. convert error
    By harleywiz in forum Installation Support
    Replies: 2
    Last Post: 06-06-2008, 04:44 AM
  5. Convert Error
    By sathees in forum Bug Reports
    Replies: 1
    Last Post: 02-14-2008, 05:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •