https://github.com/ai-mindset/yt-dlp-hq
High quality video downloads using yt-dlp and ffmpeg
https://github.com/ai-mindset/yt-dlp-hq
Last synced: 3 months ago
JSON representation
High quality video downloads using yt-dlp and ffmpeg
- Host: GitHub
- URL: https://github.com/ai-mindset/yt-dlp-hq
- Owner: ai-mindset
- License: mit
- Created: 2024-09-13T15:18:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-21T14:33:46.000Z (over 1 year ago)
- Last Synced: 2025-01-21T15:29:47.176Z (over 1 year ago)
- Language: TypeScript
- Size: 134 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yt-dlp-hq
High quality video downloads using yt-dlp and FFmpeg
[](https://github.com/ai-mindset/yt-dlp-hq/actions/workflows/ci.yml)
[yt-dlp](https://github.com/yt-dlp/yt-dlp?tab=readme-ov-file#installation)
[FFmpeg](https://ffmpeg.org/)
## Usage
Example command for Intel-based Linux systems
```console
$ curl -L -O https://github.com/ai-mindset/yt-dlp-hq/releases/download/1.0.0/yt-dlp-hq-intel-linux.tar && tar xvf yt-dlp-hq-intel-linux.tar && cd release
$ ./yt-dlp-hq-intel-linux -u https://www.youtube.com/watch?v=dQw4w9WgXcQ # optionally pass: -a 140 -v 605
```