FineUploader / video-frame-uploader

Drop a video and upload frames of your choosing and/or automatically parse & upload frames from the video to easily tell a story.
MIT License
24 stars 16 forks source link

Video Frame Uploader

license

Drop a video and upload frames of your choosing and/or automatically parse and upload frames from the video to easily tell a story.

Click the image to watch a quick demo
demo video

Features

Browser Support

Questions or Feature Suggestions?

See the issue tracker.

Installation

  1. Clone this repo: git clone https://github.com/FineUploader/video-frame-uploader.git. Switch to the newly created directory.
  2. Load all dependencies, including Fine Uploader: npm install.
  3. Start the server: npm start.
  4. Navigate to http://localhost:8000 in your browser to use Video Frame Uploader.

Notes