Skip to content

Install ffmpeg

Eliran Wong edited this page Mar 20, 2021 · 6 revisions

Install ffmpeg

You need to install 'ffmpeg' in order to download YouTube content with 'youtube-dl' in UBA.

Read more about downloading youtube content at: https://github.com/eliranwong/UniqueBible/wiki/Download-Youtube-audio-video

Examples

There are different ways to install 'ffmpeg'. Read for details at: https://www.ffmpeg.org/

We briefly describe some examples below.

[on Linux]<br>
- Run in terminal:<br>
> sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl<br>
> sudo apt install ffmpeg<br>

[on Windows]<br>
- Install "chocolatey" first. read https://chocolatey.org/install<br>
- open Windows PowerShell (Admin), and run:<br>
> choco install ffmpeg<br>

[on macOS]<br>
- Install "homebrew" first. read https://brew.sh/<br>
- Run in terminal:<br>
> brew install ffmpeg<br>
Clone this wiki locally