encoding selfmade DVD is not working directly

Archive of historical bug reports.
Please use the GitHub link above to report issues.
Forum rules
*******************************
Please be aware we are now using GitHub for issue tracking and feature requests.
- This section of the forum is now closed to new topics.

*******************************
Post Reply
beta-tester
Novice
Posts: 57
Joined: Tue Oct 04, 2011 8:00 pm

encoding selfmade DVD is not working directly

Post by beta-tester »

hi,

i have a selfmade DVD i burned years ago with content of my holiday (DV camcorder videos, but i don't remember what DVD authoring program i was using... nero / DVD architect / or a free one).
if i try to go the most direct way to encode the DVD content via use drive letter ["D:" in my case] as source and start encoding, HB-CLI stopps with only a log.
it looks like, for HB, my DVD is protected or inaccessible, but that's not true.
i also tried to run HB as administrator, in hope HB can now access to the drive without "Permission denied", but without success.

BUT, if i go a less direct way and choose the VIDEO_TS folder of the DVD instead of the drive itself, everything works perfect.

any idea?

Code: Select all

HandBrake svn4741 2012061701
OS: Microsoft Windows NT 6.1.7601 Service Pack 1

-------------------------------------------

CLI Query:  -i "D:" -t 1 --angle 1 -c 1-24 -o "C:\Users\TEST\Desktop\_TEST.mp4"  -f mp4  --strict-anamorphic  --modulus 16 -e x264 -q 20 --vfr -a 1 -E faac -6 dpl2 -R Auto -B 160 -D 0 --gain 0 --markers="C:\Users\TEST\AppData\Local\Temp\_TEST.csv" -x ref=1:weightp=1:subq=2:rc-lookahead=10:trellis=0:8x8dct=0 --verbose=2
User Query: False

[14:55:49] hb_init: starting libhb thread
[14:55:49] thread 1bd31f0 started ("libhb")
HandBrake svn4741 (2012061701) - MinGW x86_64 - http://handbrake.fr
X CPU detected
Opening D:...
[14:55:49] hb_scan: path=D:, title_index=1
[14:55:49] thread 1bd3670 started ("scan")
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening D:/BDMV/index.bdmv
libbluray/bluray.c:1471: nav_get_title_list(D:) failed (0000000001BD3DD0)
[14:55:49] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
libdvdread: Could not open input: Permission denied
libdvdread: Can't open D: for reading
libdvdnav: vm: failed to open/read the DVD
[14:55:49] dvd: not a dvd - trying as a stream/file instead
[14:55:49] hb_stream_open: open D: failed
[14:55:49] scan: unrecognized file type
[14:55:49] thread 1bd3670 exited ("scan")
[14:55:49] thread 1bd3670 joined ("scan")
[14:55:49] libhb: scan thread found 0 valid title(s)
No title found.
[14:55:50] thread 1bd31f0 exited ("libhb")
[14:55:50] thread 1bd31f0 joined ("libhb")
HandBrake has exited.
i use windows 7 64 bit

PS.: the CLI queue for the encoder process looks very equals between the both ways. the only difference is the -i option "D:" for the direct, but broken, way, "D:\VIDEO_TS" for the way with success.
also the ".csv" of the both ways looks exact equals


i have an other question: unfortunately i put the video content of one DVD in many tiny titles instead of one video with many chapters - but the can be played as one video continuously. in HB i don't find a way to put it to a single combined video - is there a way for it?
Post Reply