mirror of https://github.com/VERT-sh/VERT.git
feat: ts & m2ts support (#87)
This commit is contained in:
parent
6f2eefd39f
commit
d233cb868f
|
@ -210,6 +210,8 @@ export class VertdConverter extends Converter {
|
||||||
new FormatInfo("mov", true, true),
|
new FormatInfo("mov", true, true),
|
||||||
new FormatInfo("gif", true, true),
|
new FormatInfo("gif", true, true),
|
||||||
new FormatInfo("mts", 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
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
|
|
Loading…
Reference in New Issue