0

i am try to add another video as overlay on my video and overlay video is getting freezed very start. my overlay video is just 33 seconds, if enable it before 33 seconds it works but if I enable it after 33 seconds it doesn't work. my main video if 7 minutes, I want to show it between 266 seconds and 300 seconds.

my command for FFmpeg is below:

ffmpeg -i video.mp4 -i overlay.mp4 -filter_complex "[0]overlay=0:0:enable='between(t,266,299)'[out]" -map [out] -map 0:a? final_output.mp4

0 Answers0