Re: [FFmpeg-devel] [PATCH 5/8] lavc/nvenc: Add hardware config metadata

2020-04-27 Thread Timo Rothenpieler
fixed version applied ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [PATCH 5/8] lavc/nvenc: Add hardware config metadata

2020-04-27 Thread Timo Rothenpieler
On 13.04.2020 17:33, Mark Thompson wrote: NOT TESTED. Fails to build: In file included from libavcodec/nvenc_hevc.c:24: libavcodec/nvenc.h:220:14: error: unknown type name ‘AVCodecHWConfigInternal’ 220 | extern const AVCodecHWConfigInternal *ff_nvenc_hw_configs[]; | ^~~~

Re: [FFmpeg-devel] [PATCH 5/8] lavc/nvenc: Add hardware config metadata

2020-04-26 Thread Mark Thompson
On 13/04/2020 17:48, Dennis Mungai wrote: > On Mon, 13 Apr 2020 at 18:34, Mark Thompson wrote: > >> NOT TESTED. >> --- >> Needs someone with suitable hardware to try it. >> >> With this and the relevant ffmpeg patches, existing stuff should continue >> to work and you should also be able to choos

Re: [FFmpeg-devel] [PATCH 5/8] lavc/nvenc: Add hardware config metadata

2020-04-13 Thread Dennis Mungai
On Mon, 13 Apr 2020 at 18:34, Mark Thompson wrote: > NOT TESTED. > --- > Needs someone with suitable hardware to try it. > > With this and the relevant ffmpeg patches, existing stuff should continue > to work and you should also be able to choose between multiple devices for > a standalone encode

[FFmpeg-devel] [PATCH 5/8] lavc/nvenc: Add hardware config metadata

2020-04-13 Thread Mark Thompson
NOT TESTED. --- Needs someone with suitable hardware to try it. With this and the relevant ffmpeg patches, existing stuff should continue to work and you should also be able to choose between multiple devices for a standalone encoder with things like: ffmpeg -init_hw_device cuda:2 ... -c:v nven