summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-01 08:39:26 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-01 08:39:26 +0000
commit9cd8b726a475cfd6b05d2dd57473153d40a45fa9 (patch)
tree14b373d4b34a01f8f2bec211200d77b1c74b2068 /DOCS
parentb517893813a5a4dacfe3da83747b571a2066a313 (diff)
downloadmpv-9cd8b726a475cfd6b05d2dd57473153d40a45fa9.tar.bz2
mpv-9cd8b726a475cfd6b05d2dd57473153d40a45fa9.tar.xz
i_certify_that_my_video_stream_does_not_use_b_frames is gone.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23983 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/mencoder.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 3707c545e0..feab04e6be 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -398,7 +398,7 @@ You should be safe if you respect the following constraints:
<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</replaceable> -of mpeg -mpegopts format=mpeg1:ts
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>