sylvain22
Not Yet
Guest
|
Transporter repack synch fix.
Note: I found this on isonews.
Here's a fix:
Download the fix ttt-syncfix-fixrus.rar and unpack it in some dir. Edit the file lotr-ttt-fix.vcf with notepad and repalace all the rows in there with the following:
VirtualDub.Open("mlk-transr.avi", 0, 0);
VirtualDub.audio.SetSource(1);
VirtualDub.audio.SetMode(0);
VirtualDub.video.SetMode(0);
VirtualDub.subset.Clear();
VirtualDub.subset.AddFrame(0, 35683);
VirtualDub.SaveAVI("transr-temp1.avi");
VirtualDub.audio.SetInterleave(1,500,1,0,-15000);
VirtualDub.subset.Clear();
VirtualDub.subset.AddFrame(35800,129685);
VirtualDub.SaveAVI("transr-temp2.avi");
VirtualDub.Close();
VirtualDub.Open("transr-temp1.avi", 0, 0);
VirtualDub.audio. SetInterleave(1,500,1,0,0);
VirtualDub.audio.SetSource(1);
VirtualDub.audio.SetMode(0);
VirtualDub.video.SetMode(0);
VirtualDub.Append("transr-temp2.avi");
VirtualDub.subset.Clear();
VirtualDub.subset.AddFrame(0, 129685);
VirtualDub.SaveAVI("transr-fixed.avi");
VirtualDub.Close();
Then move the movie file mlk-transr.avi and run fix.bat Wait for the operation to complete, and then check if movie is ok. If you are satisfied, delete all the files except transr-fixed.avi
You will need about 1.4gig free space.
This is not a perfect fix, there is also apart of the movie witch will be out of sync, but it's just a few msec. I am to lazy to fix that I suggest you see the movie with this fix and then if you like to burn it wait for the retail...
::don't double post
Report this post to a moderator | IP: Logged
|