|
2 months ago | |
---|---|---|
.gitignore | 3 months ago | |
COPYING | 7 years ago | |
Profiles.csv | 3 months ago | |
README.md | 2 years ago | |
install-profiles.sh | 7 years ago | |
moeripper-profiles.rb | 7 years ago | |
moeripper.1 | 6 years ago | |
moeripper.py | 6 years ago | |
moeripper.rb | 2 months ago | |
moeripper.todo.dist | 3 months ago |
Moeripper is a DVD ripping solution for bulk ripping of DVDs. In cases where the ripping shall be an automated process Moeripper becomes handy with its batch processing of ripping jobs.
By using Moeripper it is easy to rip DVDs with multiple audio tracks into one output file (using the Matroska container format). Although it is a program designed for the unix shell it has a wizard to help you create a new ripping job.
Moeripper lets you define profiles where each profile represents a set of audio and video settings. With these profiles you can also create multiple audio or video tracks out of one track. This might be useful when you want one "high quality" video stream and a second "low quality" stream for old computers. Of course, the same thing is possible for audio streams.
The operating systems must meet the following requirements:
Moeripper requires the following programs to run properly:
To be able to rip a DVD one should have at least 20 GiB of free space available. This space is needed for temporary files during the ripping process.
Moeripper does not need to be installed somewhere in the file system. You can just place the moeripper.rb script in a directory where you want to have the temporary files from DVD ripping and Moeripper will work just fine after you copied the configuration files (see below).
However, if you feel more comfortable with it you may place the moeripper.rb script into /usr/bin or any other directory for executable files.
You may also place the moeripper.rb script into the directory $HOME/bin, if you have your $PATH variable configured so that it includes the $HOME/bin directory in the search for executable files. Depending on your shell the configuration file is in another configuration file in your HOME directory.
Before you can start using Moeripper you need to copy the configuration files into the folder $HOME/.config/moeripper/. At the moment the configuration consists of the file Profiles.csv which contains all defined profiles for audio and video conversion.
In case you just want to get Moeripper working you may execute the script install-profiles.sh in your copy of the Moeripper source code repository. It will create the directory $HOME/.config/moeripper/ for your and copy the Profiles.csv file in there.
That's it, Moeripper is ready to rip :)