Changes between Initial Version and Version 2 of Ticket #9970
- Timestamp:
- Oct 18, 2022, 3:43:44 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9970
- Property Status new → reopened
-
Ticket #9970 – Description
initial v2 8 8 }}} 9 9 10 This error does not occur when decoding with libx264 and seems specific to running ffmpeg with `-hwaccel qsv`. Running ffmpeg with `-c:v h264_qsv` directly specified instead of hwaccel completes successuflly both when compiled with libmfx and libvpl. I unfortunately cannot immediately post the file which produces this error but I will work on trying to get one that does.10 This error does not occur when decoding with libx264 and seems specific to running ffmpeg with `-hwaccel qsv`. Running ffmpeg with `-c:v h264_qsv` specified instead of hwaccel completes successuflly both when compiled with libmfx and libvpl. 11 11 12 12 How to reproduce: 13 13 14 Currently I'm only able to reproduce with a video file that is not public, but here is an example of the output shown by ffmpeg when run with this file. Fortunately with the sample file, the error reproduces fairly trivially:14 Download the badfile-shorter.mp4 file and run ffmpeg (built with `--enable-libmfx`) like so: 15 15 16 16 {{{ 17 % ffmpeg -libmfx -report -loglevel debug -hwaccel qsv -i badfile-short.mp4 -f null -17 % ffmpeg -report -loglevel debug -hwaccel qsv -i badfile-shorter.mp4 -f null - 18 18 ... 19 19 [h264_qsv @ 0x55b72b9d4a40] Error during QSV decoding.: undefined behavior (-16)


