Announcement

Collapse
No announcement yet.

linux equivalent of AnyDVD

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • linux equivalent of AnyDVD

    Hi,

    google didn't help me with this one

    Is there an equivalent program to AnyDVD for linux? I can't seem to find any, but I'd be really surprised if the functionality of such a popular win32 program does not exist in linux.

    Note that I'm not looking for a DVD ripper (AnyDVD does not do that), but for a program that decodes CSS transparently to the applications that want to access the DVD. Think of it as a read-only dm-crypt /dev/mapper device with deCSS decryption algorithm.

  • #2
    Good question.. I didn't bother reading the article but this might hold an answer:
    Tom's Hardware helps you buy the best hardware and build the best PC to play, create and work..


    I usually rip my DVDs using K9Copy and play them on my livingroom streamer.
    "For every action, there is an equal and opposite criticism."

    Comment


    • #3
      ah, there's a problem with that article. I'm using this functionality for my media streamer too. There's currently no way to install custom software into the firmware of the device, and the player does not support decss. If only there was a homebrew mediaplayer community such as openwrt is to routers...

      Right now, the only solution is putting the DVD into a shared drive on my MS Windows Vista workstation which has AnyDVD installed.

      If there's a way to transparently decode css encryption in linux, I could just hang a DVD drive off my NAS and be done with it. Now I need to power my 100W workstation to watch a DVD.

      Ripping is not an option, as it defeats the merits of using a mediastreamer in my view; if it requires that much effort, I can just as well play the DVD from my HTPC.

      Comment


      • #4
        My streamer doesn't really stream. It has a built in HDD into which I copy all the movies via wifi.
        Ripping with K9Copy isn't too much of a hassle either, 2-pass xvid with the sound track I prefer, running in the background for a while and then copy over.
        "For every action, there is an equal and opposite criticism."

        Comment


        • #5
          Originally posted by TransformX View Post
          My streamer doesn't really stream. It has a built in HDD into which I copy all the movies via wifi.
          Ripping with K9Copy isn't too much of a hassle either, 2-pass xvid with the sound track I prefer, running in the background for a while and then copy over.
          I'm sure ripping works great, and with some effort it would probably be possible to do it completely automatically (script scanning dvd drive for new drives, automatically rip to certain directory).

          However, I prefer my streamer to just work by streaming whatever I've downloaded directly onto my NAS. Recoding/ripping/transferring is a no-no as it requires too much user input, technical expertise (only I could use it) and time+effort.
          Last edited by dZeus; 29 December 2010, 14:32.

          Comment


          • #6
            Well, VLC does it under Linux with libdvdcss library if that helps
            If there's artificial intelligence, there's bound to be some artificial stupidity.

            Jeremy Clarkson "806 brake horsepower..and that on that limp wrist faerie liquid the Americans call petrol, if you run it on the more explosive jungle juice we have in Europe you'd be getting 850 brake horsepower..."

            Comment


            • #7
              Originally posted by Technoid View Post
              Well, VLC does it under Linux with libdvdcss library if that helps
              seriously, where did you read about that? can't find it anywhere in the documentation for VLC.

              Are you sure you haven't confused my question for asking to play back DVD in linux? 'cause that's not what I want to do.

              Comment


              • #8
                No, i didnt missunderstand you, but as usual I botched my attempt to use the english language.

                what I meant was that VLC's ability to READ and then play(which you dont care about) is through that library > Link <

                libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption.
                If there's artificial intelligence, there's bound to be some artificial stupidity.

                Jeremy Clarkson "806 brake horsepower..and that on that limp wrist faerie liquid the Americans call petrol, if you run it on the more explosive jungle juice we have in Europe you'd be getting 850 brake horsepower..."

                Comment


                • #9
                  Originally posted by Technoid View Post
                  No, i didnt missunderstand you, but as usual I botched my attempt to use the english language.

                  what I meant was that VLC's ability to READ and then play(which you dont care about) is through that library > Link <
                  yeah libdvdread has been around for a long time, and there are plenty of players that can use it (e.g. mplayer). The issue is that there doesn't seem to be any application available using it, that mimics the functionality of anydvd in linux.

                  Comment


                  • #10
                    Originally posted by dZeus View Post
                    yeah libdvdread has been around for a long time, and there are plenty of players that can use it (e.g. mplayer). The issue is that there doesn't seem to be any application available using it, that mimics the functionality of anydvd in linux.
                    And today I stumbled upon the userspace filesystem (FUSE) driver dvdreadfs which supposedly does exactly what I need.
                    Last edited by dZeus; 30 June 2011, 14:48.

                    Comment

                    Working...
                    X