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] issues in ffmpeg installation

2022-04-22 Thread Moritz Barsnick
On Fri, Apr 22, 2022 at 05:37:46 +, FFmpeg user discussions wrote: > ./configure --enable-cuda --enable-cuvid --enable-nvdec --enable-nvenc > --enable-nonfree --enable-libnpp --extra-cflags=-I/usr/local/cuda/include > --extra-ldflags=-L/usr/local/cuda/lib64 --disable-x86asm > > below is the e