VideoTrim
Simple web application that trims and cuts video based off of user inputted trim points. The final edited video has optimal settings (container, encoding, bit rate, etc.) for youtube upload. Useful for quickly generating game film and highlights.
Once you have cloned the directory to your local machine, follow the directions below:
- cd into VideoTrim directory
- $pipenv install
- $cd videotrim
- $pipenv run python manage.py runserver
- Access application UI at http://127.0.0.1:8000/
Running Application:
Application saves footage between trim times into a new video file. Therefore, if 0, 5, 10, and 15 are your added trim times, then application will save footage between 0 and 5 seconds, and between 10 and 15 seconds, into a new video file.