[FFmpeg-trac] #10909(undetermined:new): Output of av1_nvenc cannot be processed by nvdec
FFmpeg
trac at avcodec.org
Sun Mar 17 16:29:33 EET 2024
#10909: Output of av1_nvenc cannot be processed by nvdec
-------------------------------------+-------------------------------------
Reporter: | Owner: (none)
cheppizzadrakon |
Type: defect | Status: new
Priority: normal | Component:
| undetermined
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Comment (by cheppizzadrakon):
As an additional note, it seems that reencoding the input file (i tested
with standard libx264) is a workaround
{{{
% ffmpeg -y -i in.mp4 -an in_temp.mp4
% ffmpeg -y -i in_temp.mp4 -an -c:v av1_nvenc out.mp4
}}}
Decoding out.mp4 has no issues
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10909#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list