Skip to content

Kagami/webmify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

webmify

Fix sites to make WebMs playable in Edge. Only VP9 and Opus formats currently work.

Supported sites

Any site supported by Dollchan Extension Tools should work (basically most imageboards). In particular script was tested on 2ch.hk, 8ch.net, krautchan.net. If some site doesn't work or not supported please create an issue.

Note that webmify is automatically enabled only on a few sites by default. You can easily add more supported sites that you visit to User includes section of Tampermonkey's script settings page.

Install

Demo

Known issues

  • Tracks with lacing don't work (currenly enabled only by mkvmerge for Opus tracks, use --disable-lacing; ffmpeg is fine)
  • Sometimes QuotaExceededError is raised
  • Entire file need to be downloaded to start playback

Technical details

Latest Edge has support for VP9/Opus MSE tracks but not for a common WebM files. This script splits WebMs into separate video/audio tracks and loads them via MSE API so it can be played in Edge.

License

CC0.