How to use CUDA to transcode video files in Linux

1.9k Views Asked by At

Now I'm looking for methods to accelerate transcode process in Linux. At this moment, I'm looking into CUDA and successfully compile the driver and SDK things in Linux. However, I can't step forward because NOT any software or toolkit in the field of transcode supports CUDA in Linux.

Any sugguestion or comments are welcome. Thank you very much!

1

There are 1 best solutions below

0
On

OpenCV open computer vision library was gpu CUDA optimised module that contains functionality to encode and decode video files. OpenCV repo