[Ffmpeg-devel] Re: [Ffmpeg-cvslog] r6275 - trunk/ffmpeg.c
Panagiotis Issaris
takis.issaris
Mon Sep 18 20:28:09 CEST 2006
Hi,
On ma, 2006-09-18 at 21:21 +0300, Ismail Donmez wrote:
>[...]
> > Log:
> > Remove the "i_qfactor" OptionDef option from ffmpeg.c. The equally named
> > "i_qfactor" AVOption takes over its function and this occurs transparantly.
>
> With this patch ffmpeg now says :
>
> [~/tmp]> ffmpeg -i Scary_Movie_4.vob -i_quant_factor 0.71 foo.mp4
[...]
> ffmpeg: unrecognized option '-i_quant_factor'
>
> How are we supposed to use this option now?
By using the equally named "i_qfactor" parameter as stated in the log.
ffmpeg -i Scary_Movie_4.vob -i_qfactor 0.71 foo.mp4
With friendly regards,
Takis
More information about the ffmpeg-devel
mailing list