allanbreyes / video-segmentation-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Video Segmentation Example

How to Run

  1. Ensure that ffmpeg is installed
  2. (Optional) add your own video to videos/sample.mp4
  3. Start a web server, e.g. python -m http.server 8000 (Python 3)
  4. Run make
  5. While still loading, visit the web browser to catch the live stream

(Experimental) On-the-fly Rendering

  1. Ensure that melt is installed
  2. Add videos/sample.mp4 and start your web server
  3. Run make stream
  4. Visit your web browser

About


Languages

Language:HTML 57.6%Language:Makefile 42.4%