-
ffmpeg stuff
When I had "ffmpeg-php" selected. I got the "class 'ffmpeg_movie' not found, but using just regular "ffmeg" I got this in the conversion:
-----
STARTING VIDEO CONVERSION (process_queue.id = 4)
File: /home/xxx/public_html/xxx/vshare/video/oo.mov
################################################## ##
SELECT * FROM `video` WHERE `VID`=4
################################################## ##
Video id: 4
Find video duration - START
/home/xxx/public_html/xxx/vshare/include/ffmpeg -i /home/xxx/public_html/xxx/vshare/video/oo.mov
sh: /home/xxx/public_html/xxx/vshare/include/ffmpeg: Permission denied
Duration (ffmpeg): 0
DURATION: 00:00
Create Thumbnail - START
Creating Thumbnail with ffmpeg
Create Thumbnail with ffmpeg - END
CONVERT COMMAND: /home/xxx/public_html/xxx/vshare/include/mencoder '/home/xxx/public_html/xxx/vshare/video/oo.mov' -o /home/xxx/public_html/bxxx/vshare/flvideo/1214294180569465059.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:
----
any ideas !?
-
Re: ffmpeg stuff
WAIT it says permission denied, so I CHMOded ffmpeg to 777 and now i got this:
sh: /home/xxx/public_html/xxx/vshare/include/ffmpeg: cannot execute binary file
um, why not? haha
-
Re: ffmpeg stuff
Edit the video_conversion.php (include/settings)
Try to use the following command
$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:l ast_pred=3 -srate 22050 -lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es";
-
Re: ffmpeg stuff
Im sure that wouldve worked too, but I got the error "cannot execute binary file" again.
I also read that HostMonster doesnt support ffmpeg due to resources