feat: add detailed ffprobe logs

This commit is contained in:
Félix Voituret
2019-11-20 14:33:18 +01:00
parent eb32348c34
commit 7b5222a64a
10 changed files with 58 additions and 41 deletions

View File

@@ -57,7 +57,7 @@ class Separator(object):
self._predictor = to_predictor(estimator)
return self._predictor
def join(self, timeout=20):
def join(self, timeout=200):
""" Wait for all pending tasks to be finished.
:param timeout: (Optional) task waiting timeout.