mirror of
https://github.com/alexta69/metube.git
synced 2026-03-18 22:43:51 +00:00
add "text only" as another advanced option for captions format
This commit is contained in:
committed by
Alex Shnitman
parent
dd4e05325a
commit
8dff6448b2
@@ -232,6 +232,9 @@
|
||||
}
|
||||
</select>
|
||||
</div>
|
||||
@if (subtitleFormat === 'txt') {
|
||||
<div class="form-text">TXT is generated from SRT by stripping timestamps and cue numbers.</div>
|
||||
}
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<div class="input-group">
|
||||
|
||||
@@ -102,6 +102,7 @@ export class App implements AfterViewInit, OnInit {
|
||||
faTachometerAlt = faTachometerAlt;
|
||||
subtitleFormats = [
|
||||
{ id: 'srt', text: 'SRT' },
|
||||
{ id: 'txt', text: 'TXT (Text only)' },
|
||||
{ id: 'vtt', text: 'VTT' },
|
||||
{ id: 'ttml', text: 'TTML' }
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user