diff --git a/src/app/app.component.html b/src/app/app.component.html index 59125dd..9140fea 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -81,11 +81,24 @@
-
- - +
+
+
+ + +
+
+
+ +
+ + +
+
@@ -97,7 +110,7 @@
-
+
diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 9c494e2..b262fc1 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -21,6 +21,7 @@ export class AppComponent implements OnInit { jobs: Array = []; lastJobSuccess: boolean = false; welcomeHeader: any = null; + processRemux: boolean = true; loaded: any = null; Math: any = Math; @@ -124,6 +125,7 @@ export class AppComponent implements OnInit { wantedResolution: this.loaded.videoTracks.find((res: any) => res.name === formData.wantedResolution), mpdUrl: this.loadForm.get('mpdUrl')?.value, mp4Filename: this.loadForm.get('mp4Filename')?.value, + wantedRemux: this.processRemux }); console.log(data); this.videoProcessingService.startProcess(data).subscribe({