https://github.com/denperidge/youtube-clipgen
A Python application to fetch specific or random segments from Youtube videos
https://github.com/denperidge/youtube-clipgen
Last synced: 2 months ago
JSON representation
A Python application to fetch specific or random segments from Youtube videos
- Host: GitHub
- URL: https://github.com/denperidge/youtube-clipgen
- Owner: Denperidge
- License: mit
- Created: 2020-02-09T21:05:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-07-18T05:58:20.000Z (almost 5 years ago)
- Last Synced: 2025-02-03T22:11:39.472Z (4 months ago)
- Language: Python
- Homepage:
- Size: 15.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# (YouTube) Clipgen
A Python script to grab specific or random segments from youtube videos, or videos on your hard drive. Simply enter the link, the desired start and end (or random clip length) in mm:ss or ss, repeat for every clip you want to make, and done!## Why use this tool?
- After selecting a clip, the application previews the first and last 5 seconds so you're sure you've got the clip you want.
- Quickly create multiple clips from a simple CLI.
- Creates video files in the background, so you can keep selecting clips whilst the other ones are being written.
- (When creating random clips) doesn't accidentally re-use the same footage multiple times.## Usage example
Will result in:

## Installation
- Make sure FFMPEG is installed and added to path.
- Use `pip3 install -r requirements.txt` to ensure that all required python packages are installed.
- Done!## License
This software is licensed under [MIT](/LICENSE.md), just don't do anything illegal.