[FFmpeg-user] mpeg4 encoder using qscale to set open VBR seems broken?
Nicolas George
george at nsup.org
Wed Dec 4 13:24:54 CET 2013
Le quartidi 14 frimaire, an CCXXII, Arne Lie a écrit :
> Thanks, that actually helped: what does the + sign do in general to parameters?
"-flags mv4" sets the flags to exactly mv4; "-flags +mv4" adds the mv4 flag
to the flags already present.
Constant quantizer encoding is enabled by the qscale flag, which is
automatically set by the -qscale option. Without the + in the "-flags"
option, you are clearing that flag afterwards.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20131204/562ff9ce/attachment.asc>
More information about the ffmpeg-user
mailing list