summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/de/mencoder.xml
diff options
context:
space:
mode:
authorkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-28 02:20:48 +0000
committerkraymer <kraymer@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-09-28 02:20:48 +0000
commitd3362f70686fd9126df82b3fcc362dfd77b447fb (patch)
tree6094556f7ee67374bc49bafef5a9026830b4c0b6 /DOCS/xml/de/mencoder.xml
parentc6dffa6cf04ec4cca6772b702b15c91417ddb0c1 (diff)
downloadmpv-d3362f70686fd9126df82b3fcc362dfd77b447fb.tar.bz2
mpv-d3362f70686fd9126df82b3fcc362dfd77b447fb.tar.xz
r23578: Fix license header.
r23579: Activate license notice. r23594: added some carriage returns and full stops, plus a missing 'option' r23608: Nico claims to never have had any problems with X11 compilation on Mandrake. r23983: i_certify_that_my_video_stream_does_not_use_b_frames is gone. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24644 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/de/mencoder.xml')
-rw-r--r--DOCS/xml/de/mencoder.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/DOCS/xml/de/mencoder.xml b/DOCS/xml/de/mencoder.xml
index e0d037bf9d..aa58d4ac87 100644
--- a/DOCS/xml/de/mencoder.xml
+++ b/DOCS/xml/de/mencoder.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- in sync with r23342 -->
+<!-- in sync with r23983 -->
<!-- missing cosmetic commit 21537 -->
<chapter id="mencoder">
<title>Allgemeiner Gebrauch von <application>MEncoder</application></title>
@@ -345,7 +345,7 @@
<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>
Der Titel des Videos kann folgendermaßen angepasst werden:
@@ -435,8 +435,7 @@
Das gleiche bei Benutzung des MPEG-Muxers von <systemitem class="library">libavformat</systemitem>:
<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>