Log in

View Full Version : ilegal DVD resolution after resize


redfox455
18th March 2002, 08:30
I have a small problem with Avisynth, when I do a resize then frameserve to cce the resulting file is a ilegal dvd resolution when I try to put it into any authering software.
Script is....

LoadPlugin("C:\plug\MPEG2DEC.dll")
AviSource("C:\Documents and Settings\lee\Desktop\full metalpanic\raw\avi\3noa.avi")
BicubicResize(688,542,0,0.6,0,4,640,472)
AddBorders(16,17,16,17)
ResampleAudio(44100)

I'm trying to resize the video to 720x576 with a border for overscan. I get this problem even if I do a simple resize to 720x576 but doing it in tmpeg works fine.
If anyone can help It will make me happy :)