applied
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
On Tue, 31 Jan 2017 22:12:24 +0100
Timo Rothenpieler wrote:
> > IIRC, past conversations on this have concluded that the 'avconv'
> > rewrite will allow this by
> > avoiding the current problem that the encoder is fully initialised up
> > front before the cuvid
> > parser can run. Presumably, at
> IIRC, past conversations on this have concluded that the 'avconv'
> rewrite will allow this by
> avoiding the current problem that the encoder is fully initialised up
> front before the cuvid
> parser can run. Presumably, at some point in the future, we'll get
> through the merge backlog
> and ev
On 2017-01-31 07:45, wm4 wrote:
On Tue, 31 Jan 2017 15:38:33 +
Sumit Agarwal wrote:
From 0d6be9eebacc4403ecd7677e89c3205892b8809b Mon Sep 17 00:00:00 2001
From: sumit
Date: Tue, 31 Jan 2017 21:00:50 +0530
Subject: [PATCH] Add 420 10-bit transcode support for hwaccel cuvid
---
ffmpeg_cuv
On Tue, 31 Jan 2017 15:38:33 +
Sumit Agarwal wrote:
> From 0d6be9eebacc4403ecd7677e89c3205892b8809b Mon Sep 17 00:00:00 2001
> From: sumit
> Date: Tue, 31 Jan 2017 21:00:50 +0530
> Subject: [PATCH] Add 420 10-bit transcode support for hwaccel cuvid
>
> ---
> ffmpeg_cuvid.c | 2 +-
> 1 file
@ffmpeg.org
Subject: Re: [FFmpeg-devel] Add 10-bit transcode support for hwaccel cuvid
> Hi,
>
> Please review the attached patch which adds 420 10-bit transcode support for
> hwaccel cuvid.
>
> Sample Command:
> ffmpeg -hwaccel cuvid -c:v hevc_cuvid -i input.265 -c:v hevc_nvenc
>
2017-01-31 15:56 GMT+01:00 Sumit Agarwal :
> -hwframe_ctx->sw_format = ist->st->codecpar->format ==
> AV_PIX_FMT_YUV420P10LE ? AV_PIX_FMT_P010 : AV_PIX_FMT_NV12;
> +hwframe_ctx->sw_format = ist->st->codecpar->format ==
> AV_PIX_FMT_YUV420P10 ? AV_PIX_FMT_P010 : AV_PIX_FMT_NV12;
I
> Hi,
>
> Please review the attached patch which adds 420 10-bit transcode support for
> hwaccel cuvid.
>
> Sample Command:
> ffmpeg -hwaccel cuvid -c:v hevc_cuvid -i input.265 -c:v hevc_nvenc output.265
>
> Thanks,
> Sumit
Are you sure the attached patch is complete?
All it does is replace AV
Hi,
Please review the attached patch which adds 420 10-bit transcode support for
hwaccel cuvid.
Sample Command:
ffmpeg -hwaccel cuvid -c:v hevc_cuvid -i input.265 -c:v hevc_nvenc output.265
Thanks,
Sumit
---
This