Fix variable

This commit is contained in:
Ghost 2024-04-10 09:18:11 +02:00
parent a2958360bd
commit 1aefa47b6a

View File

@ -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,
} }