TwitchDownloader/config/global.json.example

30 lines
766 B
JSON

{
"$schema": "./global.schema.json",
"quality": "best",
"root_path": "archive",
"rclone_path": "remote:path/to/streams",
"refresh": 60.0,
"notifications": false,
"downloadMETADATA": true,
"downloadVOD": true,
"downloadCHAT": true,
"downloadLiveCHAT": true,
"mergeVideoChat": true,
"mergeChatLayout": "side-by-side",
"vodTimeout": 300,
"uploadCloud": true,
"deleteFiles": false,
"onlyRaw": false,
"cleanRaw": true,
"hls_segments": 3,
"hls_segmentsVOD": 10,
"streamlink_ttvlol": false,
"ffmpeg_hwaccel": "auto",
"ffmpeg_threads": 0,
"ffmpeg_audio_codec": "aac",
"ffmpeg_audio_samplerate": 48000,
"ffmpeg_audio_bitrate": "192k",
"ffmpeg_error_recovery": true,
"ffmpeg_faststart": true,
"ffmpeg_progress": false
}