mikie209
Dec 2006
Junior Member
|
quote: Originally posted by bobbish
i did some tinkering, and to properly fix:
Rocky.Balboa.XViD.DVDScreener.FiX-iND
open fix.vcf in notepad, and replace what's in there with this:
VirtualDub.Open("distill-rocky.avi",0,0);
VirtualDub.video.SetRange(0,3288035);
VirtualDub.video.SetMode(0);
VirtualDub.SaveAVI("part1.avi");
VirtualDub.video.SetRange(2816147,0);
VirtualDub.audio.SetInterleave(1,0,1,0,290);
VirtualDub.SaveAVI("part2.avi");
VirtualDub.Close();
VirtualDub.Open("part2.avi",0,0);
VirtualDub.video.SetMode(0);
VirtualDub.audio.SetInterleave(1,0,1,0,0);
VirtualDub.Close();
VirtualDub.Open("part1.avi",0,0);
VirtualDub.video.SetMode(0);
VirtualDub.Append("part2.avi");
VirtualDub.SaveAVI("distill-rocky-fixed.avi");
VirtualDub.Close();
whomever wrote it was a little sloppy.
that should now sync perfect
Thanks if this actually fixes the problem unlike the others.
Report this post to a moderator | IP: Logged
|