Skip to content

Commit

Permalink
test v2
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilJohan committed Aug 7, 2024
1 parent 4e24382 commit 8628c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Smelt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8628c99

Please sign in to comment.