https://github.com/kimaruthagna/videosnatch
A collection of python scripts that fiddle around with videos. Starting with downloading them from youtube to stripping them and making an audio copy using the library FFMPEG
https://github.com/kimaruthagna/videosnatch
Last synced: 4 months ago
JSON representation
A collection of python scripts that fiddle around with videos. Starting with downloading them from youtube to stripping them and making an audio copy using the library FFMPEG
- Host: GitHub
- URL: https://github.com/kimaruthagna/videosnatch
- Owner: KimaruThagna
- Created: 2017-11-18T12:42:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T16:31:32.000Z (almost 8 years ago)
- Last Synced: 2025-03-18T08:34:38.822Z (7 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VideoSnatch
A collection of python scripts that fiddle around with videos.
Starting with downloading them from youtube, to stripping them and making an audio copy using the library FFMPEG.
The initial script, siphon.py requires you install pytube to run and hence, do pip install pytube.
This project can come in handy for someone wishing to download a list of videos from youtube without switching tabs all the time
between youtube and an online converter.
Next, it shall be modified to cater for bulnk downloads and later, an mp4 to mp3 converter