[FFmpeg-trac] #10917(ffmpeg:new): FFmpeg 6.1 causes OOM with big filter_complex
FFmpeg
trac at avcodec.org
Wed Mar 20 14:09:33 EET 2024
#10917: FFmpeg 6.1 causes OOM with big filter_complex
-------------------------------------+-------------------------------------
Reporter: Qwerty812 | Type: defect
Status: new | Priority: important
Component: ffmpeg | Version: 6.1
Keywords: OOM memleak | Blocked By:
Error |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
FFmpeg causes OOM issue when trying to trim and concat a video sequence
from a single source with long filter_complex_script (194 audio and 194
video tracks)
How to reproduce:
{{{
% ffmpeg -i video.mp4 -filter_complex_script fil2.txt -map "[v]" -map
"[a]" output.mp4
ffmpeg version 6.1.1
}}}
This issue occurs only in FFmpeg 6.1.1, I tested on a VM with Ubuntu
Server 22.04 with FFmpeg version 4.4.2 and the command executes
successfully without OOM
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10917>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list