[/quote]Try first with 1. If that still shows left/right borders on your TV, then set it to 0.
-kwag[/quote]
It was already set to 1, see my 1st post.I don"t see any black left/right borders on my TV, the problem is that part of image is cropped on left/right!
I"ve done the same movie with the BilinearResize:
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth\Legalclip.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth\DustV5.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth\TemporalCleanerOld.dll")
LoadPlugin("C:\Program Files\DVD2SVCD\Avisynth\Blockbuster.dll")
Legalclip()
BilinearResize(352,432)
SpaceDust()
TemporalCleaner()
Blockbuster(method="noise", variance=.3, seed=1)
AddBorders(0,72,0,72)
LegalClip()
That"s the script generated by DVD2SVCD and it"s ok on my TV, but the final .mpg is bigger.
Searching the forum i found that setting the Overscan value to 0, increases the cropped part of image, is that true?