handbrake cli guide

get source

method 1 (effortless)

  1. download the latest nightly build
  2. skip to the encoding section

method 2 (timeless)

  1. install the subversion command line tool: build svn from source or double click installer package (you always want the latest version)
  2. edit your PATH (assuming your using the 10.4 default, bash) nano ~/.bash_login
    export PATH="/usr/local/bin:$PATH"
    ⌃o

    ⌃x
    . ~/.bash_login
  3. download the latest source code from the public repository svn co svn://handbrake.m0k.org/HandBrake/trunk ~/HandBrake
  4. once you have svn installed and your PATH setup and you can also try the build.sh for a hands-free approach