diff --git a/handle_imported_video.py b/handle_imported_video.py index e912e4d..2ce7fac 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -97,6 +97,7 @@ if _ACTION == "flip": for progress in ff.run_command_with_progress(): pbar.update(progress - pbar.n) pbar.close() + print(f"Done".ljust(100)) # get the output #print(ff.stderr) #ffmpeg -i .\GH010149.MP4 -c:v hevc_amf -rc cqp -qp_i 42 -qp_p 42 -quality quality -crf 25 output7.mp4