0

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.

  • Explain what you're trying to achieve. What should the final output look like? – VC.One Sep 18 '17 at 08:43
  • I trying repeat frame, but I have case when user can set two or more different frame and I don't want do this operation for each frame separate. I want run only one command. – Dmytro Paniotko Sep 18 '17 at 09:20
  • Should `output.mp4` contain only these looped frames, or should it also include the non-looped frames from `video.mp4`? – llogan Sep 18 '17 at 17:07

0 Answers0