Ffmpeg. Can I loop to different frames in simultaneously

186 Views Asked by At

My abstract example(it doesn't work).

ffmpeg -i video.mp4 -filter_complex "loop=20:1:1;loop=20:1:100" -y output.mp4

Thanks.

0

There are 0 best solutions below