-
Re: Convert Error
This error has been addressed in previous posts to the forum. Here's one of the search results. If this one doesn't help you, then try some of the others. Searh for class.video_duration.php on line 54 in the search box, several threads pop up.
viewtopic.php?f=4&t=2918
-
Re: Convert Error
Changed to ffmepg but videos don't play
-
Re: Convert Error
STARTING VIDEO CONVERSION (process_queue.id = 6)
--------------------------------------------------------------------------------
File: /home/xxxxxx/public_html/vshare/video/Herman.wmv
################################################## ##
SELECT * FROM `video` WHERE `VID`=8
################################################## ##
Video id: 8
Find video duration - START
/home/yoursite/public_html -i /home/xxxxxx/public_html/vshare/video/Herman.wmv
sh: /home/yoursite/public_html: No such file or directory
Duration (ffmpeg): 0
DURATION: 00:00
Create Thumbnail - START
Creating Thumbnail with ffmpeg
Create Thumbnail with ffmpeg - END
CONVERT COMMAND: /usr/bin/mencoder '/home/xxxxx/public_html/vshare/video/Herman.wmv' -o /home/xxxxx/public_html/vshare/flvideo/12115902441262161227.flv -of lavf -oac mp3lame -lameopts abr:br=56 -ovc lavc -lavcopts vcodec=flv:vbitrate=500:mbd=2:mv0:trell:v4mv:cbp:l ast_pred=3 -srate 22050 -ofps 24 -vf harddup
################################################## ##
Array
(
)
################################################## ##
Return value:
Running flvtool2: /usr/bin/flvtool2 -U /home/xxxxx/public_html/vshare/flvideo/12115902441262161227.flv
What does this mean?
-
Re: Convert Error
not sure about the whole thing, but this part: 12115902441262161227.flv is herman.wmv converted into an .flv file, so it's there. Why it wouldn't play, I don't know.
-
Re: Convert Error
STARTING VIDEO CONVERSION (process_queue.id = 1)
--------------------------------------------------------------------------------
File: /home/xxxxx/public_html/vshare/video/hermencq.flv
################################################## ##
SELECT * FROM `video` WHERE `VID`=1
################################################## ##
Video id: 1
Find video duration - START
Duration (ffmpeg-php): 9
DURATION: 00:09
Create Thumbnail - START
Fatal error: Call to undefined method ffmpeg_frame::toGDImage() in /home/xxxxx/public_html/vshare/include/classes/class.video_thumb.php on line 190
Any ideas why this would happen?
-
Re: Convert Error
There's a thread that includes a file to test vShare on your server, I'll see if I can find that thread and post it here so that you can download and test vShare on your server. If the test fails then it means that your web host doesn't have all the requirements, which could be part of the problem. IDK, but it's worth a shot.
-
Re: Convert Error
Here, try this and see if it fails or not. If it fails, then it means that your server doesn't have all the requirements
viewtopic.php?f=3&t=1594
-
Re: Convert Error
I got it working, it was the ffmpeg-php, I changed it to ffmpeg and it coverted fine and plays.
-
Re: Convert Error
Please contact your webhost to install ffmpeg with Gd support