On Tue, 22 Jun 2021 at 16:53, Carl Zwanzig <c...@tuunq.com> wrote: > Something else to consider is that all inputs start at the same time, so if > you want to fade between two clips, you have to pad or delay the second so > that it starts at the beginning of the fade. There will be examples of this > if you search the list archive.
Is that always true? When I have tried (eg [1]) the second input starts *after* the first, easiest to see with eg testsrc filter. Just curious for my own learning! Cheers, Rob -- [1]: ffmpeg -f lavfi -i color=black:640x480:d=3 -f lavfi -i testsrc=duration=3:size=640x480 -c:v h264 -crf 20 -an -pix_fmt yuv420p -filter_complex "xfade=transition=radial:duration=0.5:offset=2.5" /tmp/wb6.mkv _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".