feat: amv, asf, nut support

This commit is contained in:
Maya 2025-09-18 17:14:59 +03:00
parent 7f8902809f
commit 66164a0040
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -254,6 +254,9 @@ export class VertdConverter extends Converter {
new FormatInfo("h264", true, true), new FormatInfo("h264", true, true),
new FormatInfo("divx", true, true), new FormatInfo("divx", true, true),
new FormatInfo("swf", true, true), new FormatInfo("swf", true, true),
new FormatInfo("amv", true, true),
new FormatInfo("asf", true, true),
new FormatInfo("nut", true, true),
]; ];
// eslint-disable-next-line @typescript-eslint/no-explicit-any // eslint-disable-next-line @typescript-eslint/no-explicit-any