Multi-angle DVD and audio/video synchronization

Please post here for issues related to DVD discs
Post Reply
Message
Author
xaviour
Posts: 58
Joined: Fri Mar 25, 2011 2:02 pm

Multi-angle DVD and audio/video synchronization

#1 Post by xaviour » Mon Aug 29, 2011 4:32 pm

Spirited Away, PAL (region 2), Optimum Releasing Ltd.

MakeMKV produces a Matroska file with audio and video out of sync. For example, at
1:12:00 in the movie, the difference between audio and video is so large that the voice
of the characters is exchanged.

This DVD is multi-angle. The first angle is the animated movie itself while the second
angle is the story board. There are also 3 audio tracks (English 5.1, English 2.0 and
Japanese 5.1) and 1 subtitle track (English).
Attachments
MakeMKV_log.txt
Log of the ripping process of Spirited Away.
(678.05 KiB) Downloaded 468 times

xaviour
Posts: 58
Joined: Fri Mar 25, 2011 2:02 pm

Re: Multi-angle DVD and audio/video synchronization

#2 Post by xaviour » Mon Aug 29, 2011 4:36 pm

IFO files sent through email as per FAQ article.

xaviour
Posts: 58
Joined: Fri Mar 25, 2011 2:02 pm

Re: Multi-angle DVD and audio/video synchronization

#3 Post by xaviour » Mon Aug 29, 2011 4:42 pm

Other tools have problems dealing with the complex structure of this DVD. However it is possible to generate a proper
Matroska file. First of all, a full DVD backup has to be done using DVDFab. Only full disc copy works. The resulting ISO
file can be processed using regular Linux tools:

Code: Select all

mkdir -p iso
sudo mount -t iso9660 Spirited_Away.iso iso -o loop
tccat -i Spirited_Away.iso -T 1,-1,1 > Spirited_Away.vob
tcextract -t vob -x ps1 -a 0x20 < Spirited_Away.vob > Spirited_Away.ps1
subtitle2vobsub -p Spirited_Away.ps1 -i iso/video_ts/vts_01_0.ifo -o Spirited_Away
mkvmerge -o Spirited_Away.mkv --language "0:jpn" --forced-track "0:no" --display-dimensions "0:1024x576" --language "3:jpn" --forced-track "3:no" -a "3" -d "0" -S -T --no-global-tags --no-chapters Spirited_Away.vob --language "0:eng" --forced-track "0:no" -s "0" -D -A -T --no-global-tags --no-chapters Spirited_Away.idx --track-order "0:0,0:3,1:0" --attachment-mime-type "image/jpeg" --attachment-name "cover.jpg" --attach-file cover.jpg --title "Spirited Away" --global-tags Spirited_Away.xml
mkvalidator Spirited_Away.mkv
This eliminates the theory of a faulty DVD or a faulty drive.

xaviour
Posts: 58
Joined: Fri Mar 25, 2011 2:02 pm

Re: Multi-angle DVD and audio/video synchronization

#4 Post by xaviour » Fri Sep 02, 2011 4:33 pm

Testdump sent to Mike.

xaviour
Posts: 58
Joined: Fri Mar 25, 2011 2:02 pm

Re: Multi-angle DVD and audio/video synchronization

#5 Post by xaviour » Fri Sep 23, 2011 12:14 pm

The problem is still present with 1.6.15.

xaviour
Posts: 58
Joined: Fri Mar 25, 2011 2:02 pm

Re: Multi-angle DVD and audio/video synchronization

#6 Post by xaviour » Fri Oct 28, 2011 5:21 pm

The problem is still present with 1.6.16.

mike admin
Posts: 4075
Joined: Wed Nov 26, 2008 2:26 am
Contact:

Re: Multi-angle DVD and audio/video synchronization

#7 Post by mike admin » Sun Dec 04, 2011 6:40 am

Thank you for sharing the debug data. This disc indeed has a mastering error. The error would look like a very short glitch on majority of players, and will be ignored by around 10% of software - there are several ways to implement DVD cell navigation and only one will work properly with this disc. tccat is an example of tool that will work fine - not because tccat is good or bad, but because it uses a certain algorithm that ignores this particular mastering error. The next version of MakeMKV should process this disc fine.

xaviour
Posts: 58
Joined: Fri Mar 25, 2011 2:02 pm

Re: Multi-angle DVD and audio/video synchronization

#8 Post by xaviour » Sun Jan 01, 2012 4:05 pm

The problem has been fixed in version 1.7.0.

Post Reply