[FFmpeg-trac] #5222(undetermined:closed): ffmpeg crashing for large "-filter_complex_script" inputs

FFmpeg trac at avcodec.org
Tue Feb 9 15:11:30 CET 2016


#5222: ffmpeg crashing for large "-filter_complex_script" inputs
-------------------------------------+-------------------------------------
             Reporter:  jsniff       |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  important    |                Component:
              Version:  git-master   |  undetermined
             Keywords:  ffmpeg,      |               Resolution:  invalid
  video, crash                       |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by richardpl):

 Nope, you still can do it in one file, but its more complicated, lets take
 your example above:

 10,100 drawbox=x=13:y=14:w=15:h=16:color=gray:t=max
 1,200 drawbox=x=60:y=34:w=35:h=36:color=red:t=max
 1,300 drawbox=x=80:y=24:w=35:h=36:color=blue:t=max

 It translates to this:

 1,9
 drawbox=x=60:y=34:w=35:h=36:color=red:t=max,drawbox=x=80:y=24:w=35:h=36:color=blue:t=max
 10,100
 drawbox=x=13:y=14:w=15:h=16:color=gray:t=max,drawbox=x=80:y=24:w=35:h=36:color=blue:t=max,drawbox=x=60:y=34:w=35:h=36:color=red:t=max
 101,200
 drawbox=x=60:y=34:w=35:h=36:color=red:t=max,drawbox=x=80:y=24:w=35:h=36:color=blue:t=max
 201,300 drawbox=x=80:y=24:w=35:h=36:color=blue:t=max

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


More information about the FFmpeg-trac mailing list