fix: mkv files with "[0][0][0][0]" codec load properly

This commit is contained in:
Travis Abendshien
2024-07-20 08:21:09 -07:00
parent 086fc1e522
commit ef8cc6cc85

View File

@@ -17,7 +17,6 @@ def is_readable_video(filepath: Path | str):
probe = ffmpeg.probe(Path(filepath))
for stream in probe["streams"]:
if stream.get("codec_tag_string") in [
"[0][0][0][0]",
"drma",
"drms",
"drmi",