Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/install_windows_manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Run the downloaded file to install 7-Zip.
### 2. Install FFMPEG: ###

1. Download [64-bit Static](http://ffmpeg.zeranoe.com/builds/win64/static/ffmpeg-latest-win64-static.zip) from [Zeranoe](http://ffmpeg.zeranoe.com/builds/).
> Note: Websites where the links above refer has been closed since Sep 18, 2020 according to [Zeranoe's declaration on twitter](https://twitter.com/Zeranoe/status/1300596971934224385). So you'd better try other ways to get a bulid of FFMPEG. One of an available link is [here](https://github.com/BtbN/FFmpeg-Builds/releases).
2. Unpack the contents of the zip (bin folder etc.) to `C:\ffmpeg`
3. Add `C:\ffmpeg\bin` to your `PATH` ([How To](https://support.microsoft.com/en-us/kb/310519))
4. Check that typing `ffmpeg` at a command prompt works.
Expand Down