mirror of https://github.com/VERT-sh/VERT.git
parent
2363ca7910
commit
59e79521f2
|
@ -22,6 +22,7 @@ export class FFmpegConverter extends Converter {
|
||||||
new FormatInfo("ac3", true, true),
|
new FormatInfo("ac3", true, true),
|
||||||
new FormatInfo("alac", true, false),
|
new FormatInfo("alac", true, false),
|
||||||
new FormatInfo("aiff", true, true),
|
new FormatInfo("aiff", true, true),
|
||||||
|
new FormatInfo("aif", true, true),
|
||||||
];
|
];
|
||||||
|
|
||||||
public readonly reportsProgress = true;
|
public readonly reportsProgress = true;
|
||||||
|
|
Loading…
Reference in New Issue