comparison DOCS/tech/vop.txt @ 6020:4268e95daa14

lavc args
author arpi
date Wed, 08 May 2002 22:13:05 +0000
parents 0aa2d199088d
children 58cdca500147
comparison
equal deleted inserted replaced
6019:5c3b0b165f3a 6020:4268e95daa14
94 Flags is a bitmask set of enabled filters (see manpage for -pp details), 94 Flags is a bitmask set of enabled filters (see manpage for -pp details),
95 defaults to the value of divx_quality (set by -pp commandline option) 95 defaults to the value of divx_quality (set by -pp commandline option)
96 MPI: DR (if possible) or TEMP 96 MPI: DR (if possible) or TEMP
97 Special: dec_video autoloads it if -pp option used but codec can't do pp. 97 Special: dec_video autoloads it if -pp option used but codec can't do pp.
98 98
99 -vop lavc 99 -vop lavc[=quality:fps]
100 Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers 100 Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers
101 It uses libavcodec. Currently faster and better quality than -vop fame! 101 It uses libavcodec. Currently faster and better quality than -vop fame!
102 Param quality: fixed qscale (1<=quality<32) or bitrate (32<=quality KBits)
103 Param fps: force output fps (float value). If not give, or 0, it's
104 autodetected based on height (240,480->29.97fps, others -> 25fps)
102 MPI: EXPORT special 105 MPI: EXPORT special
103 106
104 -vop fame 107 -vop fame
105 Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers 108 Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers
106 It uses libfame. 109 It uses libfame.