BtbN / FFmpeg-Builds

MIT License
6.99k stars 958 forks source link

Memory leak with hardware accelerated filter_complex #314

Closed sharinganthief closed 8 months ago

sharinganthief commented 8 months ago

ran into an issue where all my memory was getting consumed with a "simple" trim/concat operation such as I do frequently.

was on latest Gyan build, found this reddit post - https://www.reddit.com/r/ffmpeg/comments/16c57p1/memory_leak_when_using_hardware_acceleration/

rolled back to - https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2022-12-31-12-36/ffmpeg-n5.1.2-9-g807afa59cc-win64-gpl-5.1.zip - and im not seeing the memory leak anymore with the same command

BtbN commented 8 months ago

Please report issues with ffmpeg itself to ffmpeg. I can't do anything about that here.