From a9fbf848b8f6cf591c875519b0e3b2110fdc28fd Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sun, 4 May 2025 17:50:07 +0200 Subject: [PATCH] adds webm to supported extensions --- bin/vcmp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/vcmp b/bin/vcmp index e978a76..a900328 100755 --- a/bin/vcmp +++ b/bin/vcmp @@ -12,7 +12,7 @@ import time import psutil from tqdm import tqdm -video_extensions: list[str] = ["mp4", "mkv", "avi", "wmv", "mov", "m4v", "ts", "flv", "mpg"] +video_extensions: list[str] = ["mp4", "mkv", "avi", "wmv", "mov", "m4v", "ts", "flv", "mpg", "webm"] total_files: int = 0