Hi Moritz,
Thanks for your help. I confirm that it works !
--
View this message in context:
http://ffmpeg-users.933282.n4.nabble.com/CUDA-CUVID-H264-HEVC-decoder-tp4676813p4677115.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
__
On Fri, Jul 22, 2016 at 07:39:07 -0700, Saelis wrote:
> I leverage my GPU to decode h264/hevc input files ?
First of all, your compile of ffmpeg needs to support cuvid decoding.
$ ffmpeg -decoders | grep cuvid
which could yield: h264_cuvid hevc_cuvid vc1_cuvid vp8_cuvid vp9_cuvid
You would then f
Hi,
I've seen "CUDA CUVID H264/HEVC decoder" in changelog of ffmpeg 3.1
I'm already using nvidia card (GTX 1080 with Pascal architecture) to do some
h264_nvenc and h265_nvenc encodes with version 3.1, works great, but how can
I leverage my GPU to decode h264/hevc input files ?
Could find any docu