# HG changeset patch # User diego # Date 1185957566 0 # Node ID 9c8d9fcd16ed734c2f0ca4f3daffe7d222c0d626 # Parent 33428cfa2af0537b76623cd4541b54d1a2d042fd i_certify_that_my_video_stream_does_not_use_b_frames is gone. diff -r 33428cfa2af0 -r 9c8d9fcd16ed DOCS/xml/en/mencoder.xml --- a/DOCS/xml/en/mencoder.xml Wed Aug 01 08:37:16 2007 +0000 +++ b/DOCS/xml/en/mencoder.xml Wed Aug 01 08:39:26 2007 +0000 @@ -398,7 +398,7 @@ mencoder -ofps 30000/1001 -af lavcresample=24000 -vf harddup -of lavf \ -oac lavc -ovc lavc -lavcopts aglobal=1:vglobal=1:vcodec=mpeg4:acodec=aac \ - -lavfopts format=psp:i_certify_that_my_video_stream_does_not_use_b_frames \ + -lavfopts format=psp \ input.video -o output.psp Note that you can set the title of the video with @@ -446,8 +446,7 @@ Same, but using libavformat MPEG muxer: mencoder input.avi -o VCD.mpg -ofps 25 -vf scale=352:288,harddup -of lavf \ - -lavfopts format=mpg:i_certify_that_my_video_stream_does_not_use_b_frames \ - -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \ + -lavfopts format=mpg -oac lavc -lavcopts acodec=mp2:abitrate=224 -ovc lavc \ -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0