Add support for merging video and chat with configurable layout options
This commit is contained in:
parent
e078cada3b
commit
832bf4cf36
6 changed files with 199 additions and 10 deletions
|
|
@ -12,6 +12,7 @@ TWITCH_GQL_CLIENT_ID = "kimne78kx3ncx6brgo4mv6wki5h1ko"
|
|||
PREFIX_LIVE = "LIVE_"
|
||||
PREFIX_VOD = "VOD_"
|
||||
PREFIX_CHAT = "CHAT_"
|
||||
PREFIX_MERGED = "MERGED_"
|
||||
PREFIX_METADATA = "METADA_" # Note: keeping original typo for compatibility
|
||||
|
||||
# Default configuration values
|
||||
|
|
@ -27,6 +28,8 @@ DEFAULT_CONFIG = {
|
|||
'downloadVOD': True,
|
||||
'downloadCHAT': True,
|
||||
'downloadLiveCHAT': True,
|
||||
'mergeVideoChat': True, # Merge video and chat into single file
|
||||
'mergeChatLayout': 'side-by-side', # Layout: 'side-by-side' or 'overlay'
|
||||
'vodTimeout': 300,
|
||||
'uploadCloud': True,
|
||||
'deleteFiles': False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue