feat: wmv and mov

This commit is contained in:
not-nullptr 2025-02-09 19:27:05 +00:00
parent 790d6d7aff
commit 603beba40b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export class VertdConverter extends Converter {
public name = "vertd";
public ready = $state(false);
public reportsProgress = true;
public supportedFormats = [".mkv", ".mp4", ".webm", ".avi"];
public supportedFormats = [".mkv", ".mp4", ".webm", ".avi", ".wmv", ".mov"];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
private log: (...msg: any[]) => void = () => {};