[FFmpeg-user] How to drop every Nth frame?

Andrey Aleksandrovich andrey.aleksandrovich at googlemail.com
Sat Sep 21 10:58:39 CEST 2013


oh, thanks, but I can't understand syntax of select filer:
Example from manual:
# select one frame every 100
select='not(mod(n,100))'

But how to set - "select 23 frames every 24"?

On 9/21/13, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Andrey Aleksandrovich writes:
>
>> I have video of 5614 frames total. I need to drop every
>> 24th frame (233 total). So, the resulting video must
>> become 5381 frames.
>> Is it possible with ffmpeg?
>
> Both the select and the fps filter allow this.
> If this is actually an inverse telecine process (for pal
> input), consider using pullup.
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list