aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-09-30 02:44:40 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-09-30 03:32:49 +0530
commitd710cc6d3660b7bb79cbbefe1f0faec6726b020c (patch)
treed5d8dbbaa08319d38fb6ec3520cff605937370df
parent3ae5e7977439193519c0ea62eba3aa3111c5571b (diff)
downloadhypervideo-pre-d710cc6d3660b7bb79cbbefe1f0faec6726b020c.tar.lz
hypervideo-pre-d710cc6d3660b7bb79cbbefe1f0faec6726b020c.tar.xz
hypervideo-pre-d710cc6d3660b7bb79cbbefe1f0faec6726b020c.zip
[docs] Add note about our custom ffmpeg builds
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 510770a14..bbcc183d8 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,10 @@ While all the other dependancies are optional, `ffmpeg` and `ffprobe` are highly
To use or redistribute the dependencies, you must agree to their respective licensing terms.
-Note that the windows releases are already built with the python interpreter, mutagen, pycryptodome and websockets included.
+The windows releases are already built with the python interpreter, mutagen, pycryptodome and websockets included.
+
+**Note**: There are some regressions in newer ffmpeg versions that causes various issues when used alongside yt-dlp. Since ffmpeg is such an important dependancy, we provide [custom builds](https://github.com/yt-dlp/FFmpeg-Builds/wiki/Latest#latest-autobuilds) with patches for these issues at [yt-dlp/FFmpeg-Builds](https://github.com/yt-dlp/FFmpeg-Builds). See [the readme](https://github.com/yt-dlp/FFmpeg-Builds#patches-applied) for details on the specifc issues solved by these builds
+
### COMPILE