https://github.com/0xtlt/video-2-zip
https://github.com/0xtlt/video-2-zip
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/0xtlt/video-2-zip
- Owner: 0xtlt
- Created: 2021-10-05T13:06:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-13T09:42:14.000Z (over 4 years ago)
- Last Synced: 2026-01-26T17:53:05.594Z (5 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`