Jump to content

Tholi Prema Myanmar Subtitle -

<script> const videoEl = document.getElementById('player'); const videoInput = document.getElementById('videoFile'); const srtInput = document.getElementById('srtFile');

<h2>Tholi Prema – Test Myanmar Subtitles</h2> tholi prema myanmar subtitle

videoEl.appendChild(track); ; </script>

<input type="file" id="videoFile" accept="video/*"><br><br> <input type="file" id="srtFile" accept=".srt"><br><br> &lt;script&gt; const videoEl = document

// Load video file locally videoInput.onchange = () => const file = videoInput.files[0]; if (file) videoEl.src = URL.createObjectURL(file); ; const videoEl = document.getElementById('player')

const blob = new Blob([vtt], type: 'text/vtt'); const track = document.createElement('track'); track.kind = 'subtitles'; track.label = 'Myanmar'; track.srclang = 'my'; track.src = URL.createObjectURL(blob); track.default = true;

Cookies help us deliver our services. By using our services, you agree to our use of cookies.