[FFmpeg-user] propagation of frames in a filter complex
Mark Filipak
markfilipak.windows+ffmpeg at gmail.com
Fri Apr 17 08:02:43 EEST 2020
Hey, Ted,
On 04/16/2020 12:11 PM, Ted Park wrote:
> Huh, I didn't know you could reuse filter pad labels.
What do you mean?
split[A] select='not(eq(mod(n+1\,5)\,3))' [C]interleave
[B]split[D]select='eq(mod(n+1\,5)\,2)'[F]blend[D]
[E]select='eq(mod(n+1\,5)\,3)'[G]
I created the filtergraph by hand. I don't know what folks expect, but since duplicating pads (e.g.,
"[A] [A]") just takes up space, I didn't duplicate them. I don't know whether that relates to "reuse
filter pad labels". Could you put some 'meat' on your 'bones'?
- Mark.
More information about the ffmpeg-user
mailing list