Page 1 of 1

libdvdread errors

Posted: Sun Jul 30, 2017 11:58 am
by ylafont
I am running this on a windows 10 Machine and cant explain why i am receiving these error when creating an mkv file.

these are DVD format folders on local drive. I am keeping he command as simplistic as possible. Is there a switch that needs to be used?

Code: Select all

HandBrakeCLI.exe  -i "\\PENTIUMG3258\Movies\An Avonlea Christmas Movie" -o "d:\Test Conversions\Converted\An Avonlea Christmas Movie.mkv"

libdvdnav: Using dvdnav version 5.0.1
libdvdread: Encrypted DVD support unavailable.
libdvdread: Could not open input: Permission denied
libdvdread: Can't open \\PENTIUMG3258\Movies\An Avonlea Christmas Movie for reading
libdvdread: Device \\PENTIUMG3258\Movies\An Avonlea Christmas Movie inaccessible, CSS authentication not available.
libdvdnav: Unable to open device file \\PENTIUMG3258\Movies\An Avonlea Christmas Movie.
libdvdnav: DVD disk reports itself with Region mask 0x00c00000. Regions: 1 2 3 4 5 6
libdvdread: Encrypted DVD support unavailable.
libdvdread: Could not open input: Permission denied
libdvdread: Can't open \\PENTIUMG3258\Movies\An Avonlea Christmas Movie for reading
libdvdread: Device \\PENTIUMG3258\Movies\An Avonlea Christmas Movie inaccessible, CSS authentication not available.
libdvdnav: DVD disk reports itself with Region mask 0x00c00000. Regions: 1 2 3 4 5 6
[07:43:11] sync: expecting 163006 video frames
[07:43:11] encx264: min-keyint: 30, keyint: 300
[07:43:11] encx264: encoding at constant RF 22.000000
x264 [info]: using SAR=8/9
x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 LZCNT
Encoding: task 1 of 1, 0.00 %x264 [info]: profile High, level 3.0
[07:43:11] sync: first pts video is 0
[07:43:11] sync: "Chapter 1" (1) at frame 1 time 0
[07:43:11] sync: first pts audio 0x80bd is 0
Encoding: task 1 of 1, 6.65 % (59.72 fps, avg 51.71 fps, ETA 00h49m03s)[07:46:41] sync: "Chapter 2" (2) at frame 10855 time 32594562
Encoding: task 1 of 1, 12.99 % (51.27 fps, avg 53.00 fps, ETA 00h44m36s)[07:49:51] sync: "Chapter 3" (3) at frame 21188 time 63624561
Encoding: task 1 of 1, 16.35 % (68.80 fps, avg 54.38 fps, ETA 00h41m48s)

thank you in advance.

Re: libdvdread errors

Posted: Sun Jul 30, 2017 12:07 pm
by rollin_eng
Is it encoding correctly? What did you use to rip your DVD's?

Re: libdvdread errors

Posted: Sun Jul 30, 2017 12:16 pm
by ylafont
Performing test now. have a another 30 mins before the first DVD completes. I did not perform the rip, just created a batch file to convert them all since they are about 200 of them. I believe it was the windows version of HandBreak if i am not mistaken.

Re: libdvdread errors

Posted: Sun Jul 30, 2017 12:46 pm
by rollin_eng
What did you use to copy the DVD to your disk? HB will not deal with encypted DVD's.

Re: libdvdread errors

Posted: Sun Jul 30, 2017 1:07 pm
by ylafont
rollin_eng wrote: Sun Jul 30, 2017 12:46 pm What did you use to copy the DVD to your disk? HB will not deal with encypted DVD's.
DvdShrink (Latest version) was used.

Re: libdvdread errors

Posted: Sun Jul 30, 2017 1:10 pm
by rollin_eng
DVDShrink is old, you should use something more up to date like makemkv or anydvd.

Re: libdvdread errors

Posted: Sun Jul 30, 2017 1:15 pm
by rollin_eng
I just opened an unencrypted DVD source and I also see the same warnings so perhaps a dev can explain.

Re: libdvdread errors

Posted: Sun Jul 30, 2017 4:07 pm
by Woodstock
Handbrake will give the warning about not supporting encrypted sources whether the source is encrypted or not - It's true it cannot support encryption, and, at the point it's issued, I don't think it's hit the CSS data yet.

I've seen posts elsewhere that indicated that DVDShrink generates its own version of the disk structure, because its function in life was to make the DVD fit on a 4.7G disk. Things are thrown away, the video is compressed if needed, etc.

It may be possible to read the image by forcing libdvdnav out of the picture; That can be done in Tools->Preferences->Advanced, "Disable LibDVDNav".

OOOPS, forgot this is the CLI: Add "--no-dvdnav" to the command line.