[FFmpeg-trac] #11158(avcodec:open): "hevc_cuvid" did not correctly decode H.265 video
FFmpeg
trac at avcodec.org
Wed Aug 28 10:38:16 EEST 2024
#11158: "hevc_cuvid" did not correctly decode H.265 video
------------------------------------+-----------------------------------
Reporter: yuhongl | Owner: (none)
Type: defect | Status: open
Priority: normal | Component: avcodec
Version: git-master | Resolution:
Keywords: cuda hevc | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+-----------------------------------
Changes (by Balling):
* status: new => open
Comment:
You are not allowed to use both hwaccel and HW decoder, or use vcodec in
ffmpeg, only in ffplay, since it has no c:v option:
ffplay.exe -vcodec hevc_cuvid -i
https://streams.videolan.org/ffmpeg/incoming/11158/h265.mp4
or
ffmpeg.exe -c:v hevc_cuvid -i
https://streams.videolan.org/ffmpeg/incoming/11158/h265.mp4 -frames:v 1
-crf 0 -cpu-used 0 file.avif
But yes some issue is there.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11158#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list