Mostrando entradas con la etiqueta Handbrake. Mostrar todas las entradas
Mostrando entradas con la etiqueta Handbrake. Mostrar todas las entradas

lunes, 18 de marzo de 2013

Copias de seguridad de un DVD con Handbrake y Ubuntu 12.04


En el caso de necesitar hacer una copia de seguridad de un dvd incluso protegido se puede hacer con handbrake y la librería libdvdcss2.

Añadimos los repositorios.

sudo apt-add-repository ppa:stebbins/handbrake-snapshots


Añadimos estas líneas al fichero sources.list.

deb http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu precise main 
deb-src http://ppa.launchpad.net/stebbins/handbrake-releases/ubuntu precise main 

Actualizamos.

sudo apt-get update

Instalamos el paquete.

sudo apt-get install handbrake-gtk

Es necesario instalar la librería libdvdcss2.

sudo wget –output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get –quiet update && sudo apt-get –yes –quiet –allow-unauthenticated install medibuntu-keyring && sudo apt-get –quiet update

sudo apt-get install libdvdcss2

fuentes:
http://www.ubuntuleon.com/2012/05/instala-handbrake-en-ubuntu-precise.html
http://www.zimbio.com/Ubuntu+Linux/articles/w5LY-tOlamo/Ripping+DVD+Ubuntu+Linux+Easy
https://launchpad.net/~stebbins/+archive/handbrake-releases
http://handbrake.fr/downloads.php