View Single Post
Old 26th August 2015, 16:10   #583  |  Link
thahandy
Registered User
 
Join Date: Sep 2008
Posts: 27
Quote:
Originally Posted by r0lZ View Post
[...]
I have already used MkvMerge without problem to do just that (with The Hobbit). It works perfectly and it keeps the audio, subtitles and chapters correctly synchronised in the second part. IMO, MkvMerge in "append mode" is the best solution.
Seems I had some "total frames" issue's with the first disk and ending up with one second (24frames) black frames at the end of the video file (after merging the two files, they are in the middle of the movie where they got merged)

After some "time to fps" calculations and some demux tests, it seems the 00800.mpls file was the issue in my case.
I just edited the _ENCODE and the AVS file to changed the correct frames to process and everything went fine

Quote:
tsdemux

d:\TITANIC 3D Disc 1\00800>T:\TOOLS\BD3D2MK3D\toolset\tsMuxeR.exe 00800.demux.meta "d:/TITANIC 3D Disc 1/00800" (demux.meta using 00800.mpls)
Network Optix tsMuxeR. Version 2.6.9. www.networkoptix.com
Decoding H264 stream (track 1): Profile: High@4.1 Resolution: 1920:1080p Frame rate: 23.976
H.264 muxing fps is not set. Get fps from stream. Value: 23.976
Decoding H264 stream (track 2): H.264/MVC Views: 2 Profile: High@4.1 Resolution: 1920:1080p Frame rate: 23.976
MVC muxing fps is not set. Get fps from stream. Value: 23.976
0.0% complete
Decoding DTS-HD stream (track 3): Bitrate: 1536Kbps core + MLP data.Sample Rate: 48KHz Channels: 5.1 (DTS Master Audio 24bit)
99.9% complete
Processed 155361 video frames <- BD3D2MK3D used this number
Processed 155361 video frames <- BD3D2MK3D used this number
100.0% complete
Flushing write buffer
Demux complete.
Demuxing time: 9 min 21 sec

d:\TITANIC 3D Disc 1\00800>T:\TOOLS\BD3D2MK3D\toolset\tsMuxeR.exe 00800.demux.meta "d:/TITANIC 3D Disc 1/00800" (demux.meta using 00001.m2ts)
Network Optix tsMuxeR. Version 2.6.9. www.networkoptix.com
Decoding H264 stream (track 1): Profile: High@4.1 Resolution: 1920:1080p Frame rate: 23.976
H.264 muxing fps is not set. Get fps from stream. Value: 23.976
0.0% complete
Decoding DTS-HD stream (track 2): Bitrate: 1536Kbps core + MLP data.Sample Rate: 48KHz Channels: 5.1 (DTS Master Audio 24bit)
99.8% complete
Processed 155337 video frames <-- correct frames
100.0% complete
Flushing write buffer
Demux complete.
Demuxing time: 2 min 47 sec
eac3to gave the same result (It was not able to extract the video-stream(s) (not supported) but the audio-stream worked fine. to get frame numbers)
Quote:
eac3to

t:\DEMUX\BD3D2MK3D\toolset>eac3to G:\BDMV\PLAYLIST\00800.mpls 4: dts.dts
M2TS, 2 video tracks, 7 audio tracks, 10 subtitle tracks, 1:48:00, 24p /1.001
1: Chapters, 32 chapters
2: h264/AVC (left eye), 1080p24 /1.001 (16:9)
3: h264/MVC (right eye), 1080p24 /1.001 (16:9)
[...]
a04 A remaining delay of +1ms could not be fixed.
a04 Creating file "dts.dts"...
Video track 2 contains 155361 frames.
Video track 3 contains 155361 frames.
eac3to processing took 8 minutes, 18 seconds.
Done.

t:\TOOLS\BD3D2MK3D\toolset>eac3to g:\BDMV\STREAM\00001.m2ts 2: dts2.dts
M2TS, 1 video track, 7 audio tracks, 10 subtitle tracks, 1:47:59, 24p /1.001
1: h264/AVC, 1080p24 /1.001 (16:9)
[...]
a02 A remaining delay of +1ms could not be fixed.
a02 Creating file "dts2.dts"...
Video track 1 contains 155337 frames.
eac3to processing took 5 minutes, 55 seconds.
Done.
I assume MVC has something todo with it? Other 3D disks seems to be fine.


No need to fix (I doubt you can). Just info for others to read


Quote:
Originally Posted by r0lZ View Post
[...]
Anyway, I need to replace the current procedure that retrieves the available disc space. It fails with many languages. Thanks for the information.
seems "wmic logicaldisk where "DeviceID='C:'" get FreeSpace /format:value" works fine to. (info) I don't know if it works under XP to.
But it seems you found already a solution.

Last edited by thahandy; 26th August 2015 at 17:47.
thahandy is offline