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