sabieber / CinematicJS

Vanilla JS HTML5 Video Player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla JS HTML5 Video Player

Still heavily work in progress :)

image

Functionality

  • Playback of all browser supported formats
  • Toggleable Subtitles/Captions via VTT
  • Basic playback controls
  • Playback quality controls
  • Basic fullscreen capabilities
  • Progress and buffering indicator

Parameters

Name Description Default
selector A selector query string pointing to the div the player should be rendered in ''
poster The relative or absolute URL pointing to the video preview image ''
subtitles The relative or absolute URL pointing to the video captions VTT file null

About

Vanilla JS HTML5 Video Player

License:MIT License


Languages

Language:TypeScript 72.7%Language:CSS 27.3%