Re: [FFmpeg-user] Multiple ffmpeg instances failing to subscribe to separate audio streams

2021-12-21 Thread Adam Nielsen via ffmpeg-user
> We have been initially working with the 2110 decode example on the > github site (https://github.com/cbcrc/FFmpeg) and have been > successfully streaming media with it. We have evolved our design and > would like to operate with multiple media streams. The set up is probably a bit complex for an

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