mirror of
https://git.suyu.dev/suyu/ext-windows-bin.git
synced 2025-12-22 05:36:28 +01:00
ffmpeg: Enable hw acceleration on VP9, H.264
VP8 hwaccel seems non-functional in yuzu at the moment, so leaving that disabled for now.
This commit is contained in:
parent
646c29db8f
commit
f05649cd5f
2 changed files with 5 additions and 0 deletions
Binary file not shown.
|
|
@ -53,6 +53,11 @@ cd build
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-iconv \
|
--disable-iconv \
|
||||||
--enable-filter=yadif \
|
--enable-filter=yadif \
|
||||||
|
--enable-d3d11va \
|
||||||
|
--enable-hwaccel={h264_nvdec,vp9_nvdec} \
|
||||||
|
--enable-nvdec \
|
||||||
|
--enable-ffnvcodec \
|
||||||
|
--enable-cuvid \
|
||||||
--prefix=/
|
--prefix=/
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue