Re: [FFmpeg-devel] [PATCH] nvenc : Support Video Codec SDK 8.0

2017-05-10 Thread Timo Rothenpieler
CUVIDPROCPARAMS gained documentation for some raw YUV parameters. Does this mean we could create a cuvid_vpp filter, which uses the cuvid scaler and deinterlacer without needing to decode something to use it? I can't find anything about this in the SDK documentation pdfs included with it. This

Re: [FFmpeg-devel] [PATCH] nvenc : Support Video Codec SDK 8.0

2017-05-09 Thread Yogender Gupta
as raw YUV and apply postprocessing and get raw YUV postprocessed output. Regards, Yogender -Original Message- From: ffmpeg-devel [mailto:ffmpeg-devel-boun...@ffmpeg.org] On Behalf Of Timo Rothenpieler Sent: Tuesday, May 09, 2017 10:35 PM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FF

Re: [FFmpeg-devel] [PATCH] nvenc : Support Video Codec SDK 8.0

2017-05-09 Thread Timo Rothenpieler
Am 09.05.2017 um 08:18 schrieb Yogender Gupta: Video Codec SDK 8.0 has been released today. Please find the patch that updates the interface. Also, attached the latest SDK 8.0 interface file for nvenc. ffmpeg master is now updated to SDK 8.0.14 for both nvenc and cuvid, thanks! _

Re: [FFmpeg-devel] [PATCH] nvenc : Support Video Codec SDK 8.0

2017-05-09 Thread Timo Rothenpieler
Am 09.05.2017 um 08:18 schrieb Yogender Gupta: > Video Codec SDK 8.0 has been released today. Please find the patch that > updates the interface. Also, attached the latest SDK 8.0 interface file for > nvenc. > > Thanks, > Yogender I had already started incorporating the changes of the new SDK.