-
16:9 FHA SD clips in a 4:3 SD timeline – the mathematics?
Hi
This is not a PAL-specific problem – in NTSC-land the same problem will exist, but the numbers may be a bit different 😉I need to add 16:9 FHA PAL SD ex-DigiBeta (720×576) clips to a SD PAL 4:3 sequence, clipping off the sides to scale the image to the full height of the 4:3 frame.
So I need to overcome FCP’s (5.1.4 as it happens) default to letterbox/scale-down the clips on adding them to the timeline.
Mathematically what I need to do is keep the clip’s vertical resolution (576 lines) unchanged. The clip’s pixel aspect ratio needs to be retained (at 118:81 for PAL, google tells me) rather than changed to the 4:3 PAL sequence’s 59:54.
All this maths is in intergers – in fact in reality all this comes down to check-box switches:
Vertical line count: Unchanged
Horizontal Pixel Aspect Ratio for clip: Unchanged @ 118:81However – in the reality of FCP’s Motion tab a setting of Distortion>Aspect Ratio>-33.33%, and Scale +133.33% are needed to get the clip correctly placed in the timeline.
My gut feeling is that these two .33% mathematical sub-pixel floating-point rescaling parameters DON’T add up to applying two integer-like check-box changes to the clip.
My eyes reinforce that, by giving me a timeline clip that seems considerably less sharp vertically than when the clip’s Anamorphic property is unchecked when its added to the timeline (unscaled).
Also there’s the constant admonishment to keep Motion tab placement parameters an equal whole number, to keep field order unaltered.
Now the FCP GUI designers could be very clever, and code the Motion tab operations so Scale = +132% or +134% is seen as a floating-point rescale. And Scale = +133.33% is seen as a command to leave the frame vertical line-count unchanged.
Or not. Seems to me that a couple of check boxes would have been more elegant (neither here or there) or effective (which is crucial) solution.
Actually the same scaling-to-fit process can be achieved, by changing the Distort corner coordinates, so leaving Aspect Ratio at 0 and Scale at 100%. All numbers then remain integers….
Is this the correct way to do this?