mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
Merge branch 'master' of https://github.com/master-of-zen/Av1an
This commit is contained in:
commit
87c37627bd
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ def concatenate_video(temp, output, keep=False):
|
|||
concat = subprocess.run(cmd, shell=True, stdout=PIPE, stderr=STDOUT).stdout
|
||||
if len(concat) > 0:
|
||||
log(concat.decode())
|
||||
print(concat.decode())
|
||||
raise Exception
|
||||
|
||||
# Delete temp folders
|
||||
|
|
Loading…
Reference in a new issue