From 1aefa47b6af2aba239d5ffbf9e196515d77e4061 Mon Sep 17 00:00:00 2001 From: Ghost <62809003+Ghost6446@users.noreply.github.com> Date: Wed, 10 Apr 2024 09:18:11 +0200 Subject: [PATCH] Fix variable --- Src/Lib/FFmpeg/util/helper.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Src/Lib/FFmpeg/util/helper.py b/Src/Lib/FFmpeg/util/helper.py index c638f86..40ec688 100644 --- a/Src/Lib/FFmpeg/util/helper.py +++ b/Src/Lib/FFmpeg/util/helper.py @@ -5,7 +5,6 @@ import os import json import logging import shutil -import sys # External libraries @@ -210,8 +209,8 @@ def concatenate_and_save(file_list_path: str, output_filename: str, v_codec: str } output_args = { + #'preset': 'ultrafast', 'c': 'copy', - 'preset': 'ultrafast', 'loglevel': DEBUG_FFMPEG, 'y': None, }