If applying the ROTJ script to an NTSC copy, what lines would I need to alter? From what I can see, the following would have to be omitted:
########## change framereate (PAL to NTSC)
AssumeFPS(24000,1001)
While the following would have to be modified:
########## cut off some of the black bars for faster processing (but keep mod 16)
Crop(0,112,0,-112,align=true).AddBorders(8,0,8,0)
########## resize to 16x9 AR, remove sides, add borders
Spline16Resize(744,396).Crop(18,16,-12,-16,align=true).AddBorders(3,58,3,58)
Is that everything, or would other lines need alterations too? Also, would it be sufficient to replace the portions above with the corresponding portions from either the ANH or ESB script?