feat: ts & m2ts support (#87)

This commit is contained in:
JovannMC 2025-05-07 15:34:21 +03:00
parent 6f2eefd39f
commit d233cb868f
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -210,6 +210,8 @@ export class VertdConverter extends Converter {
new FormatInfo("mov", true, true),
new FormatInfo("gif", true, true),
new FormatInfo("mts", true, true),
new FormatInfo("ts", true, true),
new FormatInfo("m2ts", true, true),
];
// eslint-disable-next-line @typescript-eslint/no-explicit-any