add Hungarian sub

This commit is contained in:
Ali Zemani 2021-12-30 14:58:45 +03:30
parent ed40b0e549
commit 009c6e9a3e
3 changed files with 3950 additions and 20 deletions

View file

@ -1,36 +1,39 @@
# Bandersnatch Interactive Player (based on html5 video player)
With this online(html) video player you can watch `Bandersnatch` episode of `Black Mirror` **interactively**.
With this online(html) video player you can watch `Bandersnatch` episode of `Black Mirror` **interactively**.
[Live demo](https://mehotkhan.github.io/BandersnatchInteractive/)
## How to use
The only thing you need is 5hours video file of `Bandersnatch` episode, Drag & drop the file in [this](https://mehotkhan.github.io/BandersnatchInteractive/) page and enjoy!
## Screenshot
* full screen mode
![Screenshot](screenshot/full-screen.png)
* non full screen mode
*
![Screenshot](screenshot/non-full-screen.png)
- full screen mode
![Screenshot](screenshot/full-screen.png)
- non full screen mode
- ![Screenshot](screenshot/non-full-screen.png)
## Tips
* Only work on google chrome (Doesn't work on Firefox; codec problems)
* Download `Bandersnatch` video file (`5:12:14`)
* Drag it on white box on [page](https://mehotkhan.github.io/BandersnatchInteractive/) :)
* `Persian`, `English`, `Arabic`, `Spanish`, `Hebrew`, `Portuguese`, `Greek`, `Turkish`, `Polish`, `Indonesian`, `Russian` , `French` subtitle available, If you want add another language subtitle, tell me.
* to change subtitle : right click on video , enable show controls , after that . on bottom,right you see menu icon (3 vertical dot) then you can subtitle section
* Note : after change subtitle , disable show controls ,if dont disable it on full screen video,you cant see option selector
- Only work on google chrome (Doesn't work on Firefox; codec problems)
- Download `Bandersnatch` video file (`5:12:14`)
- Drag it on white box on [page](https://mehotkhan.github.io/BandersnatchInteractive/) :)
- `Persian`, `English`, `Arabic`, `Spanish`, `Hebrew`, `Portuguese`, `Greek`, `Turkish`, `Polish`, `Indonesian`, `Russian` , `French` , `Hungarian` subtitle available, If you want add another language subtitle, tell me.
- to change subtitle : right click on video , enable show controls , after that . on bottom,right you see menu icon (3 vertical dot) then you can subtitle section
- Note : after change subtitle , disable show controls ,if dont disable it on full screen video,you cant see option selector
## Controls
* <kbd>F</kbd> - Toggle fullscreen
* <kbd>R</kbd> - Restart video
* <kbd></kbd> - Jump to the next segment (or to the next interaction zone)
* <kbd></kbd> - Jump to the previous segment
* <kbd>Space</kbd> - Toggle play and pause
- <kbd>F</kbd> - Toggle fullscreen
- <kbd>R</kbd> - Restart video
- <kbd></kbd> - Jump to the next segment (or to the next interaction zone)
- <kbd></kbd> - Jump to the previous segment
- <kbd>Space</kbd> - Toggle play and pause
## Credit
* based on [joric work](https://github.com/joric/bandersnatch)
- based on [joric work](https://github.com/joric/bandersnatch)

View file

@ -127,6 +127,9 @@
src="subtitle/BlackMirror.Bandersnatch-russian.vtt">
<track label="French" kind="subtitles" srclang="fr"
src="subtitle/Black.Mirror_.Bandersnatch.French.WEBRip.Netflix.vtt">
<track label="Hungarian" kind="subtitles" srclang="hu"
src="subtitle/Black.Mirror.Bandersnatch.2018.720p.WEBRip.XviD.AC3-FGT.vtt">
</video>
<div class="controls">
<div id="choiceCaption"></div>

File diff suppressed because it is too large Load diff