I am trying to edit some Full Metal Panic TSR footage in Adobe Premiere Pro 3 but I'm getting black borders on the footage in the program monitor (which means also in the timeline) that are not there in the source monitor. I am editing .avs files that have been frameserved with an avi wrapper. I am using this method since working with .avs files directly kept crashing Premiere. Everything is working great except for those borders which shouldn't be there.
Here is the AviSynth script that I'm using:
mpeg2source("F:\AMV\Full Metal Panic\d2v\FMPTSR 1.d2v",cpu=6,upconv=true)
Telecide(order=1,guide=1)
Decimate(cycle=5,mode=2)
assumefps(24)
converttorgb32(interlaced=true)
LanczosResize(960,480)
Crop(120,0,-120,-0)
The borders are there when I export out of Premiere and I can't get rid of them at that point even if I convert that .avi to an AviSynth file and then crop and resize.
Does anyone know why this is occurring?
Thanks





