This commit is contained in:
Ryan Shpeherd
2026-09-08 18:34:31 -04:00
parent 83f980f7f8
commit 78358e0d7b
4 changed files with 118 additions and 25 deletions
+6 -2
View File
@@ -88,13 +88,17 @@ scanner:
# -----------------------------------------------------
codec:
whitelist:
- avc1 # H.264
- hevc # H.265
- avc1 # H.264 (MP4 container tag)
- h264 # H.264 (ffprobe codec name)
- hevc # H.265 (MP4 container tag)
- h265 # H.265 (ffprobe codec name)
- vp8
- vp9
- av01 # AV1
- mjpeg
- mp4v
- wmv3 # Windows Media Video 7
- mpeg4 # MPEG-4 Part 2
default_status_on_error: UNSCANNABLE
# -----------------------------------------------------