mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -74,7 +74,7 @@ if os.path.exists(_FULL_PATH):
|
||||
#ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4
|
||||
|
||||
os.chdir(_FULL_PATH)
|
||||
|
||||
print(_FULL_PATH)
|
||||
myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name
|
||||
print(myCmd)
|
||||
status, output = subprocess.getstatusoutput(myCmd)
|
||||
|
||||
Reference in New Issue
Block a user