Convert multiple AVI files to MPEG2?

2G wrote on 7/28/2003, 12:01 PM
I'm just getting into scripting. I figure I could write this, but hopefully, it already exists (or at least something close I can use as a starter).

I have a bunch of AVI captures in a directory that I'd like to convert to MPEG2 format. I need to keep them around in case I need them, but I can't afford the space. So I want to compress them to MPEG.

Basically, all I need is a script that

1) starts a new Vegas project
2) adds an AVI file to the proeject
3) renders the project to MPEG2

If it does multiple AVIs in a loop, then that's great. But I have extensive programming background. So I can write the loops, etc. Mainly just need the class/method calls to do the above.

Thanks.

2G

Comments

jetdv wrote on 7/28/2003, 12:57 PM
Here's one that's similar except it does VEG files:

http://www.sonicfoundry.com/forums/ShowMessage.asp?MessageID=200974&Replies=5&Page=1

However, you might also want to look at: Batchrender Pro
SonyPJM wrote on 7/28/2003, 1:04 PM
Here's a script that might get you started:

DirectoryConverter