Skip to content
Merged
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
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,14 @@ You can download the command line version of HandBrake, called `HandBrakeCLI`, h

<https://handbrake.fr/downloads2.php>

On macOS, the other dependencies can be easily installed via [Homebrew](http://brew.sh/), an add-on package manager:
On macOS, it and all other dependencies can be easily installed via [Homebrew](http://brew.sh/), an add-on package manager:

brew install handbrake
brew install ffmpeg
brew install mkvtoolnix
brew install mp4v2
brew install mplayer

`HandBrakeCLI` is also available via [Homebrew Cask](http://caskroom.io/), an extension to Homebrew:

brew cask install handbrakecli

On Linux, package management systems vary so it's best consult the indexes for those systems. But there's a Homebrew port available called [Linuxbrew](http://linuxbrew.sh/) and it doesn't require root access.

On Windows, it's best to search the Web for the appropriate binary or add-on package manager. The [VideoHelp](http://www.videohelp.com) and [Cygwin](https://cygwin.com/) sites are a good place to start. Or you could try installing into the [Windows Subsystem for Linux](https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux) as described here:
Expand Down