Hello! Just started trying out the dvd to kvcd conversion and I seem to be having a problem with the display on my tv. Here's my script:
#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
Mpeg2Source("D:\Video Workspace\POTC.d2v")
LegalClip()
GripCrop(528, 480, overscan=2)
GripSize(resizer="BilinearResize")
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5

)
MergeLuma(blur(0.2))
GripBorders()
LegalClip()
AssumeFPS(23.976)
Everything is ok, very satisfied with picture and sound... however, I usually have to press the zoom on my dvd player to get the widescreen resolution to display on my tv properly (I'm not talking about a full screen display). I mean If I press the zoom, the sides fill up properly with the proper black borders on top and bottom. Without zoom, I get a widescreen in the middle of the screen with thick black borders all around (almost like it's half the size of what it should be).
I loaded the KVCDx3 template on Moviestacker and used TOK for the prediction and encode following black prince's excellent guide....
What am I doing wrong? Any help would be appreciated. Thanks.
kepsy