Alright I figured it out.
In the project settings there is an option to "scale tracks to project dimensions when adding to sequence".
Seems its all or nothing, as it can only be set for the entire project as opposed to individual clips.
AMV Gurus come to my aid!!!
- Unfound
- Joined: Thu Dec 11, 2003 5:38 pm
- Location: Joisey
- Contact:
Re: AMV Gurus come to my aid!!!
If you're using DVD Rips, (Which you should be) then this shouldn't really be a problem. No DVDs are viewed at any of those resolutions, not in PAL or NTSC so I suggest you mow some lawns and make footage the correct way. (Yes, I stated the obvious). Do it with AVISynth if you TRULY need to use these sources with the following script:Poetic_Kaos wrote:Problem: I have multiple video files of varying resolution. How do I make them all one resolution? The resolutions are 512 by 384, 640 by 480, and 384 by 256. My target resolution is 640 by 480. Can it be done? I heard there was some kind of filter in Premiere but I know nothing about it. Any help will be very appreciated.
The reason: As you all know when editing files of various resolutions. The size of a scene can vary in size. I simply find that annoying, something must be done.
AVISource("File location/File Name.avi")
LanczosResize(640,480)