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
Include error messages returned by ffprobe or ffmpeg in non-zero stat…
…us exception (#306)
* Include any error messages returned by ffprobe or ffmpeg in exception message
* Return empty lists
* Record errors in switch/case instead
* Record messages in chronological order instead
* Include process errors in a new exception
* Don't use wilcard import
* Added missing fail import
* Include QUIET, as well
* Don't use underscore style
* #273 Ignore failing tests in ffmpeg/ffprobe 5.0
* Renaming to JaffreeAbnormalExitException