rigaya / NVEnc

NVENCによる高速エンコードの性能実験
https://rigaya34589.blog.fc2.com/blog-category-17.html
Other
1.09k stars 114 forks source link

Can add vmaf cuda? #546

Closed claudiomarassi closed 10 months ago

claudiomarassi commented 10 months ago

https://github.com/Netflix/vmaf/tree/master/libvmaf

add -Denable_cuda=true to build with CUDA support, which requires nvcc for compilation (tested with CUDA >= 11)

https://github.com/Netflix/vmaf/releases/tag/v3.0.0

First release to include vmafcuda* APIs, header file vmaf_cuda.h

rigaya commented 10 months ago

This seems to be a duplicate of #543.

claudiomarassi commented 10 months ago

Sorry. Thanks!