I am trying to create a movie using Pinnacle Studio 9.4 with three separate files. Two were recorded at 4:3 and one was recoded as a 16:9 VOB. I would like to be able to convert the 16:9 file down to 4:3 because when I add it in Studio with the other files, it is stretched. Studio does not leave it at 16:9. I am in the US, so the format is NTSC.
Does anyone have any recommendations on how to easily do this or a program to use? Any suggestions would be appreciated.
Thanks,
Harvey
+ Reply to Thread
Results 1 to 2 of 2
-
-
Hi-
To convert from NTSC 16:9 to NTSC 4:3, resize to 720x368 and add 56 rows of black pixels to both the top and bottom to bring it back to 720x480. In AviSynth speak (probably the easiest and best way to do this):
LanczosResize(720,368)
AddBorders(0,56,0,56)
Then encode for MPEG-2 and 4:3.
Similar Threads
-
how to convert mkv or vob to mpg or mpeg
By ashe09 in forum Video ConversionReplies: 2Last Post: 11th Oct 2011, 04:05 -
How Do I convert mpg or avi to vob?
By PHNeedsHelp in forum Authoring (DVD)Replies: 1Last Post: 9th Sep 2009, 13:29 -
Problem to convert .VOB to .MPG with vob2mpg
By akakiami in forum Authoring (DVD)Replies: 14Last Post: 17th Mar 2009, 07:51 -
I don't know how to convert vob to mpg
By szalaikornel in forum Video ConversionReplies: 1Last Post: 12th Jan 2009, 07:18 -
Convert DVD TO MPG OR VOB TO MPG FOR FREE!!!!
By beetee123 in forum Video ConversionReplies: 9Last Post: 27th Jul 2007, 08:47