#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
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to