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