mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-30 14:23:16 +01:00
add mp4 templates
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
[Sonarr]
|
||||
host = localhost
|
||||
port = 8989
|
||||
web_root =
|
||||
ssl = False
|
||||
apikey =
|
||||
|
||||
[MP4]
|
||||
ffmpeg = /usr/bin/ffmpeg
|
||||
ffprobe = /usr/bin/ffprobe
|
||||
threads = auto
|
||||
output_directory =
|
||||
copy_to =
|
||||
move_to =
|
||||
output_extension = mp4
|
||||
output_format = mp4
|
||||
delete_original = True
|
||||
relocate_moov = True
|
||||
video-codec = h264,x264
|
||||
video-bitrate =
|
||||
video-crf =
|
||||
video-max-width =
|
||||
video-profile =
|
||||
h264-max-level =
|
||||
use-qsv-decoder-with-encoder = True
|
||||
use-hevc-qsv-decoder = False
|
||||
enable_dxva2_gpu_decode = False
|
||||
ios-audio = True
|
||||
ios-first-track-only = False
|
||||
ios-audio-filter =
|
||||
ios-move-last = False
|
||||
max-audio-channels =
|
||||
audio-codec = ac3
|
||||
audio-language =
|
||||
audio-default-language =
|
||||
audio-channel-bitrate =
|
||||
audio-filter =
|
||||
audio-copy-original = False
|
||||
subtitle-codec = mov_text
|
||||
subtitle-language =
|
||||
subtitle-default-language =
|
||||
subtitle-encoding =
|
||||
fullpathguess = True
|
||||
convert-mp4 = False
|
||||
tagfile = True
|
||||
tag-language = en
|
||||
download-artwork = Poster
|
||||
download-subs = False
|
||||
embed-subs = True
|
||||
embed-only-internal-subs = False
|
||||
sub-providers = addic7ed,podnapisi,thesubdb,opensubtitles
|
||||
permissions = 0777
|
||||
post-process = False
|
||||
pix-fmt =
|
||||
aac_adtstoasc = False
|
||||
Reference in New Issue
Block a user