amd processor – FFmpeg randomly stopping during encoding. No error given

I recently upgraded to Windows 11, just in case that matters, and I went to encode a series of images into a video with FFmpeg like I usually would. For some reason seemingly randomly it just stops. No error is given, the frame that it stops on is random, the amount of time it’s encoding for is random, and starting from a different frame doesn’t change anything.

Here is the code I’m using:

ffmpeg -r 59.94 -f image2 -start_number 0 -i "%06d.png" -vcodec libx265 -crf 18 -preset medium -tune grain -pix_fmt yuv420p10le "Encode/S2005E14.mp4"

The version of ffmpeg I’m using is the newest git-full version from www.gyan.dev/ffmpeg/builds/

The CPU being used to encode it is a Ryzen 3900x.

Log: pastebin.com/EnyWs7cL

Read more here: Source link