Fix muxing

This commit is contained in:
2026-05-15 04:10:06 +02:00
parent 05faf1ce3b
commit 6deb883472
26 changed files with 662 additions and 169 deletions

View File

@@ -2,6 +2,7 @@ export interface OutputOptions {
audio: boolean;
subtitles: boolean;
muxed: boolean;
muxMode: 'separate' | 'mixed';
}
export interface Job {
id: string;