Mercurial > mplayer.hg
comparison DOCS/mplayer.1 @ 1380:2695d7fdba46
*** empty log message ***
author | gabucino |
---|---|
date | Sun, 22 Jul 2001 09:54:36 +0000 |
parents | bde3559c97f0 |
children | 883a67f743e5 |
comparison
equal
deleted
inserted
replaced
1379:c9b83337ffa7 | 1380:2695d7fdba46 |
---|---|
188 -ac mp3 use libmp3 MP3 codec | 188 -ac mp3 use libmp3 MP3 codec |
189 -ac mp3acm use l3codeca.acm MP3 codec | 189 -ac mp3acm use l3codeca.acm MP3 codec |
190 -ac ac3 use AC3 codec | 190 -ac ac3 use AC3 codec |
191 .TP | 191 .TP |
192 .B \-vfm <1-5> | 192 .B \-vfm <1-5> |
193 force usage of a specific codec FAMILY, and fallback to others if failed. | 193 force usage of a specific codec FAMILY, and FALLBACK to default if failed. |
194 For example: | 194 For example: |
195 | 195 |
196 -vfm 2 use VFW (Win32) codecs | 196 -vfm 2 use VFW (Win32) codecs |
197 -vfm 3 use OpenDivX codec (YV12) | 197 -vfm 3 use OpenDivX codec (YV12) |
198 (same as -vc odivx but fallback) | |
198 -vfm 4 use DirectShow (Win32) codecs | 199 -vfm 4 use DirectShow (Win32) codecs |
199 -vfm 5 use libavcodec codecs | 200 -vfm 5 use libavcodec codecs |
200 -vfm 7 use DivX4Linux codec (YUY2) | 201 -vfm 7 use DivX4Linux codec (YUY2) |
202 (same as -vc divx4 but fallback) | |
201 | 203 |
202 NOTE : type 3 and 7 now contains just the one same codec, then OpenDivX 4.0 | 204 NOTE : type 3 and 7 now contains just the one same codec, then OpenDivX 4.0 |
203 beta. For difference between them and when to use which, check the OpenDivX | 205 beta. For difference between them and when to use which, check the OpenDivX |
204 section in the documentation. | 206 section in the documentation. |
205 .TP | 207 .TP |