Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lemedi/movietool
https://github.com/lemedi/movietool
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lemedi/movietool
- Owner: leMedi
- Created: 2016-08-27T14:48:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T13:11:02.000Z (over 8 years ago)
- Last Synced: 2024-11-08T15:47:40.872Z (2 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Instructions
you need several modules in order to work with the code
install them respectively0. [moviepy] [0]
1. [Numpy] [1]
2. [OpenCV] [2]
3. [Pillow] [3]
4. [ScikitImage] [4]
5. [Scipy] [5]
6. [Microsoft Visual C++ Redistributable package] [6]## Moviepy
to install moviepy using pip just type:
`pip install moviepy`
add [sample videos] [7] named video1-4.mp4 into src/data
then execute `python main.py` in src directory[0]: #Moviepy
[1]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
[2]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv
[3]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pillow
[4]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-image
[5]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy
[6]: https://www.microsoft.com/en-us/download/details.aspx?id=48145
[7]: http://www.sample-videos.com