Results 1 to 5 of 5
Hello,
I am working on a project where I am building a DVD player/ripper to rip movies onto my hard drive to play them on my computer as well as ...
- 09-26-2009 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 19
Building a DVD player/ripper
Hello,
I am working on a project where I am building a DVD player/ripper to rip movies onto my hard drive to play them on my computer as well as my home theater. I code in C/C++ and am building the gui with gtk+. The problem I am having is finding background information on how to write the code to remove the encryption from a DVD. When I search google, all I am coming up with are programs like anydvd and dvd decrypter. I need background info on how to write the algorithms that do the decryption. Does anybody know where I can find more info on this? Thanks.
- 09-27-2009 #2
Have you thougth of using MEncoder / MPlayer as the ripper/player engine for your program and just write front end for them your self? Might save a lot of trouble.
- 09-27-2009 #3Just Joined!
- Join Date
- Feb 2008
- Posts
- 19
Yeah, I could do that. However, I would still need to figure out how to handle the encryption on the disk. I don't believe that MEncode/MPlayer handles encryption.Have you thougth of using MEncoder / MPlayer as the ripper/player engine for your program and just write front end for them your self?
- 09-27-2009 #4
- 09-27-2009 #5
Well, it uses libdvdcss, so you might want to to look into how to use libdvdcss. I've never had any problem with a DVD that I've ripped with it.
On the other hand, MEncoder is already an extremely powerful application, and extremely scriptable. There was at least one gtk front-end for it I can remember called "acidrip" and there's another Win32 program that uses it called MeGUI. Perhaps your efforts might be better spent developing a an up-to-date GTK gui for MEncoder, as acidrip is pretty out-of-date.


Reply With Quote
