Can't extract RAW/PCM from Nostalghia BD
Can't extract RAW/PCM from Nostalghia BD
Subject says it all.
The italian audio is in PCM format and when I try to demux the w64 from the mpls (composed by 3 m2ts) it gives garbage. When trying to demux from the movie m2ts, it works ok but I lose chapter file (obv).
Perhaps the BD has some mastering issues but when playing from MPC or any other player, it works just fine.
I think you should take a look.
The italian audio is in PCM format and when I try to demux the w64 from the mpls (composed by 3 m2ts) it gives garbage. When trying to demux from the movie m2ts, it works ok but I lose chapter file (obv).
Perhaps the BD has some mastering issues but when playing from MPC or any other player, it works just fine.
I think you should take a look.
Can't extract RAW/PCM from Nostalghia BD
The playlist consists of three M2TS files. The first and third are 16-bit PCM and the second is 24-bit PCM. That is the problem. Currently, the only way to handle that and keep the chapters file is to demux with DGDemuxGUI/DGDemux with the skip first and skip last options selected.
I need to either a) port these options to DGIndexNV, or b) allow the M2TS list to be modified using File/Open, but without forgetting that the original open was an MPLS. Please use DGDemux until I do something about this. I want to get a DGDemuxGUI/DGDemux update out the door first.
I need to either a) port these options to DGIndexNV, or b) allow the M2TS list to be modified using File/Open, but without forgetting that the original open was an MPLS. Please use DGDemux until I do something about this. I want to get a DGDemuxGUI/DGDemux update out the door first.
Can't extract RAW/PCM from Nostalghia BD
OK, here is a test build:
http://rationalqm.us/misc/DGIndexNV_Guest 2.exe
To process your weird disk, first use open disk on the disk, then do File/Open and in the dialog delete the first and last M2TS in the list, check 'Keep MPLS' and hit OK.
There are also cropping fixes in here:
* The sensitivity is changed to 40.
* The main DGIndexNV window remains active with the Cropping window open, i.e., the Cropping dialog is now modeless. Whichever of the Cropping dialog or main window that is active gets the mouse/keyboard events.
Feedback will be appreciated.
http://rationalqm.us/misc/DGIndexNV_Guest 2.exe
To process your weird disk, first use open disk on the disk, then do File/Open and in the dialog delete the first and last M2TS in the list, check 'Keep MPLS' and hit OK.
There are also cropping fixes in here:
* The sensitivity is changed to 40.
* The main DGIndexNV window remains active with the Cropping window open, i.e., the Cropping dialog is now modeless. Whichever of the Cropping dialog or main window that is active gets the mouse/keyboard events.
Feedback will be appreciated.
Can't extract RAW/PCM from Nostalghia BD
It works but no chapter file is saved. While looking at that, please pay attention if the generated chapter file timings take into account the missing first part. That should be applied to subtitles too.
That is great! Now nothing stops you from preferred languages
Can't extract RAW/PCM from Nostalghia BD
Works fine for me. What are you doing? Here is the way:
Open disk
Highlight the MPLS
Hit Open MPLS
Now do File/Open
select first m2ts and hit delete
select last m2ts and hit delete
Check Keep MPLS
Hit OK
Do Save project
Doing this I get a chapters file.
When you get that working test PGS and chapters for us.
Open disk
Highlight the MPLS
Hit Open MPLS
Now do File/Open
select first m2ts and hit delete
select last m2ts and hit delete
Check Keep MPLS
Hit OK
Do Save project
Doing this I get a chapters file.
When you get that working test PGS and chapters for us.
Can't extract RAW/PCM from Nostalghia BD
I forgot to check "Keep MPLS".
Chapters are created identical, not taking account of the missing first m2ts.
If I "Open disk" with standard version or the customized one (without deleting 1st and 3rd m2ts), I am unable to get subtitles in the demux window.
When I "Open disk" with the customized one (deleting 1st and 3rd m2ts), I can demux subtitles too but I need further investigation, i.e. OCR to check if they are aligned or not. IMHO they are behaving the same as chapter file.
Can't extract RAW/PCM from Nostalghia BD
Running a stream with different audio types is an undefined operation (what to put in the W64 header?). We should detect it and scold the user severely. Good luck with it!
Sure, gotta do PGS and chapters right. Gonna compare to DGDemux and test sync. Tomorrow, if I wake up.
Sure, gotta do PGS and chapters right. Gonna compare to DGDemux and test sync. Tomorrow, if I wake up.
Can't extract RAW/PCM from Nostalghia BD
I have found another difference between playing the mpls and playing the movie m2ts. This influences DGIndexNV too.
The first, after the intro m2ts, starts with the movie, skipping some frames that you can see if playing the movie m2ts or looking at the generated dgi thru a simple avs script:
Those frames shouldn't be in the dgi and so, accordingly, in the timing of chapters (as said), subs, etc.
That will be tricky
The first, after the intro m2ts, starts with the movie, skipping some frames that you can see if playing the movie m2ts or looking at the generated dgi thru a simple avs script:
Those frames shouldn't be in the dgi and so, accordingly, in the timing of chapters (as said), subs, etc.
That will be tricky
Can't extract RAW/PCM from Nostalghia BD
Yes, indeed, this is a tricky disk. We have spurious M2TS's at the start and end, and we have garbage at the start of the second M2TS. Nevertheless, dropping the disk on MPC-HC plays perfectly with valid video, audio, subs, and PGS. So there must be a way to demux this accordingly. I'm going to focus on DGDemux first and try to solve the riddle. Trying there by setting skip first, skip last, and strict playlist does not succeed, although one would think that it should. And obviously, the quick hack I did for DGIndexNV is not working.
Can't extract RAW/PCM from Nostalghia BD
Playing the disk in MPC-HC: The first and last M2TS are in fact played and the spurious frames in the middle M2TS are skipped. So when demuxing we should theoretically include the first and last M2TS and skip the spurious content in the second one. The problem is that the resulting audio will have format changes. Another issue is that I use the first M2TS to find all the streams but the first M2TS has no PGS so if we include it, we don't demux subs.
I'm going to have scratch my butt for a while and figure out something reasonable to do.
I'm going to have scratch my butt for a while and figure out something reasonable to do.
Can't extract RAW/PCM from Nostalghia BD
One thing is for sure: We have to exclude the first and last M2TS files due to the audio format changes. Doing that in DGDemux and then muxing together with mkvtoolnix gives an MKV that: 1) has the spurious frames at the start, 2) has audio and subs in sync, and 3) has chapters out of sync. So our challenge is to skip the spurious frames and adjust the subs and chapters accordingly.
Can't extract RAW/PCM from Nostalghia BD
Thank you. You're all heart.
Can't extract RAW/PCM from Nostalghia BD
Non così complicato dopo tutto. 15 minutes to get it working after my dream epiphany last night.
Get this:
http://rationalqm.us/misc/DGDemux_Guest 2.exe
Run it together with the released DGDemuxGUI build 49. Select the 'skip first', 'skip_last', and 'strict playlist' options. As far as I can see the spurious video is skipped and everything is in sync. I tested it by muxing everything with mkvtoolnix and then playing in MPC-HC. Please report your findings.
Haven't decided yet whether to port these options to DGIndexNV. For now if you need Avisynth/Vapoursynth processing, include the video when you demux with DGDemux and index the resulting video ES.
I wonder if any other demuxer can properly handle this disk.
Get this:
http://rationalqm.us/misc/DGDemux_Guest 2.exe
Run it together with the released DGDemuxGUI build 49. Select the 'skip first', 'skip_last', and 'strict playlist' options. As far as I can see the spurious video is skipped and everything is in sync. I tested it by muxing everything with mkvtoolnix and then playing in MPC-HC. Please report your findings.
Haven't decided yet whether to port these options to DGIndexNV. For now if you need Avisynth/Vapoursynth processing, include the video when you demux with DGDemux and index the resulting video ES.
I wonder if any other demuxer can properly handle this disk.
Can't extract RAW/PCM from Nostalghia BD
And what if there are more M2TS to skip? Couldn't be better to have a table with single ones, such as you implemented in DGIndexNV, where to enable/disable each one?
Yes, please.
I decided to use this lockdown to go back to study (at my age!) and get a civil engineering Master's degree.
Unfortunately, my brain in not as good as it used to be.
Can't extract RAW/PCM from Nostalghia BD
If such a disk ever comes to light we will address it appropriately.
Bravo!I decided to use this lockdown to go back to study (at my age!) and get a civil engineering Master's degree.
Can't extract RAW/PCM from Nostalghia BD
Everything works perfectly. Fine job!
Grazie.
Grazie.
Can't extract RAW/PCM from Nostalghia BD
Prego. Already released it yesterday.
Definitely a polarizing movie. Some call it a masterpiece and some call it utterly boring and pretentious.
Definitely a polarizing movie. Some call it a masterpiece and some call it utterly boring and pretentious.