mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -130,8 +130,7 @@ if os.path.exists(_FULL_PATH):
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
print(myCmd)
|
|
||||||
print(os.getcwd())
|
print(os.getcwd())
|
||||||
#status, output = subprocess.getstatusoutput(myCmd)
|
#status, output = subprocess.getstatusoutput(myCmd)
|
||||||
|
|
||||||
@@ -153,7 +152,8 @@ if os.path.exists(_FULL_PATH):
|
|||||||
myCmd = [
|
myCmd = [
|
||||||
"/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", export_name ,"-f", "null", "/dev/null",
|
"/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", export_name ,"-f", "null", "/dev/null",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
print(myCmd)
|
||||||
ff = FfmpegProgress(myCmd)
|
ff = FfmpegProgress(myCmd)
|
||||||
with tqdm(total=100, position=1, desc="Convert") as pbar:
|
with tqdm(total=100, position=1, desc="Convert") as pbar:
|
||||||
for progress in ff.run_command_with_progress():
|
for progress in ff.run_command_with_progress():
|
||||||
|
|||||||
Reference in New Issue
Block a user