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