diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-25 16:32:33 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-10-25 16:32:33 +0000 |
commit | e9429fed693daf4e725db24c3ee22f25c11c6e58 (patch) | |
tree | 81efd2a6687e0eb733bc62d6886ca405597aa503 /DOCS/xml/ru | |
parent | 0991732f1c3da4b06404d8638333fd62593e30c7 (diff) |
r24745: libavcodec now supports dnxhd encoding.
r24751: Fix Zip Motion Blocks Video codec name.
r24795: better vfw encoding workaround for vp7 fourcc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24851 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/ru')
-rw-r--r-- | DOCS/xml/ru/encoding-guide.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/DOCS/xml/ru/encoding-guide.xml b/DOCS/xml/ru/encoding-guide.xml index 1dd4ab9919..9b1edd88b7 100644 --- a/DOCS/xml/ru/encoding-guide.xml +++ b/DOCS/xml/ru/encoding-guide.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- synced with r24549 --> +<!-- synced with r24795 --> <chapter id="encoding-guide"> <title>Кодирование с <application>MEncoder</application></title> @@ -2709,8 +2709,12 @@ mencoder dvd://1 -oac copy -vf softpulldown,ivtc=1 -ovc lavc -ofps 24000/1001 <entry>экспериментальный кодек FFmpeg, основанный на вейвлетах</entry> </row> <row> - <entry>zbmv</entry> - <entry>Zip Blocks Motion Video</entry> + <entry>zmbv</entry> + <entry>Zip Motion Blocks Video</entry> +</row> +<row> + <entry>dnxhd</entry> + <entry>AVID DNxHD</entry> </row> </tbody> </tgroup> @@ -4623,7 +4627,7 @@ Video for Windows предоставляет простое кодировани <entry>vp7vfw.dll</entry> <entry>On2 VP7 Personal Codec (VP70)</entry> <entry>cb4cc3d4ea7c94a35f1d81c3d750bc8d</entry> - <entry>неверный FourCC?</entry> + <entry><option>-ffourcc VP70</option></entry> </row> <row> <entry>ViVD2.dll</entry> |