[FFmpeg-trac] #3531(undetermined:closed): ffmpeg hangs converting a possibly broken avi file

FFmpeg trac at avcodec.org
Tue Apr 22 23:28:55 CEST 2014


#3531: ffmpeg hangs converting a possibly broken avi file
-------------------------------------+-------------------------------------
             Reporter:  hxuanyu      |                    Owner:
                 Type:  defect       |                   Status:  closed
             Priority:  important    |                Component:
              Version:  git-master   |  undetermined
             Keywords:  avi          |               Resolution:  fixed
  deadlock regression                |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by DonMoir):

 It seems to settle somewhere around 11,200,000 entries. I stopped it at
 that anyway. If you take the size of the file which is 186,042,456 bytes
 divided by 11,200,000 then thats about an entry for every 16 bytes.

 While it's doing this, it's eating the CPU big time plus memory overhead.
 It's just not going to work for most people. The only way out is to trap
 interrupt_callback and just fail, but wish there was some other solution.

 I am testing this on my slower machine and there I can't let it complete
 since this computer will overheat and shutdown. Have not tested it on fast
 machine but whatever the case I can't let this happen.

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


More information about the FFmpeg-trac mailing list