On Monday, October 19, 2015 8:23 AM, Basin Ilya <[email protected]> wrote: > >Hi. > >How do I make ffmpeg save an increased declared FPS (e.g. 120) to a clip >header, while converting a video with a variable framerate?
I don't believe their currently is a [non-hackish] way to do this. The filter "dejudder=cycle=n" will multiply the nominal framerate by 2n. It will also alter the PTS's of the frames somewhat, but that may not be a problem. -Nick _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
