Script to change field order in media bin+!

joropeza wrote on 6/13/2006, 10:16 PM
Hi Everyone,

I've looked everywhere and can not find a script that will allow me to change the field order from lower to upper and at the same time change the pixel aspect ratio from .909 to 1.21 for all files in the media bin. I would appreciate any help or effort on this matter!

Thank you!

Regards,
Juan Oropeza

Comments

JohnnyRoy wrote on 6/13/2006, 11:12 PM
My free Change Media Pool Aspect Ratio script on the VASST web site will change the aspect of all of the video media in the media pool to match the project. Just make your project 1.2121 and run the script and all the media will be changed.

If you look at that script for the line that says:
        video.PixelAspectRatio = aspectRatio;
Add another line under it like:
        video.FieldOrder = VideoFieldOrder.UpperFieldFirst;
and it will also change the field order to upper for for you. You can edit the script with Notepad to make these changes or I can make them for you if you want.

~jr
joropeza wrote on 6/14/2006, 7:17 AM
Thank you JohnnyRoy!!!

That did the trick! Now I don't have to manually right click on every file and change it there. Big timesaver for me!

Regards,
Juan