Try this:
Open the file include/settings/video_conversion.php .
There, set cmd_all to mencoder, so that it looks like this after >>:
Code:
$cmd_all = $cmd_mencoder;
Then, comment IN the code for the new mencoder, so that it looks like this after >>: ...
Code:
# For latest version of mplayer
# $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 -ofps 24 -vf harddup";
... and now, comment OUT the code for the older mencoder, so that it looks like this after>>:
Code:
# For old version of mplayer
$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";
Finished. Now save the file, and try to process the queue again.
If your converting works now, then your host is simply using an older mencoder-version.
If it still doesnt work, then i assume something is wrong with your binary-paths and / or chmods of folders and files.
thanks.
Bookmarks