Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: add AV1 encoding support

2022-11-02 Thread Timo Rothenpieler
On 02/11/2022 02:14, Andreas Rheinhardt wrote: Timo Rothenpieler: --- diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c index 3c6fce391d..9a1a1fcc37 100644 --- a/libavcodec/nvenc.c +++ b/libavcodec/nvenc.c @@ -1,5 +1,5 @@ /* - * H.264/HEVC hardware encoding using nvidia nvenc + * H.264/HEV

Re: [FFmpeg-devel] [PATCH] avcodec/nvenc: add AV1 encoding support

2022-11-01 Thread Andreas Rheinhardt
Timo Rothenpieler: > --- > > diff --git a/libavcodec/nvenc.c b/libavcodec/nvenc.c > index 3c6fce391d..9a1a1fcc37 100644 > --- a/libavcodec/nvenc.c > +++ b/libavcodec/nvenc.c > @@ -1,5 +1,5 @@ > /* > - * H.264/HEVC hardware encoding using nvidia nvenc > + * H.264/HEVC/AV1 hardware encoding using n

[FFmpeg-devel] [PATCH] avcodec/nvenc: add AV1 encoding support

2022-11-01 Thread Timo Rothenpieler
--- Due to lack of any kind of compatible hardware, I cannot test this yet. Hence I've marked it as experimental, and am submitting it in the hopes of someone with compatible hardware showing up to give it a go. I've tested that it compiles, and gave all the options a good look to make sure they