From 3a13ba5a54bd62102af93b62381063dde4fddde9 Mon Sep 17 00:00:00 2001 From: Puyodead1 Date: Wed, 16 Aug 2023 09:57:11 -0400 Subject: [PATCH] add note about yt-dlp ffmpeg builds --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 085f411..390a9f3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,8 @@ The following are a list of required third-party tools, you will need to ensure _**Note**:_ _These are seperate requirements that are not installed with the pip command! You will need to download and install these manually!_ -- [ffmpeg](https://www.ffmpeg.org/) - This tool is also available in Linux package repositories +- [ffmpeg](https://www.ffmpeg.org/) - This tool is also available in Linux package repositories. + - NOTE: It is recommended to use a custom build from the yt-dlp team that contains various patches for issues when used alongside yt-dlp, however it is not required. Latest builds can be found [here](https://github.com/yt-dlp/FFmpeg-Builds/releases/tag/latest) - [aria2/aria2c](https://github.com/aria2/aria2/) - This tool is also available in Linux package repositories - [shaka-packager](https://github.com/shaka-project/shaka-packager/releases/latest) - [yt-dlp](https://github.com/yt-dlp/yt-dlp/) - This tool is also available in Linux package repositories, but can also be installed using pip if desired (`pip install yt-dlp`)