An open API service indexing awesome lists of open source software.

https://github.com/0xtlt/video-2-zip


https://github.com/0xtlt/video-2-zip

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# video-2-zip

Download execute.sh

Add excutable permissions
`chmod 777 ./execute.sh`
Or
`sudo chmod 777 ./execute.sh`

Run it
`./execute.sh video.mp4 outname`
Or
`sudo ./execute.sh video.mp4 outname`

Total:
`chmod 777 ./execute.sh && ./execute.sh video.mp4 outname`