Find the answer to your Linux question:
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 ...
  1. #1
    Just 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.

  2. #2
    Just Joined! djap's Avatar
    Join Date
    Jul 2005
    Location
    Not so sure anymore...
    Posts
    97
    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.

  3. #3
    Just Joined!
    Join Date
    Feb 2008
    Posts
    19
    Have you thougth of using MEncoder / MPlayer as the ripper/player engine for your program and just write front end for them your self?
    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.

  4. #4
    Just Joined! djap's Avatar
    Join Date
    Jul 2005
    Location
    Not so sure anymore...
    Posts
    97
    Quote Originally Posted by swappo View Post
    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.
    MEncoder can use libdvdcss to get the content from the disc. I have used it myself few times. I'm not sure what kind of encryption you are talking about but I guess there's only one way to find out if it does the job for you. Google rip DVD MEncoder and try it.

  5. #5
    Linux Newbie SagaciousKJB's Avatar
    Join Date
    Aug 2007
    Location
    Yakima, WA
    Posts
    162
    Quote Originally Posted by swappo View Post
    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.
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...