Re: [FFmpeg-user] HLS/fmp4 contains 0x47 in unfortunate places

2023-02-16 Thread David Ing
> looks like there was a fix added for this issue in hls.js very recently > here: https://github.com/video-dev/hls.js/pull/5157 -- maybe it's worth > trying to upgrade HLS.js to version 1.3.3? Thank you Randal, this was very helpful. ___ ffmpeg-user mail

Re: [FFmpeg-user] "Leftover" ffmpeg instances eating RAM. Solutions?

2023-02-16 Thread Steven Kan
> On Feb 16, 2023, at 3:13 PM, Steven Kan wrote: > > Hi all, > > I have 3 LaunchDaemons running on macOS nearly 24/7, each of which calls a > script to handle instances of ffmpeg (binaries from > https://evermeet.cx/ffmpeg) to pull 1 or 2 RSTP streams from IP cameras, > optionally hstack them

[FFmpeg-user] "Leftover" ffmpeg instances eating RAM. Solutions?

2023-02-16 Thread Steven Kan
Hi all, I have 3 LaunchDaemons running on macOS nearly 24/7, each of which calls a script to handle instances of ffmpeg (binaries from https://evermeet.cx/ffmpeg) to pull 1 or 2 RSTP streams from IP cameras, optionally hstack them, and then push them to 3 different YouTube channels: https://www

Re: [FFmpeg-user] Write audio volume info to file

2023-02-16 Thread Nicolas George
Alexander Bieliaev via ffmpeg-user (12023-02-16): > At best, I would like to get an average audio volume. The problem with > using the volumedetect filter for me is that I'm using the ffmpeg library > for c# Condolences. > and I can't see the ffmpeg console output, Install a custom log handler.

Re: [FFmpeg-user] Write audio volume info to file

2023-02-16 Thread Alexander Bieliaev via ffmpeg-user
At best, I would like to get an average audio volume. The problem with using the volumedetect filter for me is that I'm using the ffmpeg library for c# and I can't see the ffmpeg console output, so I want to write data to a file. On Thu, Feb 16, 2023 at 1:44 PM Michael Koch wrote: > Am 16.02.202

Re: [FFmpeg-user] Write audio volume info to file

2023-02-16 Thread Michael Koch
Am 16.02.2023 um 12:31 schrieb Alexander Bieliaev via ffmpeg-user: How can I analyze the volume of input audio (in dB) and write that to the text file? If you want to know the mean and maximum volume in the whole stream, that can be done with the volumedetect filter. Or do you want to know t

[FFmpeg-user] Write audio volume info to file

2023-02-16 Thread Alexander Bieliaev via ffmpeg-user
How can I analyze the volume of input audio (in dB) and write that to the text file? -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify th