[FFmpeg-trac] #8491(avformat:new): Memory utilization increases infinitely with mp4 muxing

FFmpeg trac at avcodec.org
Wed Jan 22 15:52:10 EET 2020


#8491: Memory utilization increases infinitely with mp4 muxing
------------------------------------+------------------------------------
             Reporter:  olpipi      |                    Owner:
                 Type:  defect      |                   Status:  new
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:
             Keywords:  mov         |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+------------------------------------

Comment (by olpipi):

 Hi

 Please try to read input file repeatedly many times.
 smth like that:
 {{{
 ffmpeg -f concat -i "input.txt" ...
 }}}
 where input.txt contains (e.g. 5000 lines):
 {{{
 file 'test.h264'
 file 'test.h264'
 file 'test.h264'
 ...
 file 'test.h264'
 }}}


 I think issue will appear in this case.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8491#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list