neopholus,from doom9 wrote it to me:
Hi jorel,
These are the above scripts adapted for converting PAL movies (16:9 and 4:3) to VCD. I never did a VCD, so I hope, this one is correct.
(I hope, VCD PAL Resolution is 352x288??)
They can be used to get the size of the black borders, crop them before resizing (faster resizing) and adding black borders afterwards automatically. This one is for PAL movies (16:9 and 4:3).
code:--------------------------------------------------------------------------------
[AVISYNTH_DetectBorders]
0=LoadPlugin(!AutoCrop.dll)
1=AutoCrop(true,1,1,0,0,0,0,40,10)
2=BilinearResize(^TargetWidth,^TargetHeight)
3=AddBorders(0,^BorderTop,0,^BorderBottom)
!AutoCrop.dll=C:\Programme\SVCD\DVD2SVCD\Autocrop\ AutoCrop.dll
Cheers,
neopholus
----------------------------------------------------------------------------------
thanks in advance!
oops.i edit it and correct the part that works.
i`m contacting neopholus!