ratoaq2/knowit

subprocess.CalledProcessError

Closed this issue · 1 comments

Running knowit on a file results in an uncaught subprocess.CalledProcessError for ffprobe.

Running ffprobe manually on the file results in

Format matroska,webm detected only with low score of 1, misdetection possible!
EBML header parsing failed
.\video.mkv: Invalid data found when processing input

The file is likely corrupted/invalid but the error should still be caught and/or a specific application error raised.

The library since last releases raises a KnowitException instead