React Application for clipping videos and making playlists
Check the Demo - Here
- React JS
- Mobx
- Semantic UI
- Manage clips, based on provided video URL
- Play Clips
- Navigate over the Clips using the player buttons and Shortcuts
- Read Only Player
git clone https://github.com/jvas28/clipapp.git
cd clipapp
npm install
npm start
You can use the Admin Interface to generate a readonly component html yo use it wherever you need Just three steps:
- Click on Share button at top bar
- Copy the html generated code
- Paste the code in an html file where the component bundle file is imported
The player interface is responsive to have a good experience no matter the size of your screen
- Press Ctrl + M to play next clip
- Press Ctrl + Z to play previous clip
- Run
npm run build
- Import the static files the build folder of the project
- Add
<div id="react-clipper" video-url="YOUR_VIDEO_URL"></div>
Enjoy!