Hi,
In the cuda 3.2 release note there’re encoder/decoder lib included in.
Is there any document/sample of it in the linux side?
Or should it be the same as the C API listed here http://developer.download.nvidia.com/compute/cuda/sdk/website/Video_Decode.html ?
Thank you.
Hi,
In the cuda 3.2 release note there’re encoder/decoder lib included in.
Is there any document/sample of it in the linux side?
Or should it be the same as the C API listed here http://developer.download.nvidia.com/compute/cuda/sdk/website/Video_Decode.html ?
Thank you.
Only for windows?
I see.
There should be a correction on the linux release note then.
Thank you.
avidday
December 12, 2010, 10:30am
6
The video decode API is supported on Linux. The library libnvcuvid.so ships in the driver package, not the SDK. The necessary include file cuviddec.h is supplied in the SDK. All of this is discussed in the Nvidia video decoder API pdf supplied with the 3.2 toolkit documentation.
tnagai
December 28, 2010, 11:54am
7
I couldn’t find a Linux decoder sample, either. But, I found a dialog “DGAVCDecNV Development Dialog with Nvidia”: Best Codecs and Video Processing Software, Promo Codes & Deals
The sample ‘cuh264dec[1].zip’ in the dialog is a good starting point to understand how to use decoder library.
Based on the sample, I could make a decoding routine for Linux.
gogogpu
December 28, 2010, 5:58pm
8
If you wanted cuda-accelerated h264 encoding on linux, you could use MainConcept’s library:
MainConcept is a leading provider of high-quality codec technology supporting industry standards: HEVC/H.265, AVC/H.264, MPEG-2, Wasm, Mux, Transcode