Re: [FFmpeg-user] mpdecimate and setpts

2018-02-14 Thread Chen Fisher
Thanks Carl! That works. On Mon, Feb 12, 2018 at 3:57 PM Carl Eugen Hoyos wrote: > 2018-02-12 7:57 GMT+01:00 Chen Fisher : > > I'm using mpdecimate to remove similar frames: > > ffmpeg -i in.mp4 -vf mpdecimate out.mp4 > > > > But the ending result has the same number of frames as the original vi

Re: [FFmpeg-user] mpdecimate and setpts

2018-02-12 Thread Carl Eugen Hoyos
2018-02-12 7:57 GMT+01:00 Chen Fisher : > I'm using mpdecimate to remove similar frames: > ffmpeg -i in.mp4 -vf mpdecimate out.mp4 > > But the ending result has the same number of frames as the original video > file (although smaller file size). > > When using mpdecimate with setpts, the ending res

[FFmpeg-user] mpdecimate and setpts

2018-02-11 Thread Chen Fisher
I'm using mpdecimate to remove similar frames: ffmpeg -i in.mp4 -vf mpdecimate out.mp4 But the ending result has the same number of frames as the original video file (although smaller file size). When using mpdecimate with setpts, the ending result has indeed smaller frame count and smaller file