Skip to content

Commit

Permalink
Fix issue #48
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticSignal committed Feb 1, 2025
1 parent 0064fc1 commit c25bbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcode_video.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def transcode_video(
log.info(f"{message}...\n")
timer = Timer()
timer.start()
process.run(log_file="transcode_log.txt", progress_bar_description="")
process.run(progress_bar_description="")
time_taken = timer.stop(args.decimal_places)
print(f"Time Taken: {time_taken}s")
log.info(f"Output file: {output_path}")
Expand Down

0 comments on commit c25bbd2

Please sign in to comment.