Merge pull request #46 from lat9nq/ff-scale

ffmpeg: Add scale filter and FFmpeg 6.0 libs
This commit is contained in:
liamwhite 2023-08-27 16:16:57 -04:00 committed by GitHub
commit 59ffb4e33a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 \