better debug

This commit is contained in:
j 2016-09-19 12:04:35 +02:00
parent 2c6609b308
commit 48fae31b62
1 changed files with 2 additions and 1 deletions

View File

@ -319,7 +319,8 @@ def stream(video, target, profile, info, audio_track=0, flags={}):
else:
cmds.append(base + audio_settings + video_settings + post)
# print(cmds)
# print('\n'.join([' '.join(cmd) for cmd in cmds]))
n = 0
for cmd in cmds:
n += 1