Re: [FFmpeg-user] ffmpeg create wrong time information

2021-12-26 Thread Leo Butler via ffmpeg-user
Cecil Westerhof via ffmpeg-user writes: > I have the recording of a zoom meeting where I need to cut out a > portion from and the first little bit has to be blacked out. > > I use the following command: > ffmpeg -y\ > -ss 00:26:05

Re: [FFmpeg-user] ffmpeg create wrong time information

2021-12-22 Thread Gyan Doshi
On 2021-12-21 08:14 pm, Cecil Westerhof via ffmpeg-user wrote: I have the recording of a zoom meeting where I need to cut out a portion from and the first little bit has to be blacked out. I use the following command: ffmpeg -y\ -ss 00:26:05

Re: [FFmpeg-user] ffmpeg create wrong time information

2021-12-22 Thread Cecil Westerhof via ffmpeg-user
Bouke / Videotoolshed writes: >> On 21 Dec 2021, at 19:37, Cecil Westerhof via ffmpeg-user >> wrote: >> >> Cecil Westerhof via ffmpeg-user writes: >> >> After some experiments I solved it by putting -ss and -to behind -i >> and not forgetting to alter the between values. >> But this takes

Re: [FFmpeg-user] ffmpeg create wrong time information

2021-12-22 Thread Bouke / Videotoolshed
> On 21 Dec 2021, at 19:37, Cecil Westerhof via ffmpeg-user > wrote: > > Cecil Westerhof via ffmpeg-user writes: > > After some experiments I solved it by putting -ss and -to behind -i > and not forgetting to alter the between values. > But this takes about a third more time. > Is there be

Re: [FFmpeg-user] ffmpeg create wrong time information

2021-12-21 Thread llee...@sbcglobal.net
> On Dec 21, 2021, at 12:37 PM, Cecil Westerhof via ffmpeg-user > wrote: > > Cecil Westerhof via ffmpeg-user writes: > > After some experiments I solved it by putting -ss and -to behind -i > and not forgetting to alter the between values. > But this takes about a third more time. > Is there

Re: [FFmpeg-user] ffmpeg create wrong time information

2021-12-21 Thread Cecil Westerhof via ffmpeg-user
Cecil Westerhof via ffmpeg-user writes: After some experiments I solved it by putting -ss and -to behind -i and not forgetting to alter the between values. But this takes about a third more time. Is there be a better solution? I am now using: ffmpeg -y

[FFmpeg-user] ffmpeg create wrong time information

2021-12-21 Thread Cecil Westerhof via ffmpeg-user
I have the recording of a zoom meeting where I need to cut out a portion from and the first little bit has to be blacked out. I use the following command: ffmpeg -y\ -ss 00:26:05 \ -to 00:44:04