About
This is a VideoCutTool, An online tool to cut/trim videos in wikimedia commons.
Learn More
You can learn more in the https://commons.wikimedia.org/wiki/Commons:VideoCutTool.
Installation
npm install
Installs the required dependencies for this tool
Run VideoCutTool locally
VideoCutTool runs in development mode by default - to run VideoCutTool in a production environment, you need to set the NODE_ENV environment variable to production
. You can do that with the command export NODE_ENV=production
In the project directory, you need to use the following command to run the application.
npm start
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Credits
VideoCutTool is created and mostly written by Gopa Vasanth.
This tool is built in the 2019 Google Summer of Code in the mentorship of Pratik shetty, Hassan Amin and James Heilman.