DeCSS and convert DVD into H264 video on linux command line
Ripping/Converting DVDs into H264 format on Linux command line If you prefer to use command line interface to deal with your linux needs, or simply do not have access to a graphical interface of your server, you can easily convert any DVDs into a very well compressed H264 format video. The following step-by-step was made on a Ubuntu server but any kind of linux distribution would behave the same way. The fist step is to install the Handbrake’s command line interface, so called Handbrake-CLI. To do this, you have to add a non-official repository to your software collection: sudo add-apt-repository ppa:stebbins/handbrake-releases after this, you can install Handbrake CLI using the well know process: sudo apt-get install handbrake-cli After this step, you have the tool to compress any video into H264 format. The following steps are required to rip (DeCSS) a DVD because Handbrake will refuse to work if the DVD is copy protected: sudo apt-get install libdvdread4 This