mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -108,9 +108,8 @@ 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("Done", end='', flush=True)
|
|
||||||
|
|
||||||
# print(f"Done".ljust(130))
|
print(f"Done".ljust(130),end='', flush=True)
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user