diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-16 22:14:27 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-09-16 22:14:27 +0000 |
commit | f412ce97c014861154f643694a9482a34d11eb22 (patch) | |
tree | 1a36e177f67244cbf068e5e0f7c172b35cdc5efe | |
parent | 1474a68782b8dc495f39ac62fcb4405da22f01ba (diff) | |
download | mpv-f412ce97c014861154f643694a9482a34d11eb22.tar.bz2 mpv-f412ce97c014861154f643694a9482a34d11eb22.tar.xz |
i_certify is no longer an option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24549 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/en/encoding-guide.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/en/encoding-guide.xml b/DOCS/xml/en/encoding-guide.xml index 3633745fd4..14c7ef4ef4 100644 --- a/DOCS/xml/en/encoding-guide.xml +++ b/DOCS/xml/en/encoding-guide.xml @@ -4525,7 +4525,7 @@ using compdata bitrate settings: mencoder -dvd-device <replaceable>zeiram.iso</replaceable> dvd://7 -o <replaceable>trailer.flv</replaceable> \ -ovc vfw -xvfwopts codec=vp6vfw.dll:compdata=onepass.mcf -oac mp3lame \ -lameopts cbr:br=64 -af lavcresample=22050 -vf yadif,scale=320:240,flip \ --of lavf -lavfopts i_certify_that_my_video_stream_does_not_use_b_frames +-of lavf </screen> </para> </informalexample> |