summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authortorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-01 23:41:55 +0000
committertorinthiel <torinthiel@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-01 23:41:55 +0000
commit23ae48d23ed911c3f7f6c2724c827ab98651413a (patch)
tree6e675b741a00f897146312197ca1893ac43bf34e /DOCS
parentc6f76aab85c84c46b2af2e5d51083a5e9fca6c68 (diff)
downloadmpv-23ae48d23ed911c3f7f6c2724c827ab98651413a.tar.bz2
mpv-23ae48d23ed911c3f7f6c2724c827ab98651413a.tar.xz
Some fixes for previous commit, 10l for me
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21425 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/mencoder.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/en/mencoder.xml b/DOCS/xml/en/mencoder.xml
index 3f659beceb..6474a17bf0 100644
--- a/DOCS/xml/en/mencoder.xml
+++ b/DOCS/xml/en/mencoder.xml
@@ -377,7 +377,7 @@ mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
<title>encode for PSP</title>
<para>
<screen>
-mencoder -ofps 30000/1001 -af resample=24000 -vf harddup -of lavf \
+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 \
<replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
@@ -425,7 +425,7 @@ Same, but using <systemitem class="library">libavformat</systemitem> MPEG muxer:
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 \
- -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0 \
+ -lavcopts vcodec=mpeg1video:vrc_buf_size=327:keyint=15:vrc_maxrate=1152:vbitrate=1152:vmax_b_frames=0
</screen>
</para>
</informalexample>