remove debug

This commit is contained in:
j 2012-05-17 11:40:44 +02:00
parent 96ec35e51a
commit 45ff05ca49
1 changed files with 3 additions and 3 deletions

View File

@ -318,9 +318,9 @@ def timeline(
'-o', prefix,
'-c', os.path.join(prefix, 'cuts.json'),
] + video
#p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
print cmd
p = subprocess.Popen(cmd)
p = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
#print cmd
#p = subprocess.Popen(cmd)
p.wait()