[FFmpeg-user] showvolume filter memory leak

ramon calanor at gmail.com
Wed Apr 13 18:57:58 EEST 2022


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 vlc player. But
with a simple output to null it also has a memory leak.

My testing commandline:

ffmpeg -i udp://@239.1.1.1:1234 -filter_complex
[0:a]showvolume=r=20:ds=log:m=r:v=0:t=0:dm=2:dmc=yellow:o=h:w=320:h=8[out]
-map [out] -map 0:a -an -c:v rawvideo -pix_fmt rgb24 -f null /dev/null



Thanks,
Ramon


More information about the ffmpeg-user mailing list