ffmpeg: Add scale filter and FFmpeg 6.0 libs

This commit is contained in:
lat9nq 2023-08-27 14:33:12 -04:00
parent f05649cd5f
commit 674ce20996
2 changed files with 2 additions and 2 deletions

BIN
ffmpeg/ffmpeg-6.0.7z Normal file

Binary file not shown.

View File

@ -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 \