[FFmpeg-trac] #7618(undetermined:new): ffmpeg 32 bit crashed on x64 Windows for av01 format

FFmpeg trac at avcodec.org
Mon Dec 17 14:00:28 EET 2018


#7618: ffmpeg 32 bit crashed on x64 Windows for av01 format
-------------------------------------+-------------------------------------
             Reporter:  sunxvogy     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  important    |                Component:
              Version:  git-master   |  undetermined
             Keywords:  libaom       |               Resolution:
  crash                              |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by sunxvogy):

 Replying to [comment:8 cehoyos]:
 > Replying to [comment:7 sunxvogy]:
 >
 > > If you need anything please let me know, I will send it to you.
 > In this case, please send backtrace, disassembly and register dump as
 explained on https://ffmpeg.org/bugreports.html


 I finally found the solution:

 I changed the command from


 {{{
 ffmpeg.exe -i d.mkv d.mp4
 }}}


 to


 {{{
 ffmpeg.exe -threads 1 -i d.mkv d.mp4
 }}}

 Now it works!

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


More information about the FFmpeg-trac mailing list