Re: [FFmpeg-user] Create a black box over top of the video for a set duration at a set time.

2022-12-31 Thread David Niklas
On Sat, 31 Dec 2022 09:23:30 +0530 Gyan Doshi wrote: > On 2022-12-31 08:15 am, David Niklas wrote: > > Sorry for taking so long to reply. > > It is not working. Terminal output below. > > > > % ffmpeg -i Ducksinarow.mp4 -filter_complex > >

Re: [FFmpeg-user] Create a black box over top of the video for a set duration at a set time.

2022-12-31 Thread Bouke / edit 'B
On 31 Dec 2022, at 10:41, Michael Koch wrote: > > Am 31.12.2022 um 10:31 schrieb Bouke / Videotoolshed: >> On 31 Dec 2022, at 04:53, Gyan Doshi wrote: >>> On 2022-12-31 08:15 am, David Niklas wrote: Sorry for taking so long to reply. It is not working. Terminal output below.

Re: [FFmpeg-user] Create a black box over top of the video for a set duration at a set time.

2022-12-31 Thread Michael Koch
Am 31.12.2022 um 10:31 schrieb Bouke / Videotoolshed: On 31 Dec 2022, at 04:53, Gyan Doshi wrote: On 2022-12-31 08:15 am, David Niklas wrote: Sorry for taking so long to reply. It is not working. Terminal output below. % ffmpeg -i Ducksinarow.mp4 -filter_complex

Re: [FFmpeg-user] Create a black box over top of the video for a set duration at a set time.

2022-12-31 Thread Bouke / Videotoolshed
On 31 Dec 2022, at 04:53, Gyan Doshi wrote: > > On 2022-12-31 08:15 am, David Niklas wrote: >> Sorry for taking so long to reply. >> It is not working. Terminal output below. >> >> % ffmpeg -i Ducksinarow.mp4 -filter_complex >> "[0:0]drawbox=color=black:t=fill=enable='between(t,1.0,2.0)'" -c:a

Re: [FFmpeg-user] Create a black box over top of the video for a set duration at a set time.

2022-12-30 Thread Gyan Doshi
On 2022-12-31 08:15 am, David Niklas wrote: Sorry for taking so long to reply. It is not working. Terminal output below. % ffmpeg -i Ducksinarow.mp4 -filter_complex "[0:0]drawbox=color=black:t=fill=enable='between(t,1.0,2.0)'" -c:a copy -c:v libvpx ducks.mp4 There should be a colon after

Re: [FFmpeg-user] Create a black box over top of the video for a set duration at a set time.

2022-12-30 Thread David Niklas
On Sat, 24 Dec 2022 10:48:14 +0100 Bouke / Videotoolshed wrote: > On 23 Dec 2022, at 22:55, David Niklas wrote: > > > > Hello, > > What I'd like to achieve is sort of like censoring, but with a black > > box. > > > > I can find plenty of examples of how to add a black box to a video, > > but

Re: [FFmpeg-user] Create a black box over top of the video for a set duration at a set time.

2022-12-24 Thread Bouke / Videotoolshed
On 23 Dec 2022, at 22:55, David Niklas wrote: > > Hello, > What I'd like to achieve is sort of like censoring, but with a black box. > > I can find plenty of examples of how to add a black box to a video, but > the problem is it is always either the whole video, or only at the > beginning/end,