[FFmpeg-trac] #8965(undetermined:new): ffmpeg crashes with 0xc0000005 and a resolution of 1024x576

FFmpeg trac at avcodec.org
Thu Nov 5 18:15:45 EET 2020


#8965: ffmpeg crashes with 0xc0000005 and a resolution of 1024x576
-------------------------------------+-------------------------------------
             Reporter:  mrx1983      |                     Type:  defect
               Status:  new          |                 Priority:  important
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:
 so i get a strange bug where ffmpeg crashes from time to time.
 this especially happens when i use a resolution of 1024x576.

 i have a sample here which includes a bat file with the command, the video
 file and the ffmpeg version.
 https://sharing.rainbowdash.cc/testencode_short.7z
 i also have the video file separate here:
 https://sharing.rainbowdash.cc/ffmpegbug/input_short.mkv

 it crashes just before the credits begin.
 i tested it both on a ryzen system and an older intel system, on windows
 10 (64bit).
 both produce this error. maybe its a problem of my command line, but i
 think ffmpeg should maybe prevent this command then.

 How to reproduce:
 {{{
 ffmpeg -i "input_short.mkv" -map_metadata -1 -map 0:v -map 0:a:1 -c:v
 libaom-av1 -strict experimental -vf "scale=1024:576" -cpu-used 5 -crf 48
 -b:v 700k -maxrate 800k -bufsize 800k -g 48 -pass 1 -sn -an -row-mt 1
 -tile-columns 1 -f null /dev/null && ^
 ffmpeg -i "input_short.mkv" -map_metadata -1 -map 0:v -map 0:a:1 -c:v
 libaom-av1 -strict experimental -vf "scale=1024:576" -cpu-used 5 -crf 48
 -b:v 700k -maxrate 800k -bufsize 800k -g 48 -pass 2 -sn -c:a libopus -b:a
 64k -row-mt 1 -tile-columns 1 "output_av1.webm"

 ffmpeg-2020-10-31-git-3da35b7cc7-full_build.7z from
 https://www.gyan.dev/ffmpeg/builds/
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8965>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list