Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vendenix/youtubedatasetgenerator
This repository provides a tool to create a dataset of images from a YouTube video by capturing one image every 10 seconds in 480p resolution.
https://github.com/vendenix/youtubedatasetgenerator
480p dataset-generator deep-learning ffmpeg images yt-dlp
Last synced: 25 days ago
JSON representation
This repository provides a tool to create a dataset of images from a YouTube video by capturing one image every 10 seconds in 480p resolution.
- Host: GitHub
- URL: https://github.com/vendenix/youtubedatasetgenerator
- Owner: VendenIX
- Created: 2024-07-25T16:35:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T18:12:56.000Z (3 months ago)
- Last Synced: 2024-09-30T18:42:07.502Z (about 1 month ago)
- Topics: 480p, dataset-generator, deep-learning, ffmpeg, images, yt-dlp
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# YoutubeDatasetGenerator
This repository provides a tool to create a dataset of images from a YouTube video by capturing one image every 10 seconds in 480p resolution. It is designed to work on videos not exceeding 10 minutes in length. Additionally, there is a script that allows you to download a video in the quality of your choice.
## Installation Guide
To install the necessary tools, follow these steps:
1. **Install yt-dlp**:
```bash
brew install yt-dlp
```2. **Install FFmpeg**:
```bash
brew install ffmpeg
```## Usage
To run the script, open your terminal and execute the following commands:
```bash
chmod +x get_stream_and_extract.sh && ./get_stream_and_extract.sh
```If you want to download a youtube video :
```bash
chmod +x download_video.sh && ./download_video.sh
```## Disclaimer
**Warning: This tool is intended for educational and personal use only. Downloading videos from YouTube without permission is a violation of YouTube's terms of service and may be illegal. Please respect copyright laws and YouTube's terms of service.**