From 8628c99cc5879c72bcb98143999faee219528cc8 Mon Sep 17 00:00:00 2001 From: EmilJohan Date: Wed, 7 Aug 2024 11:35:57 +0200 Subject: [PATCH] test v2 --- Smelt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Smelt.py b/Smelt.py index 73e58cb..4125ecf 100644 --- a/Smelt.py +++ b/Smelt.py @@ -584,7 +584,7 @@ def execute_ffmpeg_commands(self, commands): # log_path = os.path.normpath(log_path) # # Escape colon by adding a backslash before it # log_path = log_path.replace(':', '\\:') - log_path = "D\:\RichardStorken_tlr_mst_1998x1080_12bit-rgb_dpx\\logs\\Ffmpeg_lossless.log:level=32" + log_path = "D\:\RichardStorken_tlr_mst_1998x1080_12bit-rgb_dpx/logs/Ffmpeg_lossless.log:level=32" # Construct FFREPORT value ffreport_value = "file=" + log_path + ":level=32"