dvdread | Read deCSSed DVD image
kandi X-RAY | dvdread Summary
kandi X-RAY | dvdread Summary
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
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of dvdread
dvdread Key Features
dvdread Examples and Code Snippets
Community Discussions
Trending Discussions on dvdread
QUESTION
- OS : win10 64 bits
- compiler : vc2017 64bits
- vlc version : 3.0.9.2 from here
Source codes
...ANSWER
Answered 2020-May-04 at 01:52Found 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.
QUESTION
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:28Try this method on the MediaPlayer
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install dvdread
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page