add note about yt-dlp ffmpeg builds

This commit is contained in:
Puyodead1 2023-08-16 09:57:11 -04:00
parent 23e7e94f16
commit 3a13ba5a54
No known key found for this signature in database
GPG Key ID: A4FA4FEC0DD353FC

View File

@ -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!_ _**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 - [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) - [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`) - [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`)