View Single Post
Old 2nd April 2011, 18:09   #25  |  Link
dannybz
Registered User
 
Join Date: Jul 2009
Posts: 9
anamorphic pal resizing

Quote:
Originally Posted by davidhorman View Post
Just remember that anamorphic widescreen is 1.333x vertically stretched, so you'd resize to either to 704 by 352*1.33~=469, or (more simply) straight to the full 720,480 with no borders.

David
Now I got into a problem, my avi source is akwardly 704x288 PAL and Im trying to size and encode to a wide screen PAL. But Im not sure if my script is correct, can you check it for me, which produces a 704,432 size. Then I will flag it as 16:9 using CCE to make it widescreen. Right?

LanczosResize(704,336)
AddBorders(0,48,0,48)
dannybz is offline   Reply With Quote