Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > General > Subtitles

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th January 2013, 21:23   #41  |  Link
paradoxical
Guest
 
Posts: n/a
Quote:
Originally Posted by mini-moose View Post
ok cool, just pointing out differences in case they have some meaning. You will need feedback from the more advanced users regarding potential issues.
It shouldn't have any effect on any other valid SUP files because it only checks for the specific case of the "imageobject" for the subpicture having a width and height of 1920x1080. Anything that does have that would be another pathological file.

Quote:
Originally Posted by mini-moose View Post
At the time it was discussed the c++ version will be able to eventually generate 3D subs too from 3D sourced sups. Is that something you're planning to look into ?
Yeah. No guarantees on when, though. Trying to fix some of the remaining bugs that Sassbot didn't get to and crashes like this that effects both version before more enhancements. DVB Sub will probably come first as well since it's simpler to implement.

Last edited by paradoxical; 30th January 2013 at 21:26.
  Reply With Quote
Old 1st February 2013, 19:07   #42  |  Link
paradoxical
Guest
 
Posts: n/a
So as a little update, I've fixed BDSUP parsing code to finally handle subpictures with multiple image objects correctly which means that it no longer crashes in files such as this. It is now hugely simplified and easier to follow.

Last edited by paradoxical; 1st February 2013 at 19:20.
  Reply With Quote
Old 1st February 2013, 19:55   #43  |  Link
paradoxical
Guest
 
Posts: n/a
BTW can anyone post any examples of BD SUPs that use multiple regions in a subpicture so I can use them to run through the code just to double check everything?
  Reply With Quote
Old 1st February 2013, 22:09   #44  |  Link
mood
Registered User
 
Join Date: May 2012
Posts: 92
Quote:
Originally Posted by paradoxical View Post
So as a little update, I've fixed BDSUP parsing code to finally handle subpictures with multiple image objects correctly which means that it no longer crashes in files such as this. It is now hugely simplified and easier to follow.
And the update version is 1.0.1 or 1.0.2a??

where i can download it?
mood is offline   Reply With Quote
Old 1st February 2013, 23:05   #45  |  Link
paradoxical
Guest
 
Posts: n/a
You can't. It's code I haven't pushed out yet. Just letting people know that I've fixed that. I'll make a git test build with the changes in a day or so once I thoroughly test it.
  Reply With Quote
Old 2nd February 2013, 01:56   #46  |  Link
mood
Registered User
 
Join Date: May 2012
Posts: 92
Quote:
Originally Posted by paradoxical View Post
You can't. It's code I haven't pushed out yet. Just letting people know that I've fixed that. I'll make a git test build with the changes in a day or so once I thoroughly test it.
oki thanks.
mood is offline   Reply With Quote
Old 4th February 2013, 18:20   #47  |  Link
paradoxical
Guest
 
Posts: n/a
Just as an additional heads up, until I post a build with the multiregion support I will be pushing lots of incremental changes to Git. If you are building from Git expect there to be breakages along the way until things stabilize again. While the parsing for SUP files works, decoding the separate regions and merging them into a single image is still wonky, proper BD SUP output maintaining the multiregions needs to be added. Also on the BDN+XML side, the input reading needs to be fixed so that any event with multiple graphics is supported correctly along with correctly outputting the multiple graphics when being generated from a BDSUP file with multiregion subpictures. All-in-all, it'll be big refactoring and change job so it might take most of the week to fix up, but in the end the tool will be much more useful in light of its current restrictions.

Last edited by paradoxical; 4th February 2013 at 18:26.
  Reply With Quote
Old 5th February 2013, 20:45   #48  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,255
using 1.0.1 if I call 'bdsup2sub++.exe -h'
I just get a bunch of:
Code:
QTextStream: No device
outputs on the console and a Windows user just reported that bdsup2sub++.exe crashes when closed with:
Code:
APPCRASH
  Anwendungsname:    bdsup2sub++.exe
  Anwendungsversion:    0.0.0.0
  Anwendungszeitstempel:    51030a54
  Fehlermodulname:    nvinit.dll_unloaded
  Fehlermodulversion:    0.0.0.0
  Fehlermodulzeitstempel:    506b31f3
  Ausnahmecode:    c0000005
  Ausnahmeoffset:    72dace39
  Betriebsystemversion:    6.1.7601.2.1.0.256.48
  Gebietsschema-ID:    1031
  Zusatzinformation 1:    0a9e
  Zusatzinformation 2:    0a9e372d3b4ad19135b953a78882e789
  Zusatzinformation 3:    0a9e
  Zusatzinformation 4:    0a9e372d3b4ad19135b953a78882e789
not sure what's happening there, but it seems like there's a problem with some NVIDIA driver,... (can't reproduce his crash on my machine)
He's using Windows 7 64bit
primary graphic using Intel HD drivers v8.15.10.2827
secondary graphic: NVidia (GTX460) driver v306.97
__________________
Hybrid here in the forum, homepage

Last edited by Selur; 5th February 2013 at 20:55.
Selur is offline   Reply With Quote
Old 5th February 2013, 21:02   #49  |  Link
paradoxical
Guest
 
Posts: n/a
Yeah, I don't get a crash but I see what the error is and I fixed it locally. It'll get rolled up into the 1.0.2 version.

Last edited by paradoxical; 5th February 2013 at 21:04.
  Reply With Quote
Old 5th February 2013, 21:15   #50  |  Link
paradoxical
Guest
 
Posts: n/a
You can also compile a fixed version of 1.0.1 using this patch file. Just pull down the 1.0.1 tagged version. Otherwise, I'll post a 1.0.2 at the end of the week with the fix.
  Reply With Quote
Old 5th February 2013, 21:37   #51  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,255
Thanks! On the road atm. and no compiling enviroment at hand, so he will have to wait till the end of the week.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 5th February 2013, 21:46   #52  |  Link
paradoxical
Guest
 
Posts: n/a
Unless something goes awry I should have it by Friday at the latest. I'm making good progress on multi-region stuff. Got SUP parsing, decoding and output down. Now just need to fix BDN+XML import and export.
  Reply With Quote
Old 10th February 2013, 11:44   #53  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,255
"I should have it by Friday at the latest" ...
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 10th February 2013, 12:46   #54  |  Link
Music Fan
Registered User
 
Join Date: May 2009
Location: Belgium
Posts: 1,741
He didn't say which friday
Music Fan is online now   Reply With Quote
Old 11th February 2013, 04:11   #55  |  Link
paradoxical
Guest
 
Posts: n/a
As I said, "Unless something goes awry". A few things popped up that diverted my time from being able to finish things up when I wanted. Next week it should be finished.
  Reply With Quote
Old 11th February 2013, 05:20   #56  |  Link
Selur
Registered User
 
Selur's Avatar
 
Join Date: Oct 2001
Location: Germany
Posts: 7,255
I know, just wanted to check. Thanks for the info.
__________________
Hybrid here in the forum, homepage
Selur is offline   Reply With Quote
Old 14th February 2013, 14:08   #57  |  Link
nautilus7
Registered User
 
nautilus7's Avatar
 
Join Date: Jan 2006
Location: Athens, Greece
Posts: 1,518
Hi, bdsup2sub is having dificulties dealing with this subtitle file: http://www.sendspace.com/file/igjzoy

It's from the star wars bluray which is using seamless branching. This sup file comes from a very short m2ts file (2min opening crawl) and contains no actual subtitles inside, which I guess is the cause of the problem.
nautilus7 is offline   Reply With Quote
Old 14th February 2013, 16:42   #58  |  Link
paradoxical
Guest
 
Posts: n/a
Yeah, it is simply telling you that there are no subtitles. The only real issue is just making the error message more user friendly. There's not really much else can be done.

Last edited by paradoxical; 14th February 2013 at 16:44.
  Reply With Quote
Old 14th February 2013, 18:00   #59  |  Link
nautilus7
Registered User
 
nautilus7's Avatar
 
Join Date: Jan 2006
Location: Athens, Greece
Posts: 1,518
Yes, but i want to convert it to bdn xml and i can't.

You'll ask why i would like to do that? Because i want to re-author the bluray and it must contain these empty subs, because as i mention before it is seamless, so this part's subs are empty, but others aren't.

Last edited by nautilus7; 14th February 2013 at 18:22.
nautilus7 is offline   Reply With Quote
Old 14th February 2013, 18:15   #60  |  Link
paradoxical
Guest
 
Posts: n/a
Then just create an empty BDN+XML with avs2bdnxml.
  Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:10.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.