Blu-ray iso "No Title(s) Found"

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
simonmcnair
Posts: 17
Joined: Fri Mar 16, 2012 8:46 am

Blu-ray iso "No Title(s) Found"

Post by simonmcnair »

Hi,
I tried opening an unencrypted blu-ray ISO with HB and it came up with a "No title(s) found" message. This was ripped using anydvd HD 7.0.0. I'm sure the iso is fine as I can mount it using OSFMount and then handbrake will read it perfectly and powerdvd8 plays it.

Activity log:

Code: Select all

HandBrake 0.9.6 2012022800
OS: Microsoft Windows NT 6.1.7601 Service Pack 1
CPU: Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz
Ram: 6135 MB, Screen: 2560x1600
Temp Dir: C:\Users\Simon\AppData\Local\Temp\
Install Dir: C:\Program Files\Handbrake
Data Dir: C:\Users\Simon\AppData\Roaming\HandBrake\HandBrake\0.9.6.4466

-------------------------------------------
 -i "C:\Users\Simon\Desktop\BLITZ.iso" -t0  --min-duration=10 -v 
[08:47:54] hb_init: starting libhb thread
HandBrake 0.9.6 (2012022800) - MinGW x86_64 - http://handbrake.fr
8 CPUs detected
Opening C:\Users\Simon\Desktop\BLITZ.iso...
[08:47:54] hb_scan: path=C:\Users\Simon\Desktop\BLITZ.iso, title_index=0
libbluray/bdnav/index_parse.c:157: indx_parse(): error opening C:\Users\Simon\Desktop\BLITZ.iso/BDMV/index.bdmv
libbluray/bluray.c:1471: nav_get_title_list(C:\Users\Simon\Desktop\BLITZ.iso) failed (0000000001D8D720)
[08:47:54] bd: not a bd - trying as a stream/file instead
libdvdnav: Using dvdnav version 4.1.3
libdvdread: Encrypted DVD support unavailable.
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.IFO failed
libdvdnav:DVDOpenFileUDF:UDFFindFile /VIDEO_TS/VIDEO_TS.BUP failed
libdvdread: Can't open file VIDEO_TS.IFO.
libdvdnav: vm: failed to read VIDEO_TS.IFO
[08:47:54] dvd: not a dvd - trying as a stream/file instead
[08:47:54] hb_stream_open: open C:\Users\Simon\Desktop\BLITZ.iso failed
[08:47:54] scan: unrecognized file type
[08:47:54] libhb: scan thread found 0 valid title(s)
No title found.
HandBrake has exited.
Last edited by Anonymous on Fri Mar 16, 2012 10:54 am, edited 1 time in total.
Reason: Logs should be placed in between [code] [/code] blocks
Deleted User 11865

Re: Blu-ray iso "No Title(s) Found"

Post by Deleted User 11865 »

simonmcnair wrote:I'm sure the iso is fine as I can mount it using OSFMount and then handbrake will read it perfectly
Indeed.

Unlike libdvdread, libbluray doesn't mount ISO images, so you need to mount it first.
simonmcnair
Posts: 17
Joined: Fri Mar 16, 2012 8:46 am

Re: Blu-ray iso "No Title(s) Found"

Post by simonmcnair »

Rodeo,
Thanks for the brilliantly clear, informative and prompt reply.

So should I put a feature request in to ask for a more informative error rather than the ambiguous/erroneous error ?

cheers
Simon
User avatar
JohnAStebbins
HandBrake Team
Posts: 5712
Joined: Sat Feb 09, 2008 7:21 pm

Re: Blu-ray iso "No Title(s) Found"

Post by JohnAStebbins »

simonmcnair wrote:Rodeo,
Thanks for the brilliantly clear, informative and prompt reply.

So should I put a feature request in to ask for a more informative error rather than the ambiguous/erroneous error ?

cheers
Simon
What did you have in mind? HandBrake can't recognize the file. It can't tell you to mount it because it doesn't distinguish whether it is a mountable file type. It only knows that none of the libraries HandBrake uses were able to find video in the file.
simonmcnair
Posts: 17
Joined: Fri Mar 16, 2012 8:46 am

Re: Blu-ray iso "No Title(s) Found"

Post by simonmcnair »

Hi John,

I suppose for me a helpful error may state "No title(s) found. Please note that Handbrake cannot open unencrypted bluray isos". It would only do this in the case of an ISO file and generally I think an iso would be of a DVD or bluray ?

just an idea.
Simon
Deleted User 11865

Re: Blu-ray iso "No Title(s) Found"

Post by Deleted User 11865 »

HandBrake doesn't look at file extensions, only the contents. So it doesn't know it's an ISO image.
simonmcnair
Posts: 17
Joined: Fri Mar 16, 2012 8:46 am

Re: Blu-ray iso "No Title(s) Found"

Post by simonmcnair »

Okay. Point made. There is no way on this Earth that this error message or error code handling could be improved.

I was just trying to say that Handbrake works in two different (undocumented afaik) ways depending on if a source ISO is bluray vs dvd and that this may cause confusion and that I could not find any way of answering or resolving this problem without resorting to the forum. Now that I've posed the question and you've explained the reason there is nothing that can be done to remedy the situation.

That's fine. It really is. I've got my answer so I'm okay ;-)

ps. Surely handbrake does know it's an iso, since you have the filename + extension that's being requested. Just because you don't currently use it (apart from to pass to a function) that doesn't mean it couldn't be an enhancement ?

Cheers
Simon
Deleted User 11865

Re: Blu-ray iso "No Title(s) Found"

Post by Deleted User 11865 »

simonmcnair wrote:ps. Surely handbrake does know it's an iso, since you have the filename + extension that's being requested. Just because you don't currently use it (apart from to pass to a function) that doesn't mean it couldn't be an enhancement ?
Well, HandBrake doesn't know, but it could be modified to guess the file type based on the extension. Not sure whether it's a good idea. Patches welcome.
Post Reply