That's not what we're doing here. The image starts off in 4:3 and we want to make it 16:9. To do that it must be stretched vertically by (16/9)/(4/3)=1.333.
After cropping out the black bars with crop(0, 126, 720, 324) we have 324 lines left.
324 * 1.333 = 432.