Hello,
Does my Avisynth script look right? I been told by someone that 74 pixles is a crop value from a PAL movie. This movie I am doing is NTSC 16:9. Would it work like I have the script below and what are some additional lines I would need to put in? As I was reading the Avisynth page, I was getting a little confused.
LoadPlugin("C:\Program Files\DGIndex\DGDecode.dll")
MPEG2Source("I:\The_Matrix\dvd2avi.d2v")
#AddBorders(0,2,0,2)
Crop(0,74,-0,-74)
Does my Avisynth script look right? I been told by someone that 74 pixles is a crop value from a PAL movie. This movie I am doing is NTSC 16:9. Would it work like I have the script below and what are some additional lines I would need to put in? As I was reading the Avisynth page, I was getting a little confused.
LoadPlugin("C:\Program Files\DGIndex\DGDecode.dll")
MPEG2Source("I:\The_Matrix\dvd2avi.d2v")
#AddBorders(0,2,0,2)
Crop(0,74,-0,-74)