mirror of https://github.com/VERT-sh/VERT.git
feat: wmv and mov
This commit is contained in:
parent
790d6d7aff
commit
603beba40b
|
@ -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 = () => {};
|
||||
|
||||
|
|
Loading…
Reference in New Issue