We upgraded the mplayer/mencoder package.
As a result of the upgrade one of the old switches used on the command line is no longer needed and produced an error.
I had to change file: /home/fatpenguin/filmwad.com/public_html/vshare/include/settings/video_conversion.php:
And update the line that reads:
$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";
Removing the lavfopt:
"-lavfopts i_certify_that_my_video_stream_does_not_use_b_fram es"
The original line was:
$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";
Bookmarks