I just encoded a Divx anime to KVCD by using tmpeg template kvcd plus 352x480.
My source divx video info:
512x384
23.976
Here is the script I used:
#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#
LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")
AviSource("E:\MP3 Player\Pretear - 01 no audio.avi")
LegalClip()
GripCrop(352, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
SpaceDust()
UnFilter(50, 50)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))
GripBorders()
LegalClip()
After I burned this on the VCD and played this in my dvd player (apex 1500), there are two big black borders at the top and the bottom on my tv (not a widescreen tv).
Like this: My diagram sucks. I hope you folks know what I mean though.
_______________
| black border
|_______________
|
| main video
|_______________
| black border
|_______________
Is this normal? Because the video looks awkward, it is stretched out horizontally and pressed down vertically.
How can make this to full screen?