diff options
| author | RblSb <msrblsb@gmail.com> | 2025-01-12 19:35:56 +0300 |
|---|---|---|
| committer | RblSb <msrblsb@gmail.com> | 2025-01-12 22:35:22 +0300 |
| commit | f84fdc40ba817b6a2d907484b1e1500197ceeafe (patch) | |
| tree | 73a5b81e082d0ac1741c24742db12e6c2bd54249 /res/index.html | |
| parent | 25b7ecb45d43018235c6a8eb5b4ce833f2dec668 (diff) | |
External audiotrack support
This works as voice over if video also has audio, changing video volume to 0.3.
Also improve autoplay by playing videos muted and unmute on first page click.
There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check).
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/index.html b/res/index.html index 9ab9d03..ec557c6 100644 --- a/res/index.html +++ b/res/index.html @@ -96,6 +96,9 @@ <div id="subsurlblock" class="display-flex" style="display: none;"> <input id="subsurl" type="text" placeholder="${subtitlesUrlOptional}"> </div> + <div id="voiceoverblock" class="display-flex" style="display: none;"> + <input id="voiceoverurl" type="text" placeholder="${voiceOverAudioTrackUrlOptional}"> + </div> <div> <label> <input class="add-temp" type="checkbox" checked="checked">${addAsTemporary} |
