dvdread | Read deCSSed DVD image

 by   xrgtn C Version: Current License: No License

kandi X-RAY | dvdread Summary

kandi X-RAY | dvdread Summary

dvdread is a C library. dvdread has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

the dvdread utility allows you to create decssed image of protected dvd. what you do with the resulting image is your own business, not sony's or some other guy's one. if you attempt to read scrambled dvd directly with cp/dd/readom, you'll get i/o error (read of scrambled sector without authentication) on all scrambled sectors and any workarounds like dd_rescue will just produce damaged mpeg. dvdread depends on libdvdcss (and libdvdread (libraries. to build dvdread on debian gnu/linux system you need to install libdvdread-dev package from main repository and libdvdcss-dev one from www.deb-multimedia.org. example usage: ./dvdread /dev/sr0 >akira_decss.iso mplayer -dvd-device akira_decss.iso dvdnav://menu. dvdread looks for dvd region restriction mask inside the video_ts.ifo and video_ts.bup files and resets it to 0xc0 if it's not zero and doesn't equal to 0xc0 already. this means that the produced decssed image file can be written onto dvd-r/rw media and the resulting disc should be playable in any region. dvdread prints progress and error messages to stderr and dumps decssed stream to stdout. if you want to debug, run it with dvdcss_verbose envvar, e.g.: dvdcss_verbose=2 ./dvdread /dev/sr0 >/x/y/z. sector 2009702: libdvdcss debug: getting title key at block 2009702
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              dvdread has a low active ecosystem.
              It has 21 star(s) with 8 fork(s). There are 6 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              There are 1 open issues and 0 have been closed. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of dvdread is current.

            kandi-Quality Quality

              dvdread has no bugs reported.

            kandi-Security Security

              dvdread has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              dvdread does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              dvdread releases are not available. You will need to build from source code and install.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dvdread
            Get all kandi verified functions for this library.

            dvdread Key Features

            No Key Features are available at this moment for dvdread.

            dvdread Examples and Code Snippets

            No Code Snippets are available at this moment for dvdread.

            Community Discussions

            QUESTION

            Convert an audio to uncompress wav by libvlc
            Asked 2020-May-04 at 01:52
            • OS : win10 64 bits
            • compiler : vc2017 64bits
            • vlc version : 3.0.9.2 from here

            Source codes

            ...

            ANSWER

            Answered 2020-May-04 at 01:52

            Found a solution, you need to play the media and open the file correctly, for simplicity I use "libvlc_media_new_path" in this example, if you are using "libvlc_media_new_location", remember to append "file:///" before the location and change to native separator.

            Source https://stackoverflow.com/questions/61523662

            QUESTION

            How do I adjust the video resolution?
            Asked 2019-Aug-21 at 17:25

            I'm trying to adjust the resolution of the incoming H.264 RTSP stream. I am running on Windows 10 for now, but will eventually move this to Linux. I am creating the LibVLC object passing in several command line args, but nothing I have tried affects the resulting screen resolution.

            When I open the same RTSP steam in the VLC media player app, the resolution is 2560x1980, which is the native resolution I want in my app. But, when my app runs, it's only 640x480. FYI - this is not a Windows UI app. It's a service that is just taking screenshots. So, there is not media control on a form to adjust.

            Here is what I have right now:

            ...

            ANSWER

            Answered 2019-Aug-20 at 16:28

            Try this method on the MediaPlayer

            Source https://stackoverflow.com/questions/57577484

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install dvdread

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/xrgtn/dvdread.git

          • CLI

            gh repo clone xrgtn/dvdread

          • sshUrl

            git@github.com:xrgtn/dvdread.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link