Mercurial > mplayer.hg
changeset 16763:da25725d92f7
synced with 1.31
author | gabrov |
---|---|
date | Fri, 14 Oct 2005 18:53:33 +0000 |
parents | 4fced87835f3 |
children | b06f4e10cd1d |
files | DOCS/xml/hu/encoding-guide.xml |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/hu/encoding-guide.xml Fri Oct 14 12:41:15 2005 +0000 +++ b/DOCS/xml/hu/encoding-guide.xml Fri Oct 14 18:53:33 2005 +0000 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-2"?> -<!-- synced with 1.30 $ --> +<!-- synced with 1.31 $ --> <chapter id="encoding-guide"> <title>Kódolás a <application>MEncoder</application>rel</title> @@ -2218,7 +2218,10 @@ Windows Media Video, 2-es verzió (AKA WMV8) </entry></row> <row><entry>rv10</entry><entry> - egy régi RealVideo codec + RealVideo 1.0 + </entry></row> +<row><entry>rv20</entry><entry> + RealVideo 2.0 </entry></row> <row><entry>mpeg1video</entry><entry> MPEG-1 videó @@ -2238,6 +2241,9 @@ <row><entry>ffv1</entry><entry> az FFmpeg veszteségmentes videó codec-je </entry></row> +<row><entry>svq1</entry><entry> + Sorenson video 1 + </entry></row> <row><entry>flv</entry><entry> Flash Videókban használt Sorenson H.263 </entry></row> @@ -2256,7 +2262,7 @@ </para> <informalexample> <para> -Egy példa, MJPEG tömörítéssel: +Egy példa MJPEG tömörítéssel: <screen>mencoder dvd://2 -o title2.avi -ovc lavc -lavcopts vcodec=mjpeg -oac copy</screen> </para> </informalexample> @@ -2297,7 +2303,7 @@ <informalexample> <para> -Egy példa, AC3 tömörítéssel: +Egy példa AC3 tömörítéssel: <screen>mencoder dvd://2 -o title2.avi -oac lavc -lavcopts acodec=ac3 -ovc copy</screen> </para> </informalexample>