mirror of https://github.com/mpv-player/mpv
lavc args
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6021 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b129b870e0
commit
3de4393c2a
|
@ -96,9 +96,12 @@ Current plugins:
|
||||||
MPI: DR (if possible) or TEMP
|
MPI: DR (if possible) or TEMP
|
||||||
Special: dec_video autoloads it if -pp option used but codec can't do pp.
|
Special: dec_video autoloads it if -pp option used but codec can't do pp.
|
||||||
|
|
||||||
-vop lavc
|
-vop lavc[=quality:fps]
|
||||||
Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers
|
Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers
|
||||||
It uses libavcodec. Currently faster and better quality than -vop fame!
|
It uses libavcodec. Currently faster and better quality than -vop fame!
|
||||||
|
Param quality: fixed qscale (1<=quality<32) or bitrate (32<=quality KBits)
|
||||||
|
Param fps: force output fps (float value). If not give, or 0, it's
|
||||||
|
autodetected based on height (240,480->29.97fps, others -> 25fps)
|
||||||
MPI: EXPORT special
|
MPI: EXPORT special
|
||||||
|
|
||||||
-vop fame
|
-vop fame
|
||||||
|
|
Loading…
Reference in New Issue