Begin statistics creation

This commit is contained in:
Christoph Hagen
2025-08-31 16:27:32 +02:00
parent f972a2c020
commit 96bd07bdb7
33 changed files with 1406 additions and 187 deletions

View File

@@ -183,7 +183,8 @@ extension VideoBlock {
var mimeType: String {
switch self {
case .h265, .h264: "video/mp4"
case .h265: "video/mp4; codecs=\"hvc1\""
case .h264: "video/mp4; codecs=\"avc1\""
case .webm: "video/webm"
}
}