mirror of
https://git.suyu.dev/suyu/ext-windows-bin
synced 2024-11-21 06:26:03 -07:00
Merge pull request #39 from lat9nq/hwaccel
ffmpeg: Enable hw acceleration on VP9, H.264
This commit is contained in:
commit
cea8a9a9b6
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue