Opened 15 months ago
#10645 new defect
Hardware accelerated Filter complex Memory leak
Reported by: | Phillip | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | memleak hwaccel filter_complex |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
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/
check for latest build on github here, same issue, jumped back a few months at a time until I got to the last build of 2022 i think.
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
How to reproduce:
-filter_complex with cuda hardware acceleration
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.