aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpukkandan <pukkandan.ytdlp@gmail.com>2021-10-10 03:23:47 +0530
committerpukkandan <pukkandan.ytdlp@gmail.com>2021-10-10 04:47:48 +0530
commitc9652aa4185afa1c93aeba4e0b06a14b9bb78b5c (patch)
tree9a3da20cf72df72b3fcf72943ac3a0bcea5559a9
parent91b6c884c9c02a2a8ffe247131d05e8e8a6021a4 (diff)
downloadhypervideo-pre-c9652aa4185afa1c93aeba4e0b06a14b9bb78b5c.tar.lz
hypervideo-pre-c9652aa4185afa1c93aeba4e0b06a14b9bb78b5c.tar.xz
hypervideo-pre-c9652aa4185afa1c93aeba4e0b06a14b9bb78b5c.zip
[docs] Remove incorrect dependency on VC++10
Closes #1163
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56755f00b..8acb57484 100644
--- a/README.md
+++ b/README.md
@@ -193,8 +193,10 @@ If you have installed using Homebrew, run `brew upgrade yt-dlp/taps/yt-dlp`
### DEPENDENCIES
Python versions 3.6+ (CPython and PyPy) are supported. Other versions and implementations may or may not work correctly.
-<!-- https://www.microsoft.com/en-us/download/details.aspx?id=26999 -->
+<!-- Python 3.5+ uses VC++14 and it is already embedded in the binary created
+<!x-- https://www.microsoft.com/en-us/download/details.aspx?id=26999 --x>
On windows, [Microsoft Visual C++ 2010 SP1 Redistributable Package (x86)](https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe) is also necessary to run yt-dlp. You probably already have this, but if the executable throws an error due to missing `MSVCR100.dll` you need to install it manually.
+-->
While all the other dependancies are optional, `ffmpeg` and `ffprobe` are highly recommended
* [**ffmpeg** and **ffprobe**](https://www.ffmpeg.org) - Required for [merging seperate video and audio files](#format-selection) as well as for various [post-processing](#post-processing-options) tasks. Licence [depends on the build](https://www.ffmpeg.org/legal.html)