From ebc38ea27dc4afd2e2ee8060aadf43fe219b352f Mon Sep 17 00:00:00 2001 From: "ladislav.dusa" Date: Wed, 25 Sep 2024 16:28:36 +0200 Subject: [PATCH] rebase --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 7591648..3e998f0 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -274,7 +274,7 @@ if _ACTION == "encode": myCmd = [ "/opt/ffmpeg/ffmpeg", "-i", p, "-c:v", "hevc_amf", "-rc", "cqp", "-qp_i", _QUALITY[0], "-qp_p", _QUALITY[1], "-quality", "quality", "-crf", _QUALITY[2], "-y", export_name , "-f", "null", "/dev/null", ] - print(myCmd) + #print(myCmd) print(f"Encoding {p} to {export_name} in {_DAY_DIR}...") ff = FfmpegProgress(myCmd) with tqdm(total=100, position=1, desc="Encode") as pbar: