Re: [FFmpeg-user] showvolume filter memory leak

2022-04-24 Thread ramon
Finally, I tested avi and asf as a mux for pipe to VLC without any memory leak. Thanks. On Sun, Apr 24, 2022 at 5:55 PM Carl Zwanzig wrote: > On 4/24/2022 6:25 AM, Bang He wrote: > > why do you use nut format? i think that is not popular. > > Why do you say that? Popular doesn't mean

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-24 Thread Carl Zwanzig
On 4/24/2022 6:25 AM, Bang He wrote: why do you use nut format? i think that is not popular. Why do you say that? Popular doesn't mean technically better or appropriate to the task (please do not top-post on this list) z! ___ ffmpeg-user mailing

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-24 Thread Paul B Mahol
On Sun, Apr 24, 2022 at 3:25 PM Bang He wrote: > why do you use nut format? i think that is not popular. > Popular is not necessarily good. > > On Sat, Apr 23, 2022 at 7:06 AM ramon wrote: > > > You were right, there is no memory leak in the showvolume. Vagrind does > not > > detect memory

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-24 Thread Bang He
why do you use nut format? i think that is not popular. On Sat, Apr 23, 2022 at 7:06 AM ramon wrote: > You were right, there is no memory leak in the showvolume. Vagrind does not > detect memory leaks and graphmonitor oscillates in green colour between 1 > and 2 in the queue. > The problem I

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-22 Thread ramon
You were right, there is no memory leak in the showvolume. Vagrind does not detect memory leaks and graphmonitor oscillates in green colour between 1 and 2 in the queue. The problem I see is in the NUT output format. I need to generate a vumeter from the input stream and pipe to vlc. So, I make a

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-19 Thread Paul B Mahol
On Tue, Apr 19, 2022 at 12:15 PM ramon wrote: > OK I'll check the pts sync as you say. > > I am simply trying the following command based on > > https://hhsprings.bitbucket.io/docs/programming/examples/ffmpeg/audio_visualization/_showvolume_.html > and I get memory leaks., I don't know the

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-19 Thread ramon
OK I'll check the pts sync as you say. I am simply trying the following command based on https://hhsprings.bitbucket.io/docs/programming/examples/ffmpeg/audio_visualization/_showvolume_.html and I get memory leaks., I don't know the reason. ffmpeg -re -stream_loop -1 -i test.mp3

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-18 Thread Paul B Mahol
On Mon, Apr 18, 2022 at 8:13 PM Paul B Mahol wrote: > > > On Mon, Apr 18, 2022 at 7:00 PM ramon wrote: > >> Yes, I used the master versión with your 24144af2 patch. >> Your patch corectec the leak if dm (draw_persistent_duration) > 0, and >> the >> leak memory occurs also with dm=0. >> > >

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-18 Thread Paul B Mahol
On Mon, Apr 18, 2022 at 7:00 PM ramon wrote: > Yes, I used the master versión with your 24144af2 patch. > Your patch corectec the leak if dm (draw_persistent_duration) > 0, and the > leak memory occurs also with dm=0. > Does not leak here at all. > > > > On Mon, Apr 18, 2022 at 5:51 PM Paul

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-18 Thread ramon
Yes, I used the master versión with your 24144af2 patch. Your patch corectec the leak if dm (draw_persistent_duration) > 0, and the leak memory occurs also with dm=0. On Mon, Apr 18, 2022 at 5:51 PM Paul B Mahol wrote: > On Mon, Apr 18, 2022 at 5:32 PM ramon wrote: > > > Thanks,but not

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-18 Thread Paul B Mahol
On Mon, Apr 18, 2022 at 5:32 PM ramon wrote: > Thanks,but not work. The memory leak is the same. > The init function is called only once. > > Sorry, use master version of ffmpeg. > > > On Wed, Apr 13, 2022 at 6:24 PM Paul B Mahol wrote: > > > On Wed, Apr 13, 2022 at 5:58 PM ramon wrote: > >

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-18 Thread ramon
Thanks,but not work. The memory leak is the same. The init function is called only once. On Wed, Apr 13, 2022 at 6:24 PM Paul B Mahol wrote: > On Wed, Apr 13, 2022 at 5:58 PM ramon wrote: > > > I'm testing the showolume filter to generate a single vumeter from an > input > > stream. > > The

Re: [FFmpeg-user] showvolume filter memory leak

2022-04-13 Thread Paul B Mahol
On Wed, Apr 13, 2022 at 5:58 PM ramon wrote: > I'm testing the showolume filter to generate a single vumeter from an input > stream. > The filter works perfectly but eats memory. Approximately 500MBytes every 2 > days. > > Using ffmpeg version 5.0-static on GNU/Linux 4.15.0-45-generic x86_64 > >

[FFmpeg-user] showvolume filter memory leak

2022-04-13 Thread ramon
I'm testing the showolume filter to generate a single vumeter from an input stream. The filter works perfectly but eats memory. Approximately 500MBytes every 2 days. Using ffmpeg version 5.0-static on GNU/Linux 4.15.0-45-generic x86_64 In normal use I use an output nut format with a pipe to a