remove debug

This commit is contained in:
j 2012-05-17 11:40:44 +02:00
parent 96ec35e51a
commit 45ff05ca49

View file

@ -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()