changing pixel aspect ratio

quokka wrote on 12/8/2005, 10:14 PM
I have loaded a pile of single frame images into vegas and they all default to a Pixel Aspect Ratio(PAR) of 1.00. I need to change all of them to a different PAR. Is there any way of doing this without having to open the properties of each one at a time. i.e. apply one setting to a whole lot of selected media ???

Comments

JohnnyRoy wrote on 12/9/2005, 7:45 AM
This is exactly the reason I wrote the Change Media Pool Aspect Ratio script. It was written for Vegas 4 so you need to change line 10 from:
import SonicFoundry.Vegas;
to
import Sony.Vegas;
and then resave it. This will change all of the media in the media pool to match the project.

~jr
AlanC wrote on 12/9/2005, 8:04 AM
Johnny

Is there anything that will do the same with 'Reduce Interlace Flicker'.

Currently I have to go into the properties of each image to select it.

Alan
JohnnyRoy wrote on 12/9/2005, 8:42 AM
> Is there anything that will do the same with 'Reduce Interlace Flicker'.

Alan,

Yup. Here is a Reduce Interlace Flicker script. ;-)

~jr
AlanC wrote on 12/9/2005, 9:06 AM
Thanks Johnny,

I'll try it tonight when I get home.

Yes I'm sad. Most other people go wining and dining on Friday night.

I'll let you know how I go on. (I wish I'd asked the question sooner).

Alan

Edit: That's a great name for the script :~)
AlanC wrote on 12/9/2005, 11:33 AM
Thanks Johnny

The script worked just fine.

If only I'd known about this a couple of weeks ago. It would have saved me several hundred mouse clicks!

Alan