Add duration
This commit is contained in:
@@ -166,7 +166,7 @@
|
|||||||
<div class="flex flex-col mt-2">
|
<div class="flex flex-col mt-2">
|
||||||
<label>Wanted Resolution</label>
|
<label>Wanted Resolution</label>
|
||||||
<select formControlName="wantedResolution" class="form-select">
|
<select formControlName="wantedResolution" class="form-select">
|
||||||
<option [disabled]="!isDecryptable(res)" [value]="res.name" *ngFor="let res of loaded.videoTracks">{{res.name}} ({{res.codec}} - {{humanFileSize(res.bandwidth)}})</option>
|
<option [disabled]="!isDecryptable(res)" [value]="res.name" *ngFor="let res of loaded.videoTracks">{{res.name}} ({{res.codec}} - {{humanFileSize(res.bandwidth)}}) - {{res.formatedDuration}}</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user