| | !!! I am godzilla, you are Japan!!! ( |
DVD ripping
I'm sorry y'all if this has been addressed before - what do you use to rip your DVD's with? Specifically I want to rip them from DVD and put them into AVI format if possible, MPG format if I have to...
April 5 2005, 01:59:05 UTC 7 years ago
It uses transcoode, and allows you to make divx/xvid, either with the ripped AC3 soundtrack or Lame decompressed MP3 soundtrack.
http://www.exit1.org/dvdrip/
Has a bit of dependencies, but a piece of software that does what it does has little choice in that regard.
April 5 2005, 16:26:03 UTC 7 years ago
April 5 2005, 16:48:35 UTC 7 years ago
April 5 2005, 17:26:18 UTC 7 years ago
April 5 2005, 02:17:07 UTC 7 years ago
mencoder -oac copy -ovc lavc -o "Movie Title.avi" dvd://1
If you want a big honkin' mpeg, you can use -ovc copy, and you have the exact quality of the DVD unencrypted. Of course, you can also list codecs to compress to with -oac help and -ovc help. Sometimes I do -oac lavc.
There are nifty GUIs to configure and do nice things like target sizes (to fit on a CD), but you asked what we use, and the above is what I use. (95% of the time, the movie is track one... you can check by doing mplayer dvd://1 to verify).
April 5 2005, 02:49:48 UTC 7 years ago
I suspect it can, and I can probably research it, but since you use it, you'd know, is my thinking. ;)
April 5 2005, 10:19:07 UTC 7 years ago
Available codecs:
copy - frame copy, without re-encoding (useful for AC3)
pcm - uncompressed PCM audio
mp3lame - cbr/abr/vbr MP3 using libmp3lame
lavc - FFmpeg audio encoder (MP2, AC3, ...)
YMMV, depending on what was available on the system when you compiled (i.e., what ./configure saw).
April 5 2005, 16:08:30 UTC 7 years ago
Thanks!
April 5 2005, 16:24:12 UTC 7 years ago
As I understand it, Mplayer copied shitloads of FFMPEG code for thier player, but made it (in some ways better).
Transcode is for girlie-men... you should look into using ffmpeg (I know transcode uses some parts of ffmpeg, but I've found ffmpeg to be easier to use... I have no idea why).
April 5 2005, 16:47:12 UTC 7 years ago
Transcode uses ffmpeg all out ... I don't see why I would want to use raw ffmpeg when I have mencoder and transcode making life much easier?
April 5 2005, 17:29:30 UTC 7 years ago
ffmpeg blah.avi blahdeblah.mpg
is easier than
transcode -i blah.avi -x whateverthefuckcodecintheaviformat -y targetwhateverthefuckmpgcontainer -audiocodec... whateverthefuckcodecsamplingrate...etc. -o blahdeeblah.mpg
Maybe it's me.
April 5 2005, 17:36:02 UTC 7 years ago
I would have killed for transcode or mencode back then, I kid you not ...
April 5 2005, 19:30:02 UTC 7 years ago
April 5 2005, 16:21:36 UTC 7 years ago
Also, I've found that because it presumes you've got the full surround sound you will need to bump up the audio at the time of playback using the -af volume=decibles:soundclipping (ex: -av volume=10:1, for +10 decibles, and soft sound clipping... see manpage for details).
April 5 2005, 16:28:01 UTC 7 years ago
I do not endorse the illegal use of pirate software to steal from the MPIAA. My comments above were purely for academic reasons, gleaned from other's comments. I have utterly no knowledge of ripping DVDs.
In a completely unrelated comment, I finally got my 1TB RAID drive up and running...