Opened 17 months ago
#10526 new defect
av1_nvenc can't use YUV444P
Reported by: | F1Asher | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
I can't use YUV444P when using av1_nvenc
How to reproduce:
% ffmpeg -i E:\input.mp4 -c:v av1_nvenc -b:v 20M -c:a copy -pix_fmt yuv444p16le E:\output.mp4
ffmpeg version GyanD>codexffmpeg>ffmpeg-2023-08-17-git-9ae4863cc5
_full_build.zip
build on 2023-08-17
When I try to use YUV444P in av1_nvenc it returns error
[av1_nvenc @ 0000012031cb7780] YUV444P not supported
[av1_nvenc @ 0000012031cb7780] No capable devices found
Is there a hardware problem or a bug with FFmpeg?
Note:
See TracTickets
for help on using tickets.