Avs in vegas

For help and discussion concerning Magix's (formerly Sony's) Movie Studio and Vegas Pro editing software.
Locked
User avatar
hydrax
Joined: Fri Oct 13, 2006 8:05 am
Location: S.T.A.L.K.E.R
Org Profile

Avs in vegas

Post by hydrax » Sun Nov 12, 2006 1:12 pm

How can I edit my clips through vegas as .avs? (to avoid using lagarith etc...)

I know I need a plug in of some sort , can anyone tell me the steps, thanks ^^

User avatar
Digitalmaster3605
Joined: Sun Apr 18, 2004 2:00 pm
Org Profile

Post by Digitalmaster3605 » Sun Nov 12, 2006 1:30 pm

http://www.animemusicvideos.org/phpBB/v ... 251#760251

Read Janziki's post. It's the same operation for Vegas as it is for After Effects.

User avatar
hydrax
Joined: Fri Oct 13, 2006 8:05 am
Location: S.T.A.L.K.E.R
Org Profile

Post by hydrax » Sun Nov 12, 2006 4:05 pm

1. Make sure you have the latest AviSynth version. (2.5.5)

2. Get the latest DGMPGDec package (1.4.5) and extract it to a directory of its own.

3. Go to your Program Files/AviSynth/Plugins directory and delete any MPEG2 decoder filters you have there. (dgdecode.dll, mpeg2dec3.dll etc.)

4. Go to Doom9 downloads page and find a package called VFAPI under Support Utils. Download it and extract it to a folder. In that folder there should now be a file called vifpset.bat. Run it to register the dll. Exclamation

5. Run DGIndex that came with DGMPGDec and create your .d2v file normally.

6. Create your AVS script in Notepad and remember to load the decoding filter.

Code:
LoadPlugin("C:\Program Files\DGMPGDec 1.4.5\DGDecode.dll")
MPEG2Source("C:\bibleblack.d2v")

Remember that VFAPI upsamples to RGB by default in interlaced mode. If your script outputs progressive footage (e.g. you do IVTC with Telecide + Decimate), put "_P" just before the extension in the filename. This forces progressive upsampling. So for example bibleblack_P.avs.


7. Run VFAPIConv that came with VFAPI. Drag and drop your AVS file on the program window. Click OK, then Convert. After the conversion you should have a small fake AVI file in the same directory as your AVS file.

8. Import the fake AVI to your favourite editing program.
I got to step 5, but I don't understand whats its really asking, my file is an .avi...

User avatar
Digitalmaster3605
Joined: Sun Apr 18, 2004 2:00 pm
Org Profile

Post by Digitalmaster3605 » Sun Nov 12, 2006 4:49 pm

Oh, sorry, I assumed you were using .vob's. Just skip that step, and use your .avs calling the .avi, it'll still work.

Locked

Return to “Movie Studio & Vegas Pro”