bitwarden

This commit is contained in:
jaydee
2024-09-26 23:29:12 +02:00
parent e1dc5c6e45
commit 09a323aa49

View File

@@ -97,6 +97,7 @@ if _ACTION == "flip":
# accessed = "08/07/2014 18:30:45" # accessed = "08/07/2014 18:30:45"
# ) # )
create_date = filedate.File(_FULL_PATH + _FILE).get() create_date = filedate.File(_FULL_PATH + _FILE).get()
if _TEST:
print(_FULL_PATH) print(_FULL_PATH)
print(myCmd) print(myCmd)
os.chdir(_FULL_PATH) os.chdir(_FULL_PATH)
@@ -107,7 +108,7 @@ if _ACTION == "flip":
for progress in ff.run_command_with_progress(): for progress in ff.run_command_with_progress():
pbar.update(progress - pbar.n) pbar.update(progress - pbar.n)
pbar.close() pbar.close()
print(f"Done".ljust(100)) print(f"Done".ljust(130))
# get the output # get the output
#print(ff.stderr) #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 #ffmpeg -i .\GH010149.MP4 -c:v hevc_amf -rc cqp -qp_i 42 -qp_p 42 -quality quality -crf 25 output7.mp4