https://github.com/code-yeongyu/sources_from_youtube
Sources From Youtube: youtube clip download helper
https://github.com/code-yeongyu/sources_from_youtube
Last synced: 2 months ago
JSON representation
Sources From Youtube: youtube clip download helper
- Host: GitHub
- URL: https://github.com/code-yeongyu/sources_from_youtube
- Owner: code-yeongyu
- Created: 2020-08-30T11:02:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T11:06:18.000Z (over 4 years ago)
- Last Synced: 2025-01-04T04:13:47.860Z (4 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sources From Youtube
1. Sources from youtube, the sfy downloads youtube videos from given URLs, using youtube-dl.
2. To use downloaded videos as clips to your video, the sfy cuts the video using ffmpeg.
3. Done!## Requirements
1. ffmpeg
2. youtube-dl## Examples
Check example.json to see the right document format.
```sh
python [document filename]
```
To execute the python script.