Hello,
Here's my command:
ffmpeg -i in.mp4 -filter_complex
"drawbox=w=1920:h=1080:color=black@1:t=fill" out.mp4
How do I apply it for only a few seconds to a specific time in the video?
Thanks!
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https
I would use enable
ffmpeg -i in.mp4 -filter_complex
"drawbox=w=1920:h=1080:color=black@1:t=fill:enable='between(t,0.2,10)'" out.mp4
From: ffmpeg-user on behalf of David Niklas
via ffmpeg-user
Date: Sunday, August 25, 2024 at 3:15 PM
To: FFmpeg user questions
Cc: David Niklas
Subject: [FFmp