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 | Display Modes |
|
|
#221 | Link | ||
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
Quote:
I will add a check in BD3D2MK3D, and if it detects non-ASCII characters in the path, it will issue a warning. Quote:
As I wrote, have a look at the log. The command that is used by BD3D2MK3D during a subtitles conversion is written. If it's BDSup2Sub++.exe, it's the C++ version, and if it's BSSup2Sub.jar, it's the Java version. You're welcome. I hope you will find a good solution for Plex. I can't help you, as I don't use Plex, but if you find the setting to modify, please post it here. Your finding will certainly be useful to other users.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
||
|
|
|
|
|
#222 | Link | ||
|
Registered User
Join Date: Dec 2024
Posts: 4
|
Quote:
Regarding Plex, some players work fine, some don't:
So I've open a topic on the Plex forum, I hope I'll get an answer. https://forums.plex.tv/t/subtitles-o...players/898754 I started by asking if there are specific settings and if not, I'll ask if they can fix the issue, but I'm not that confident. It looks like the issue exists for a very long time ![]() https://forums.plex.tv/t/sbs-3d-subtitle-support/280710 No answer, no fix since 2018. |
||
|
|
|
|
|
#223 | Link |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
Thanks for the information.
I agree that they probably won't do anything. These forums where threads are automatically closed after a certain amount of time are made specifically to prevent a particular request from having to be considered. It doesn't make me want to be interested in Plex!
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
|
|
#224 | Link | |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
BD3D2MK3D v1.34 released
V1.24 is here. It's not a major update, but it fixes a few little bugs, and it includes the newest versions of the third-party tools.
Quote:
Note that this version has been only slightly tested. If you encounter any problem, you can still download v1.33 here.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
|
|
|
#225 | Link |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
Do NOT use v1.34 !
Sorry, due to important changes in tsMuxeR, BD3D2MK3D v1.34 doesn't work correctly. I am currently fixing it, but that may take some time. In the meantime, use v1.33, that can still be downloaded here.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
|
|
#226 | Link | |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
BD3D2MK3D v1.35 released
Hopefully, the bug related to tsMuxeR is fixed. Sorry for the inconvenience.
Quote:
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
|
|
|
#228 | Link | |
|
Registered User
Join Date: Jun 2022
Posts: 69
|
Quote:
Last edited by Enet47; 16th May 2025 at 05:44. |
|
|
|
|
|
|
#229 | Link | |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
Well, unfortunately, for Full-SBS, there is no precise standard for the display resolution and aspect ratio. It's because originally, only Half-SBS has been defined officially. Therefore, the "correct" AR to use depends of the player. It's why there is a menu Settings -> Full SBS/T&B Aspect Ratio. Try to play with that settings. (Note that you can manually modify the AR and resolution settings without having to re-create the whole project. See the __ENCODE_3D.cmd and __MUX_3D_OPTIONS.json files.)
Also, a good player should retrieve the 3D mode from the video header (the frame-packing property of the x264 encoder) and/or from the MKV header (the stereo-mode property). All other methods are bizarre, non-official and prone to errors. Do you encode your files with x264 or x265 ? Unfortunately, h265 does not support the frame-packing property, because all 3D video streams are supposed to be encoded in h264. Many hardware players support only the frame-packing and ignore the MKV stereo-mode. It's a pity. Quote:
But no, BD3D2MK3D does NOT produce 3840x2160 files. It uses only the anisynth commands HorizontalReduceBy2 or VerticalReduceBy2 to produce Half-SBS or Half-TAB. For Full-SBS/TAB, the original images are just stacked together horizontally or vertically, without any resize.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
|
|
|
#230 | Link | |
|
Registered User
Join Date: Jun 2022
Posts: 69
|
Quote:
I checked a second file I recently converted to full SBS and it has the same issue. When I do "fix" the Display Height attribute then my SVP software interpolation software can't play it properly. I convert it with full-sbs and this happens, there's nothing else which is why I was surprised that there's nothing obvious in the code that is causing this. Last edited by Enet47; 16th May 2025 at 10:22. |
|
|
|
|
|
|
#231 | Link | |
|
Registered User
Join Date: Jun 2022
Posts: 69
|
Quote:
|
|
|
|
|
|
|
#232 | Link |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
Not sure, but the problem may be caused by a confusion about what means "display height". I haven't much time to check that currently, but IMO the display width and height are another way to specify the aspect ratio of the video picture at display time. And if it's really the case, the display dimension must be 1920x1080 or 3840x2160 or any multiple of this dimension.
In the other hand, the physical width for full-SBS has to be two times the display width, due to the horizontal stacking of the two views.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
|
|
#233 | Link | ||||
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
OK, I did a quick test with the different aspect ratio settings of BD3D2MK3D. Everything seems correct.
First test, with the Full-SBS Aspect Ratio options set to 32:9 and SAR 1:1 (first option for the two settings). Here is what I get: Quote:
Quote:
Second test, with the settings set to 16:9 and SAR 1:2. Quote:
Quote:
Again, everything is perfectly coherent with the chosen settings. So, there is no problem with BD3D2MK3D. You may need a specific setting for your player, but you can easily select it in the GUI. BTW, may I know what player(s) you use ?
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
||||
|
|
|
|
|
#234 | Link | ||
|
Registered User
Join Date: Jun 2022
Posts: 69
|
I think maybe the tests below have been swapped?
Quote:
Quote:
Last edited by Enet47; 24th May 2025 at 15:10. |
||
|
|
|
|
|
#235 | Link | |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
Certainly not. It's what my code does, it's exactly what it produces and it's perfectly coherent.
Quote:
What application do you use to read that values? It seems totally wrong! And what is "mpv player"? Is it MPC (Media Player Classic)?
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
|
|
|
#236 | Link | |
|
Registered User
Join Date: Jun 2022
Posts: 69
|
Quote:
Video display height is 2160 video pixel height is 1080. The player is mpv player which is like MPC with MadVR but much more (text based) configurable and even better picture quality. Last edited by Enet47; 24th May 2025 at 15:34. |
|
|
|
|
|
|
#237 | Link | |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
It's exactly what I wrote:
Quote:
I did not know the MPV player. It seems interesting. But anyway try with another player, just to be sure. I suggest Potplayer, probably the most versatile to play 3D videos (but I'm not sure for MadVR).
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
|
|
|
#238 | Link | |
|
Registered User
Join Date: Jun 2022
Posts: 69
|
Quote:
Last edited by Enet47; 26th May 2025 at 19:07. |
|
|
|
|
|
|
#239 | Link |
|
Registered User
Join Date: May 2025
Posts: 2
|
Hi, firstly thank for the work done. I want to make a Bug report:
I have now tried to convert my PAL 3DBD of Mad Max Fury road to Full frame side by side, three times with different quality settings. Every time between the 30 and 40 min mark, the frames change sides from left to right and vise versa. I have verified that this is indeed the File and not the players fault (using Plex Web and a Pico 4 / Pico 4 Ultra) by also testing it on my PC. Have already searched for this error online but did not find any mentions of this. DB3D2MK3D Version used: 1.35 (Tcl/Tk 8.6.13 wrapped with freeWrap 6.75) Windows Version used: Windows 10 (2009 22.12.2020 19045.5854) Hardware used: i7 3520M decryption software used: Passkey 9 9.4.7.6 Tell me if I can provide any additional Information that would help identifying the Problem. Regards Ksanto |
|
|
|
|
|
#240 | Link |
|
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,523
|
Welcome to the Doom9 forum and thank you for your report, Ksanto.
You are the first person to report that problem. I did Mad Max myself without problem. Can you disable the hardware acceleration (menu Settings/MVC Decoder/Hardware acceleration)? That's often the cause of similar issues. If that's sufficient, you may need to update your Intel drivers, or continue to decode without hardware acceleration. If that doesn't work, please let me know and we will try other workarounds.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|