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. |
28th May 2022, 12:48 | #243 | Link |
Registered User
Join Date: Dec 2013
Posts: 639
|
The time-editor in the "Edit Frame" window behaves weird when trying to apply small increases or decreases for the "Start Time" and "End Time" values. The edited timecode jumps back to it's native value when saving changes, or Start and End Time end up showing same value.
I also wonder why the Duration value shows two decimals, where the unit is already milliseconds (ms). |
28th May 2022, 20:43 | #244 | Link | |||
Registered User
Join Date: May 2022
Posts: 11
|
Quote:
Quote:
Quote:
Appreciate the suggestion. I'll look into doing that. Last edited by captainayy; 28th May 2022 at 20:49. |
|||
29th May 2022, 11:51 | #245 | Link |
Registered User
Join Date: Dec 2013
Posts: 639
|
I had a short play-around with your latest 1.0.4b. I noticed that in "Edit Frame" window, changing X and Y offsets don't work. After "Save Changes", offsets jump back to initial values. To be sure I also checked export result. Can you take a look? Also Center, Top and Bottom buttons seem to not respond.
With SUP, Y offset starts counting at the top pixel. Therefor, "top offset" value is pretty easy to visualize. What I'm missing in the "Frame Edit" window is the option to set a "bottom offset" value (in conjunction to the above-mentioned "Bottom" button). Of course one can back-calculate by "screensize minus Y offset minus image height", but it's too cumbersome. In the "move all captions" window this function is present. I think the option belongs in "single image edit" too. |
29th May 2022, 21:52 | #246 | Link | ||
Registered User
Join Date: May 2022
Posts: 11
|
Quote:
https://github.com/captainayy/BDSup2...444fa3c9445ef7 Looks like the previous person working on this was trying to move some old-style for loops to the newer C++11 foreach loops but didn't do it properly so the loops only edit a copy of an object not the original objects itself when iterating over them. That seems to also be the issue you noticed in the Edit Frame dialog because as soon as I changed the loop to work on object references the values stuck around after you leave the text box. I'll have to go through the code and try to figure out where else this might have occurred. Quote:
Last edited by captainayy; 29th May 2022 at 21:57. |
||
26th September 2022, 13:57 | #249 | Link | |
Registered User
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
|
Quote:
The forced subtitles in the English subtitle track from the 3D US Blu-ray of Avatar does not. BTW, thanks for your efforts! |
|
27th September 2022, 18:20 | #250 | Link |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,483
|
Avatar 3D is well known for the problem of their subtitles. In the BD3D, there are two subtitle streams with the same UIDs, one in the main AVC M2TS (the primary view, used when you watch the stream in 2D) and one in the AVC M2TS (dependent stream, used only for 3D). If you are using the 3D version of the BD, don't worry, as 2 streams with the same UID cannot be parsed correctly with most software demuxers !
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
27th September 2022, 19:21 | #251 | Link | |
Registered User
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
|
Quote:
Is there actually a way to handle the two subtitle streams for the 3D disc correctly in a .mkv? Edit: Or a way to create a .mkv without re-encoding that has subtitles with the same 3D depth as the original Blu-ray? Edit2: Seems like there is no way to assign a 3D plane to the .sup in a .mkv Last edited by Stereodude; 27th September 2022 at 20:52. |
|
28th September 2022, 11:17 | #252 | Link | |
Registered User
Join Date: Dec 2013
Posts: 639
|
Quote:
As such, mkv just carries the same one subtitle (for each language of course) that's in the AVC mainstream of a 3D disc. Regarding video, main difference between 3D bluray and 3Dmvc-mkv is that the AVC-stream and MVC-stream are interleaved into one elememtary videostream. This is what MakeMKV does. |
|
28th September 2022, 13:05 | #253 | Link |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,483
|
Yes. And the number of the 3D-Plane associated with a particular subtitle stream is stored in the MPLS file on the 3DBD. Since that file is lost when MakeMKV muxes the tracks to the final MKV 3D, the 3D-Plane number was lost too, but I have asked to copy it in a special tag. That information is therefore available now (and is used by BD3D2MK3D) when the 3D MKV has been created by MakeMKV. I don't know if it is possible to modify or specify that tag manually.
BTW, a similar problem existed for the order of the main and dependent video streams (left/right or right/left eyes). With old versions of MakeMKV, that information was also lost, then incorrect, but it should be available and correct now.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV |
28th September 2022, 14:33 | #254 | Link | ||
Registered User
Join Date: Dec 2013
Posts: 639
|
From day one, I've always been creating BD-ISO for "movie-only" and my homebrew sups. Always worked on every 3D player. I have very limited experience with mvc-mkv.
Quote:
Interesting anyways. When I have time I'll rip a 3DBD with MakeMKV and go see for myself. Quote:
|
||
28th September 2022, 18:20 | #255 | Link | |
Registered User
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
|
Quote:
|
|
28th September 2022, 18:27 | #256 | Link | |
Registered User
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
|
Quote:
|
|
28th September 2022, 18:34 | #257 | Link |
Registered User
Join Date: Dec 2002
Location: Region 0
Posts: 1,436
|
I came to that conclusion yesterday... That a "movie only" BD-ISO is a better way to rip 3D Blu-rays. I had only ripped a few to .mkv for testing. I used TSmuxer and the .mkv to make a .ISO from them. I used the original 3D Blu-ray to find the right plane to assign the PGS subs to.
|
29th September 2022, 09:43 | #258 | Link | |
Registered User
Join Date: Dec 2013
Posts: 639
|
Unless I'm missing something here, I think r0lZ has answered this. He asked for a special tag with that data and his request obviously was honoured. So when a MakeMKV-created 3D-mkv is imported in BD3D2MK3D, the tag can be read to determine the right 3D-planes.
Quote:
Doesn't the second subtitle show already in your screenshot (at the bottom, as disabled)? Isn't that the one used for 2D, like r0lZ said? [EDIT] I just realised we're still in the bdsup2sub++ thread. To avoid further pollution, shouldn't we better continue this conversation in your "Avatar sups" thread? Last edited by von Suppé; 29th September 2022 at 10:04. |
|
29th September 2022, 10:18 | #259 | Link | ||
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,483
|
Quote:
Quote:
The tag is called "tag_3d-plane".
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV Last edited by r0lZ; 29th September 2022 at 10:21. |
||
29th September 2022, 10:34 | #260 | Link | |
PgcEdit daemon
Join Date: Jul 2003
Posts: 7,483
|
Quote:
Note also that the main, normal subtitle track is, as it should, in the M2TS with the main 2D view (with the AVC video stream, all audio streams and the "standard" subtitle streams). The second track is in the "dependent M2TS", containing normally only the MVC video stream (for the second view, used only for 3D playback). The second stream has NOT the same content than the first. It contains a full-screen panel with a message telling something like "put your 3D-glasses now". Not sure how a player is supposed to use that stream, and when it should be displayed (since, AFAIK, the player has no way to know if the 3D-glasses are used or not). Of course, you can demux only the main M2TS. The demuxer will see only a single stream, and everything will work as expected. You can also try to demux the dependent M2TS alone, and you will probably succeed. The problem occurs when you try to demux the MPLS or the two M2TS at the same time. Also, it is possible that recent editions of Avatar do not have the problem any more.
__________________
r0lZ PgcEdit homepage (hosted by VideoHelp) BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV Last edited by r0lZ; 29th September 2022 at 10:39. |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|