View Single Post
Old 13th May 2012, 16:05   #9  |  Link
EpheMeroN
EphMan
 
Join Date: May 2004
Posts: 737
Quote:
Originally Posted by ajk View Post
Code:
FFMpegSource2("VIDEO0007.mp4",atrack=-1)

AddBorders(160,0,160,0) # 160+480+160 = 800

Trim(0,729) ++ Trim(730,1543).TurnLeft()
160 because you need to add a total of 320 to pad the clip to square proportions, as already explained in the earlier posts.

Resulting video here www.sendspace.com/file/6n6yrp
That works for the first part of the video, but then when I turn the camera to film widescreen, I don't want the borders there. I want it to be full widescreen. Am I going to have to chop this clip into 2 separate clips to achieve this?
EpheMeroN is offline   Reply With Quote