[FFmpeg-devel] [PATCH] avfilter: add setfps filter

Nicolas George george at nsup.org
Thu Oct 15 10:36:44 CEST 2015


Le quartidi 24 vendémiaire, an CCXXIV, Paul B Mahol a écrit :
> But not framerate.

Yes, framerate. Please, could you make a little bit of effort so that this
can be a two-sided discussion?

The following command produces a 40-FPS Matroska file, and the next one
transforms it into a 25-FPS file:

ffmpeg -lavfi testsrc=r=40:d=10 /tmp/in40.mkv
ffmpeg -i /tmp/in40.mkv -vf setpts='N*40' /tmp/out25.mkv

Therefore, as far as I am concerned, this setfps filter is only useful
because you did not correctly understand what the setpts filter can do. If I
am wrong, please elaborate. NOT JUST ONE SHORT SENTENCE, thank you.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20151015/85dc914f/attachment.sig>


More information about the ffmpeg-devel mailing list