liquidcross
Member
Has anyone successfully made an .avi file of the original Matrix film for use with Movie Park? Obviously, one that fits on a 128MB card...
What settings did you use? I've seen so many Vdub "how to" pages with different settings, that it gets annoying after a while. Got any suggestions?Yup my 1st successful moviepark movie 79Mb good quality needs a slight manual brightnes tweek in movie park brightness setting during the opening bit with trinity as its quite dark.
VirtualDub.audio.SetSource(1);
VirtualDub.audio.SetMode(1);
VirtualDub.audio.SetInterleave(1,500,3,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(11025,0,0,0,0);
VirtualDub.audio.SetVolume(1552);
VirtualDub.audio.SetCompression(85,11025,2,0,4000,1,12,"AQACAAAA0AABAHEF");
VirtualDub.audio.EnableFilterGraph(0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(3);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetTargetFrameRate(100000,10000);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression(0x78766964,0,10000,0);
VirtualDub.video.SetCompData(316,"0H4BANAHAAAKAAAAFAAAAJABAAAUAAAACgAAAAUAAAAAAAAAVQAAAAAAAAAAAAAAAAAAAP////8BAAAAYzpcZGl2eC5sb2cAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==");
VirtualDub.video.filters.Clear();
VirtualDub.video.filters.Add("brightness/contrast");
VirtualDub.video.filters.instance[0].Config(22,17);
VirtualDub.video.filters.Add("resize");
VirtualDub.video.filters.instance[1].Config(320,240,3);
VirtualDub.audio.filters.Clear();
VirtualDub.subset.Delete();
Nope.Why do you ask? Is it different to any other movie??
Doesn't it stretch the image to all four corners in fullscreen mode, though?If you use MoviePark, the screen shown for the movie is about half the size of the screen of the GP32 - When you use the enlarge (Full screen) button, the movie is enlarged to the left and right sides of the movie picture - So you still get widescreen with large black bars top and bottom... Letterbox on a 4:3 TV as it were... Looks good though!