Skip to content

benfoxall/scrub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrub

Video scrubbing with WebCodecs.

This effect is usually made by downloading each frame as an image, though this demo uses a single file and extracts frames with WebCodecs.

Most of the important stuff is from the w3c WebCodecs mp4-decode sample: https://github.com/w3c/webcodecs/tree/main/samples/mp4-decode

scrub

Sources

Code

The video decoding code came from the w3c WebCodecs sample repo

Video

Earth video genearated from NOAA / GOES Image Viewer

Inky water video - by hicham yah from Pexels

Traffic:

🔗


TODO

  • Time ribbon
  • streaming decoder
  • live video
  • video loops
  • drag upload