mirror of
https://github.com/yuzu-emu/ext-windows-bin.git
synced 2024-11-22 00:05:44 +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
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…
Reference in New Issue
Block a user