Mercurial > mplayer.hg
comparison DOCS/codecs.html @ 7076:3275af5787e0
Applied patch by Andras Mohari <mayday@varoshaza.nagyatad.hu>, slightly
modified.
* Fixed <> chars (or replaced them with something else, where it was
trivial).
* weblint complained about <A HREF="...">here</A> being a bad form, so I
replaced them with more descriptive text.
* Fixed empty <A NAME="..."> tags.
author | diego |
---|---|
date | Fri, 23 Aug 2002 10:50:19 +0000 |
parents | 4f87cd0f642f |
children | 0b70f3dc34eb |
comparison
equal
deleted
inserted
replaced
7075:b9f7aec2e07d | 7076:3275af5787e0 |
---|---|
165 <H4><A NAME="vivo_video">2.2.1.4 VIVO video</A></H4> | 165 <H4><A NAME="vivo_video">2.2.1.4 VIVO video</A></H4> |
166 | 166 |
167 <P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec | 167 <P><B>MPlayer</B> can play Vivo (1.0 and 2.0) videos. The most suitable codec |
168 for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc | 168 for 1.0 files is FFmpeg's H263 decoder, you can use it with the <CODE>-vc |
169 ffh263</CODE> option (default) (requires up-to-date libavcodec). For 2.0 | 169 ffh263</CODE> option (default) (requires up-to-date libavcodec). For 2.0 |
170 files, use the <CODE>ivvideo.dll</CODE> Win32 DLL file (from | 170 files, use the |
171 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">here</A>), | 171 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/ivvideo.dll">ivvideo.dll</A> |
172 and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the | 172 Win32 DLL file, and install it under <CODE>/usr/lib/win32</CODE> or wherever you store the |
173 Win32 codecs. This latter codec does not support YV12 nor YUY2 only BGR | 173 Win32 codecs. This latter codec does not support YV12 nor YUY2 only BGR |
174 modes, restricting it to the X11 and OpenGL outputs. Hopefully ffh263 will | 174 modes, restricting it to the X11 and OpenGL outputs. Hopefully ffh263 will |
175 support VIVO 2.0 files in the future.</P> | 175 support VIVO 2.0 files in the future.</P> |
176 | 176 |
177 | 177 |
356 <H4><A NAME="vivo_audio">2.2.2.4 VIVO audio</A></H4> | 356 <H4><A NAME="vivo_audio">2.2.2.4 VIVO audio</A></H4> |
357 | 357 |
358 <P>The audio codec used in VIVO files depends on whether it is a VIVO/1.0 or | 358 <P>The audio codec used in VIVO files depends on whether it is a VIVO/1.0 or |
359 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files | 359 VIVO/2.0 file. VIVO/1.0 files have <B>g.723</B> audio, and VIVO/2.0 files |
360 have <B>Vivo Siren</B> audio. Both are supported. You can grab the | 360 have <B>Vivo Siren</B> audio. Both are supported. You can grab the |
361 g.723/Siren Win32 DLL from | 361 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">g.723/Siren</A> |
362 <A HREF="http://www.mplayerhq.hu/MPlayer/samples/drivers32/vivog723.acm">here</A>, | 362 Win32 DLL from the MPlayer site, |
363 then copy it into the <CODE>/usr/lib/win32</CODE> directory.</P> | 363 then copy it into the <CODE>/usr/lib/win32</CODE> directory.</P> |
364 | 364 |
365 | 365 |
366 <H4><A NAME="realaudio">2.2.2.5 RealAudio</A></H4> | 366 <H4><A NAME="realaudio">2.2.2.5 RealAudio</A></H4> |
367 | 367 |