logo Sign In

Post #474817

Author
corellian77
Parent topic
GOUT image stabilization - Released
Link to post in topic
https://originaltrilogy.com/post/id/474817/action/topic#474817
Date created
17-Feb-2011, 1:27 PM

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?