forked from 0x2620/pandora
better debug
This commit is contained in:
parent
2c6609b308
commit
48fae31b62
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue