mirror of https://github.com/mpv-player/mpv
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1381 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
517e57f569
commit
fc45c42dff
|
@ -190,14 +190,16 @@ for example :
|
||||||
-ac ac3 use AC3 codec
|
-ac ac3 use AC3 codec
|
||||||
.TP
|
.TP
|
||||||
.B \-vfm <1-5>
|
.B \-vfm <1-5>
|
||||||
force usage of a specific codec FAMILY, and fallback to others if failed.
|
force usage of a specific codec FAMILY, and FALLBACK to default if failed.
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
-vfm 2 use VFW (Win32) codecs
|
-vfm 2 use VFW (Win32) codecs
|
||||||
-vfm 3 use OpenDivX codec (YV12)
|
-vfm 3 use OpenDivX codec (YV12)
|
||||||
|
(same as -vc odivx but fallback)
|
||||||
-vfm 4 use DirectShow (Win32) codecs
|
-vfm 4 use DirectShow (Win32) codecs
|
||||||
-vfm 5 use libavcodec codecs
|
-vfm 5 use libavcodec codecs
|
||||||
-vfm 7 use DivX4Linux codec (YUY2)
|
-vfm 7 use DivX4Linux codec (YUY2)
|
||||||
|
(same as -vc divx4 but fallback)
|
||||||
|
|
||||||
NOTE : type 3 and 7 now contains just the one same codec, then OpenDivX 4.0
|
NOTE : type 3 and 7 now contains just the one same codec, then OpenDivX 4.0
|
||||||
beta. For difference between them and when to use which, check the OpenDivX
|
beta. For difference between them and when to use which, check the OpenDivX
|
||||||
|
|
Loading…
Reference in New Issue