1

I'm trying to insert an overlay video into another one at a specific time or frame. For that purpose i'm using this command:

ffmpeg -y -i INPUT1 -i INPUT2 -filter_complex \"overlay=enable='between(t,1,2)'\" -c:v prores OUTPUT

The problem is that when playing the resulting file, the overlay plays fine and at the time requested, but the main video gets freezed in the first frame and the whole video is chopped.

1
  • Share full log. – Gyan Apr 23 '18 at 15:31
0

I was using the same output file as an input. Solved

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.