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. |
|
![]() |
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1422 | Link |
Registered User
Join Date: Apr 2018
Posts: 62
|
Nope. Also one of your issues was not an issue (running on Linux as it already can) and the other was one I had already been fixed and committed and will be in the future build (embedding the version info in the exe itself rather than relying on the file name). The other two I have put on my backlog of stuff to do.
__________________
My project BDSup2Sub++: https://github.com/amichaeltm/BDSup2SubPlusPlus |
![]() |
![]() |
![]() |
#1423 | Link |
Registered User
Join Date: Dec 2017
Posts: 1
|
BDSup2Sub++ 1.0.2 forced subs issue
Sorry if this has been posted/reported before, but I have searched the forum and didn't manage to find an answer.
I have an issue with BDSup2Sub++ 1.0.2 The Global Forced Flags setting isn't working properly when importing an XML file and then trying to export it as SUP. Although the XML file does contain for each PNG the Forced flag which is set to either Forced="False" or Forced="True", when selecting in BDSup2Sub++ 1.0.2 the Force All flag to "keep" and exporting to SUP, it just marks as forced all the PNGs. Actually, this happens no matter what value you set in the Force All flag. I noticed this happens only when importing XML files. Has anyone found a fix or workaround? |
![]() |
![]() |
![]() |
#1424 | Link |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,214
|
Indeed, the ++ version has a bug. Just tried to convert an XML with the first subtitle forced and all others normal. In the GUI, the forced: yes or no information is correct, but when the stream is saved as a BD SUP, all subtitles are marked as forced. The Export Only Forced option works correctly.
The Java version of BDSup2Sub (v5.1.2) has not that bug.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
![]() |
![]() |
![]() |
#1425 | Link |
Registered User
Join Date: Dec 2013
Posts: 235
|
I can confirm BDSup2Sub++'s behaviour as BizkitBoy told.
It even doesn't recognize the forced lines in it's own created XML-PNG (with forced flags). Indeed the Java version works for this. BTW, I always check the "Change frame rate" window and set both "FPS Source" - and "FPS Target" rates, even when no framerate change is needed. amichaelt will be busy... ![]() Last edited by von Suppé; 9th May 2018 at 16:44. |
![]() |
![]() |
![]() |
#1426 | Link | |
Registered User
Join Date: Apr 2018
Posts: 62
|
Quote:
https://github.com/amichaeltm/BDSup2SubPlusPlus/issues I finished up all the current cleanup stuff I want to do and I'll tag a 1.3 release later today and then start working on the next version in the coming days.
__________________
My project BDSup2Sub++: https://github.com/amichaeltm/BDSup2SubPlusPlus Last edited by amichaelt; 9th May 2018 at 16:56. |
|
![]() |
![]() |
![]() |
#1429 | Link | |
Registered User
Join Date: Apr 2018
Posts: 62
|
Quote:
Also, despite what I said earlier about Linux binaries since I got Travis-CI working I'm now working on getting it to output appimages for Linux. Will need other people to test though since I don't run Linux anymore and I'm not gonna make a bunch of distro-specific packages. ![]() Edit to add: The uploaded files are now fixed.
__________________
My project BDSup2Sub++: https://github.com/amichaeltm/BDSup2SubPlusPlus Last edited by amichaelt; 9th May 2018 at 22:18. |
|
![]() |
![]() |
![]() |
#1430 | Link | |
Matroska find' ich toll
Join Date: Apr 2008
Posts: 958
|
Quote:
Last edited by hubblec4; 9th May 2018 at 22:23. |
|
![]() |
![]() |
![]() |
#1431 | Link | |
Registered User
Join Date: Apr 2018
Posts: 62
|
Quote:
![]()
__________________
My project BDSup2Sub++: https://github.com/amichaeltm/BDSup2SubPlusPlus |
|
![]() |
![]() |
![]() |
#1432 | Link |
Registered User
Join Date: Apr 2018
Posts: 62
|
AppImage build finally worked and deployed. It can be grabbed here. Please let me know if it works or has any issues.
__________________
My project BDSup2Sub++: https://github.com/amichaeltm/BDSup2SubPlusPlus |
![]() |
![]() |
![]() |
#1434 | Link | |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,214
|
Quote:
IMO, there is nothing to fix here.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
![]() |
![]() |
![]() |
#1435 | Link | |
Registered User
Join Date: Dec 2013
Posts: 235
|
Quote:
But as I am using both versions I sometimes forget or get confused what version has what bugs to take into account. So, to avoid problems I got myself used to always do this framerate setting. Thanks for the reminder r0lZ. |
|
![]() |
![]() |
![]() |
#1436 | Link | |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,214
|
Quote:
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
![]() |
![]() |
![]() |
#1438 | Link | |
Matroska find' ich toll
Join Date: Apr 2008
Posts: 958
|
Quote:
EDIT: Could you also the linux binary(exe) named BDSup2Sub++ only? Last edited by hubblec4; 10th May 2018 at 15:02. |
|
![]() |
![]() |
![]() |
#1439 | Link |
Registered User
Join Date: Apr 2018
Posts: 62
|
Yeah, I’ll fix the naming on the appimage when I push the next next version.
Also, I’ve been able to fix two of the more egregious bugs from r0lz fairly easily. The one where subtitle positions would get messed up was a lack of an absolute value being applied to the X and Y offsets after transparency cropping. The one with the borked up XML+PNG with empty PNGs was do to the coden iterating over a map of the composition objects incorrectly. I’m moving on now to the forced flags issues from hubble. Once I get those figured out I’ll push out a test build for people to beat on and start a new thread then.
__________________
My project BDSup2Sub++: https://github.com/amichaeltm/BDSup2SubPlusPlus |
![]() |
![]() |
![]() |
#1440 | Link |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,214
|
Thanks. Very good news! I can't wait for the new version...
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|