mirror of
https://github.com/yuzu-emu/ext-windows-bin.git
synced 2024-11-22 00:05:44 +01:00
ffmpeg: Add scale filter and FFmpeg 6.0 libs
This commit is contained in:
parent
f05649cd5f
commit
674ce20996
BIN
ffmpeg/ffmpeg-6.0.7z
Normal file
BIN
ffmpeg/ffmpeg-6.0.7z
Normal file
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
set -e
|
||||
|
||||
THIS=$(readlink -e $0)
|
||||
VERSION=5.1.3
|
||||
VERSION=6.0
|
||||
INSTALL_DIR=ffmpeg-${VERSION}
|
||||
|
||||
REQUIRED_DLLS_NAME=requirements.txt
|
||||
@ -52,7 +52,7 @@ cd build
|
||||
--enable-avfilter \
|
||||
--enable-shared \
|
||||
--disable-iconv \
|
||||
--enable-filter=yadif \
|
||||
--enable-filter=yadif,scale \
|
||||
--enable-d3d11va \
|
||||
--enable-hwaccel={h264_nvdec,vp9_nvdec} \
|
||||
--enable-nvdec \
|
||||
|
Loading…
Reference in New Issue
Block a user