You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Only log ffmpeg stdout/stderr if it outputted something on that
stream. This avoids a spurious empty stdout log when the entire
interesting part is on stderr.
- Improve the writer-fallback logic (right now the IndexError clause is
never going to be executed as the IndexError is first raised (if
writers.list() is empty) in the log.warning call, before the try:
...).
0 commit comments