Re: [FFmpeg-user] decimate=ppsrc question

2020-12-17 Thread Paul B Mahol
On Thu, Dec 17, 2020 at 5:16 PM Mark Filipak (ffmpeg) wrote: > On 12/17/2020 01:43 AM, Carl Eugen Hoyos wrote: > > > > > >> Am 17.12.2020 um 06:23 schrieb Mark Filipak (ffmpeg) < > markfili...@bog.us>: > >> > >> ffmeg -i SOURCE -vf decimate=ppsrc TARGET > > > > The decimate filter only makes sens

Re: [FFmpeg-user] decimate=ppsrc question

2020-12-17 Thread Mark Filipak (ffmpeg)
On 12/17/2020 01:43 AM, Carl Eugen Hoyos wrote: Am 17.12.2020 um 06:23 schrieb Mark Filipak (ffmpeg) : ffmeg -i SOURCE -vf decimate=ppsrc TARGET The decimate filter only makes sense in a filter chain after the fieldmatch filter. Carl Eugen The source video [1] is a 24p movie with a modu

Re: [FFmpeg-user] decimate=ppsrc question

2020-12-16 Thread Carl Eugen Hoyos
> Am 17.12.2020 um 06:23 schrieb Mark Filipak (ffmpeg) : > > ffmeg -i SOURCE -vf decimate=ppsrc TARGET The decimate filter only makes sense in a filter chain after the fieldmatch filter. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

[FFmpeg-user] decimate=ppsrc question

2020-12-16 Thread Mark Filipak (ffmpeg)
Can anyone kindly give me a usage example of this: ffmeg -i SOURCE -vf decimate=ppsrc TARGET I'm totally dumbfounded by this: "ppsrc Mark main input as a pre-processed input and activate clean source input stream. This allows the input to be pre-processed with various filters to help the met