forked from 0x2620/pandora
remove debug
This commit is contained in:
parent
96ec35e51a
commit
45ff05ca49
1 changed files with 3 additions and 3 deletions
|
@ -318,9 +318,9 @@ def timeline(
|
||||||
'-o', prefix,
|
'-o', prefix,
|
||||||
'-c', os.path.join(prefix, 'cuts.json'),
|
'-c', os.path.join(prefix, 'cuts.json'),
|
||||||
] + video
|
] + video
|
||||||
#p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||||
print cmd
|
#print cmd
|
||||||
p = subprocess.Popen(cmd)
|
#p = subprocess.Popen(cmd)
|
||||||
p.wait()
|
p.wait()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue