mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -198,6 +198,7 @@ if _ACTION == "join":
|
|||||||
|
|
||||||
time.sleep(3)
|
time.sleep(3)
|
||||||
pbar.update(1)
|
pbar.update(1)
|
||||||
|
pbar.close()
|
||||||
# get the output
|
# get the output
|
||||||
status = 0
|
status = 0
|
||||||
if status == 0:
|
if status == 0:
|
||||||
@@ -263,7 +264,7 @@ if _ACTION == "encode":
|
|||||||
with tqdm(total=100, position=1, desc="Encode") as pbar:
|
with tqdm(total=100, position=1, desc="Encode") as pbar:
|
||||||
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()
|
||||||
# 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