When my wife needed to ask me for help every time she wanted to rip a DVD to our fileserver, I decided to write a script that would make the process easy for her, yet still result in a high-quality end product. I figured it might be useful to others as well, so decided to make the script public, publishing it under the GPL. The result is AutoBrake.sh, a [relatively] simple BASH script that rips DVDs to H.264/Ogg/Mkv.
Please give it a try and let me know if you find it useful. Also, I haven’t coded in years, so if you can contribute improvements you’re welcome to do so!
Autobrake [strike]0.8.30[/strike] 0.8.32 just released! This version adds ‘ionice’ support, which should leave your system much more responsive during high-IO operations. This is especially handy if you, like me, tend to rip multiple movies simultaneously.
Gave the new version a whirl yesterday. It took my Pemtium M around 9 hours to give me a prefrect copy (no issues with delay this time…) of the Usual Suspect. From the hip (I will probably check later), is it possible to set the ratio to 16:9 therough the script?
No, I was referring to forcing the aspect ratio on the final “product”.
But after writing (and having a look at MMG), I realised I could probably (not sure how yet) set the desired ratio in the script by adding an option of some sort, no?
Well, if the movie is 4:3 and you want widescreen, there’s no good way to do it. You’d either be stretching the image (people would look like Mr. Lemonhead), or cropping out the upper and lower 3rd of the image. So the answer there is to simply get the correct aspect ratio version of the film, and rip that instead.
If you mean just forcing the aspect ratio on a misbehaving video so it displays properly, that is possible with mkvmerge. You would simply copy and paste the mkvmerge line echoe’d in the final step of autobrake, appending the option: --aspect-ratio 1:16/9