mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-07 12:05:35 +00:00
Fix variable
This commit is contained in:
parent
a2958360bd
commit
1aefa47b6a
@ -5,7 +5,6 @@ import os
|
|||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
import shutil
|
import shutil
|
||||||
import sys
|
|
||||||
|
|
||||||
|
|
||||||
# External libraries
|
# External libraries
|
||||||
@ -210,8 +209,8 @@ def concatenate_and_save(file_list_path: str, output_filename: str, v_codec: str
|
|||||||
}
|
}
|
||||||
|
|
||||||
output_args = {
|
output_args = {
|
||||||
|
#'preset': 'ultrafast',
|
||||||
'c': 'copy',
|
'c': 'copy',
|
||||||
'preset': 'ultrafast',
|
|
||||||
'loglevel': DEBUG_FFMPEG,
|
'loglevel': DEBUG_FFMPEG,
|
||||||
'y': None,
|
'y': None,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user