mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-18 13:20:54 +00:00
@@ -24,7 +24,7 @@ apikey =
|
||||
[MP4]
|
||||
ffmpeg = /config/ffmpeg-build/workspace/bin/ffmpeg
|
||||
ffprobe = /config/ffmpeg-build/workspace/bin/ffprobe
|
||||
threads = 1
|
||||
threads = 0
|
||||
output_directory =
|
||||
copy_to =
|
||||
move_to =
|
||||
@@ -38,7 +38,8 @@ video-crf = 18
|
||||
video-max-width =
|
||||
h264-max-level = 4.1
|
||||
use-qsv-decoder-with-encoder = True
|
||||
ios-audio = libfdk_aac
|
||||
use-hevc-qsv-decoder = False
|
||||
ios-audio = True
|
||||
ios-first-track-only = False
|
||||
ios-audio-filter = dynaudnorm
|
||||
max-audio-channels =
|
||||
@@ -47,17 +48,17 @@ audio-language = eng
|
||||
audio-default-language = eng
|
||||
audio-channel-bitrate = 256
|
||||
audio-filter =
|
||||
subtitle-codec = srt
|
||||
subtitle-codec = mov_text
|
||||
subtitle-language = eng
|
||||
subtitle-default-language =
|
||||
subtitle-encoding =
|
||||
fullpathguess = True
|
||||
convert-mp4 = True
|
||||
convert-mp4 = False
|
||||
tagfile = True
|
||||
tag-language = en
|
||||
download-artwork = Poster
|
||||
download-subs = True
|
||||
embed-subs = False
|
||||
embed-subs = True
|
||||
sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
|
||||
permissions = 0777
|
||||
post-process = False
|
||||
@@ -175,8 +175,8 @@ if build "yasm"; then
|
||||
fi
|
||||
|
||||
if build "nasm"; then
|
||||
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.gz" "nasm.tar.gz"
|
||||
cd $PACKAGES/nasm-2.13.03 || exit
|
||||
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.14.02.tar.gz" "nasm.tar.gz"
|
||||
cd $PACKAGES/nasm-2.14.02 || exit
|
||||
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
|
||||
execute make -j $MJOBS
|
||||
execute make install
|
||||
Reference in New Issue
Block a user