[MPlayer-DOCS] r23983 - trunk/DOCS/xml/en/mencoder.xml

diego subversion at mplayerhq.hu
Wed Aug 1 10:39:26 CEST 2007


Author: diego
Date: Wed Aug  1 10:39:26 2007
New Revision: 23983

Log:
i_certify_that_my_video_stream_does_not_use_b_frames is gone.


Modified:
   trunk/DOCS/xml/en/mencoder.xml

Modified: trunk/DOCS/xml/en/mencoder.xml
==============================================================================
--- trunk/DOCS/xml/en/mencoder.xml	(original)
+++ trunk/DOCS/xml/en/mencoder.xml	Wed Aug  1 10:39:26 2007
@@ -398,7 +398,7 @@ You should be safe if you respect the fo
 <screen>
 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 \
     <replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
 </screen>
 Note that you can set the title of the video with
@@ -446,8 +446,7 @@ mencoder <replaceable>input.avi</replace
 Same, but using <systemitem class="library">libavformat</systemitem> MPEG muxer:
 <screen>
 mencoder <replaceable>input.avi</replaceable> -o <replaceable>VCD.mpg</replaceable> -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
 </screen>
 </para>



More information about the MPlayer-DOCS mailing list