Merge pull request #39 from lat9nq/hwaccel

ffmpeg: Enable hw acceleration on VP9, H.264
This commit is contained in:
liamwhite 2023-06-07 14:13:31 -04:00 committed by GitHub
commit cea8a9a9b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View file

@ -53,6 +53,11 @@ cd build
--enable-shared \
--disable-iconv \
--enable-filter=yadif \
--enable-d3d11va \
--enable-hwaccel={h264_nvdec,vp9_nvdec} \
--enable-nvdec \
--enable-ffnvcodec \
--enable-cuvid \
--prefix=/
make -j$(nproc)