Search found 2 matches

by bighead
Sun Apr 19, 2020 11:58 pm
Forum: Feature Suggestions
Topic: Hardware encoding ffmpeg NVENC - WORKING !!!
Replies: 2
Views: 29539

Re: Hardware encoding ffmpeg NVENC

After a week of reading and tests i got finally working decode and encode with my Nvidia Quadro K2000 :-D.

When i using acceleration method -hwaccel cuvid or -hwaccel cuda the hardcoded parameter -pix_fmt yuv420p give always an error.
Hwaccel cuvid is deprecated and FFmpeg give a hint to use ...
by bighead
Sat Apr 18, 2020 12:15 am
Forum: Feature Suggestions
Topic: Hardware encoding ffmpeg NVENC - WORKING !!!
Replies: 2
Views: 29539

Hardware encoding ffmpeg NVENC - WORKING !!!

Nvidia graphics cards from Kepler family can hardware encode H.264 YUV 4:2:0 - https://developer.nvidia.com/video-encode-decode-gpu-support-matrix
FFmpeg has support for this - https://devblogs.nvidia.com/nvidia-ffmpeg-transcoding-guide/

I have tested a lot of variants but only hardware decoding is ...