Re: [FFmpeg-user] How to reduce console output while downloading video stream?

2024-09-26 Thread Bo Berglund
On Thu, 26 Sep 2024 10:06:11 +0200, Bo Berglund wrote: >On Thu, 26 Sep 2024 08:50:01 +0200, Ferdi Scholten wrote: > >>> How can I reduce this to only show some progress messages without all this >>> noise? >>> Is there a verbocity setting I can use? >>> >>> My download script reformats the video

Re: [FFmpeg-user] How to reduce console output while downloading video stream?

2024-09-26 Thread Bo Berglund
On Thu, 26 Sep 2024 08:50:01 +0200, Ferdi Scholten wrote: >> How can I reduce this to only show some progress messages without all this >> noise? >> Is there a verbocity setting I can use? >> >> My download script reformats the video output on the go to a specific size >> such >> that it can be

[FFmpeg-user] FFmpeg as a "service" with nginx

2024-09-26 Thread James Greenlee
Hello all, I'm looking at trying to "distribute" some Axis cameras to various endpoints. The thought process I have on this is to startup an NginX instance, have a process(es) that connect to the Axis cameras (RTSP), and then mount those feeds to NginX RTMP points. From there I should be able

Re: [FFmpeg-user] How to reduce console output while downloading video stream?

2024-09-26 Thread Ferdi Scholten
On Thu, 26 Sep 2024 10:06:11 +0200, Bo Berglund wrote: On Thu, 26 Sep 2024 08:50:01 +0200, Ferdi Scholten wrote: How can I reduce this to only show some progress messages without all this noise? Is there a verbocity setting I can use? My download script reformats the video output on the go t