FAQ:macOS: Difference between revisions

From Leurent
Jump to navigation Jump to search
m (Marc moved page FAQ:OS X to FAQ:macOS: Apple did rename OS-x to macOS)
(Be able to Read DVDs and Blu-Ray with VLC and RIP them with Handbrake)
Line 3: Line 3:


Please refer to http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx
Please refer to http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx

= Multimedia =

== Be able to Read DVDs and Blu-Ray with VLC and RIP them with Handbrake ==

{{Notice|1=Both VLC and Handbrake will need libdvdcss to read DVDs and libaacs to decrypt Blue-Rays. You can install them manually one shot, but I prefer using brew to be able to maintain them up to date ( bug fix + security updates )}}


# Install Brew that will allow you to install https://brew.sh/
# Install VLC using "brew install vlc" or https://www.videolan.org/vlc/
# Install Handbrake using "brew install handbrake" or download it from https://handbrake.fr/
# Install libdvdcss and libaacs and get the KEYDB.cfg from http://fvonline-db.bplaced.net/
brew install libdvdcss libaacs
mkdir ~/Library/Preferences/aacs/
cd ~/Library/Preferences/aacs/
wget "http://fvonline-db.bplaced.net/fv_download.php?lang=eng" -O keydb_eng.zip
unzip keydb_eng.zip

Revision as of 08:45, 20 July 2019

How to create a bootable USB stick on OS X

Please refer to http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-mac-osx

Multimedia

Be able to Read DVDs and Blu-Ray with VLC and RIP them with Handbrake


  1. Install Brew that will allow you to install https://brew.sh/
  2. Install VLC using "brew install vlc" or https://www.videolan.org/vlc/
  3. Install Handbrake using "brew install handbrake" or download it from https://handbrake.fr/
  4. Install libdvdcss and libaacs and get the KEYDB.cfg from http://fvonline-db.bplaced.net/
brew install libdvdcss libaacs
mkdir ~/Library/Preferences/aacs/
cd ~/Library/Preferences/aacs/
wget "http://fvonline-db.bplaced.net/fv_download.php?lang=eng" -O keydb_eng.zip
unzip keydb_eng.zip