Re: [FFmpeg-user] Multiple outputs advice. Live stream/Record/Preview

2024-09-17 Thread German Geraskin
вт, 17 сент. 2024 г. в 09:02, Andrew Strachan : > > Hi, > I am looking for advice on how best to achieve multiple outputs for our use > case. > The live source is a Decklink card on Windows. (We have a build working etc) > We want 4 outputs; > > * We want to run a preview window (low quality

Re: [FFmpeg-user] Multiple outputs advice. Live stream/Record/Preview

2024-09-17 Thread Andrew Strachan
>But the general advice is to use ffmpeg for video processing >(capturing, filtering, encoding), >then provide output streams to the streaming server (for reliability, >run it on the same machine). >Use the streaming server API to control recording, provide streams for >outside users (or CDN). Ju

[FFmpeg-user] Where's the error?

2024-09-17 Thread Laine
I use ffmpeg on my Mac without understanding much of it. I'd like to be able to determine where in the video occasional reported errors occur so I can view the affected passage in the output. My questions about the following command and output are, "do the errors reported include the time in the

Re: [FFmpeg-user] Where's the error?

2024-09-17 Thread Laine
> On Sep 17, 2024, at 1:30 PM, Laine wrote: > > I use ffmpeg on my Mac without understanding much of it. I'd like to be able > to determine where in the video occasional reported errors occur so I can > view the affected passage in the output. My questions about the following > command and o