show timeline errors

This commit is contained in:
j 2016-07-01 17:34:45 +02:00
parent 5434ffbf53
commit 3166bf5beb
1 changed files with 2 additions and 4 deletions

View File

@ -461,11 +461,9 @@ def timeline(video, prefix, modes=None, size=None):
'-o', prefix,
'-c', os.path.join(prefix, 'cuts.json'),
] + video
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
stdout=subprocess.PIPE, stderr=subprocess.PIPE,
close_fds=True)
# print(cmd)
# p = subprocess.Popen(cmd)
p = subprocess.Popen(cmd, stdin=subprocess.PIPE,
close_fds=True)
p.wait()