An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# yt-dlp-hq
High quality video downloads using yt-dlp and FFmpeg

[![Compile and release](https://github.com/ai-mindset/yt-dlp-hq/actions/workflows/ci.yml/badge.svg)](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
```