> 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
> 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
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
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