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 <[email protected]> on behalf of David Niklas via ffmpeg-user <[email protected]> Date: Sunday, August 25, 2024 at 3:15 PM To: FFmpeg user questions <[email protected]> Cc: David Niklas <[email protected]> Subject: [FFmpeg-user] How does one apply a filter option for a limited amount of time? 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 [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
