summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorvoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-03 06:38:45 +0000
committervoroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-03 06:38:45 +0000
commitc40c93fe86606f97496cf5a8bd058a876df0d03f (patch)
treebf64accbd13fa4ba328fdc89a2a43fa1e3378eb0 /DOCS
parent8a8ac8ac23f3aab2eb8d1ab06c0b2ab7213b6c84 (diff)
downloadmpv-c40c93fe86606f97496cf5a8bd058a876df0d03f.tar.bz2
mpv-c40c93fe86606f97496cf5a8bd058a876df0d03f.tar.xz
fix two overlooked typos in previous sync cause build error
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21458 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/ru/mencoder.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/xml/ru/mencoder.xml b/DOCS/xml/ru/mencoder.xml
index 8bcd3422ef..52866c8cec 100644
--- a/DOCS/xml/ru/mencoder.xml
+++ b/DOCS/xml/ru/mencoder.xml
@@ -372,7 +372,7 @@ mencoder dvd://2 -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2 \
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</replacable>
+<replaceable>input.video</replaceable> -o <replaceable>output.psp</replaceable>
</screen>
Заметьте, что можно задать заголовок видео опцией
<option>-info name=<replaceable>Заголовок_Фильма</replaceable></option>.
@@ -664,7 +664,7 @@ mencoder dvd://1 -oac copy -ovc lavc -lavcopts vcodec=mpeg4:mbd=2:trell:vpass=2
<example id="copying_a_french_subtitle_from_an_mpeg_file">
<title>Копирование французских субтитров из MPEG файла</title>
<screen>
-rm <replaceable>subtitles.idx</repaceable> <replaceable>subtitles.sub</replaceable>
+rm <replaceable>subtitles.idx</replaceable> <replaceable>subtitles.sub</replaceable>
mencoder <replaceable>movie.mpg</replaceable> -ifo <replaceable>movie.ifo</replaceable> -vobsubout <replaceable>subtitles</replaceable> -vobsuboutindex 0 \
-vobsuboutid fr -sid 1 -nosound -ovc copy
</screen>