k.r.i.s.s.i,
For 1.5 LCD you need to change the Resize Filter setting to 128x96 for widescreen or 128x128 for full screen.
If you are going to use 128x128 you need to crop more of the sides as well otherwise the picture will become to compressed and the image will be tall and thin.
Here are some settings I use for 128x128. Copy them into notepad and save. Then rename the file 128x128.vcf. then you can load the settings into VirtualDub by pressing CTRL+L on your keyboard
VirtualDub.audio.SetSource(1);
VirtualDub.audio.SetMode(1);
VirtualDub.audio.SetInterleave(1,500,1,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.audio.EnableFilterGraph(0);
VirtualDub.video.SetInputFormat(0);
VirtualDub.video.SetOutputFormat(7);
VirtualDub.video.SetMode(3);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetTargetFrameRate(100000,10000);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.video.filters.Add("resize");
VirtualDub.video.filters.instance[0].SetClipping(35,0,35,0);
VirtualDub.video.filters.instance[0].Config(128,128,6);
VirtualDub.video.filters.Add("deinterlace");
VirtualDub.video.filters.instance[1].Config(0);
VirtualDub.video.filters.Add("HSV adjust");
VirtualDub.video.filters.instance[2].Config(0,91776,0);
VirtualDub.video.filters.Add("brightness/contrast");
VirtualDub.video.filters.instance[3].Config(0,20);
VirtualDub.video.filters.Add("sharpen");
VirtualDub.video.filters.instance[4].Config(15);
VirtualDub.audio.filters.Clear();
You may need to adjust the cropping as this is set for a wide screen movie with black bands top and bottom but notice how much I have cropped from the sides.
Hope this helps.
__________________
If you have been ripped off with a hacked player by a seller submit a report to www.ic3.gov
|