[FFmpeg-trac] #10293(undetermined:new): FFMpeg ignores -shortest and goes on forever filling all the RAM available in a system (Avisynth input)

FFmpeg trac at avcodec.org
Fri Mar 31 02:49:45 EEST 2023


#10293: FFMpeg ignores -shortest and goes on forever filling all the RAM available
in a system (Avisynth input)
-------------------------------------+-------------------------------------
             Reporter:  Francesco    |                    Owner:  (none)
  Bucciantini                        |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  git-master   |               Resolution:
             Keywords:  avisynth     |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Francesco Bucciantini):

 Found the culprit. It's the mute audio that makes it going on and on
 forever. Basically BlankClip() generates a mute audio, but length=0 makes
 it go on forever. Now, this shouldn't really matter 'cause

 1) The video is 2 frames long anyway (frame 0 and frame 1)
 2) Once it goes through AudioDub() it should really follow the video and
 NOT keep going forever and ever
 3) The container is .mxf for which audio and video must always be of the
 same length, so ffmpeg shouldn't really be doing what it's doing
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10293#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list