Red Raven
18th July 2003, 17:24
Hi
I have a dvd with a 16:9 dar which when previewed in dvd2avi shows no black bars top/bottom,should i encode without using rezize/crop OR resize/addborders? :confused:
The script i'll use is as follows:
LoadPlugin("c:\temp\MPEG2DEC.DLL")
mpeg2source("c:\mydocuments\movie.d2v")
BicubicResize(???,???)
AddBorders(0,??,0,??)
If the movie needs to be resized & cropped/addborders can someone give details as to what dar i should crop/resize to? :confused:
Thanks!
edited:
I worked it out to the following.If the method i used is correct:
DVD DAR:720x576
576x16/9=1024 = 1024x576
LoadPlugin("c:\temp\MPEG2DEC.DLL")
mpeg2source("c:\mydocuments\movie.d2v")
BicubicResize(1024,576)
AddBorders(0,224,0,224)
Would this be correct?
I have a dvd with a 16:9 dar which when previewed in dvd2avi shows no black bars top/bottom,should i encode without using rezize/crop OR resize/addborders? :confused:
The script i'll use is as follows:
LoadPlugin("c:\temp\MPEG2DEC.DLL")
mpeg2source("c:\mydocuments\movie.d2v")
BicubicResize(???,???)
AddBorders(0,??,0,??)
If the movie needs to be resized & cropped/addborders can someone give details as to what dar i should crop/resize to? :confused:
Thanks!
edited:
I worked it out to the following.If the method i used is correct:
DVD DAR:720x576
576x16/9=1024 = 1024x576
LoadPlugin("c:\temp\MPEG2DEC.DLL")
mpeg2source("c:\mydocuments\movie.d2v")
BicubicResize(1024,576)
AddBorders(0,224,0,224)
Would this be correct?