AVFS with Vegas

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Nya-chan Production
The :< point of view
Joined: Wed Nov 15, 2006 11:21 am
Status: White bracelet
Location: Ward 7F
Contact:
Org Profile

AVFS with Vegas

Post by Nya-chan Production » Sun Oct 19, 2008 12:08 pm

So I wondered - does anyone here use AVFS to frameserve .avs files into Vegas? I have trouble getting it in there, it just says media offline and I don't have a clue why.

The source is usual Interlaced NTSC DVD.

The .avs script is as follows:

MPEG2Source("C:\SomeMEP\SomeMEP.d2v",cpu=4, upconv=1, info=0)
ConvertToRGB=32("interlaced=true")
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
LanczosResize(640, 352)
AddBorders(0, 64, 0, 64)

I tried using the options in the example .avs which is included in AVFS, but those didn't help.

Any advice?
Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sun Oct 19, 2008 12:45 pm

haven't used AVFS, but there is a little problem with your script

ConvertToRGB=32("interlaced=true")
should be
ConvertToRGB32(interlaced=true)
Image
Image

User avatar
Nya-chan Production
The :< point of view
Joined: Wed Nov 15, 2006 11:21 am
Status: White bracelet
Location: Ward 7F
Contact:
Org Profile

Post by Nya-chan Production » Mon Oct 20, 2008 1:26 am

Somehow it works for me with those quotes. Maybe I have different version? Beats me, but I checked it and it really works, while disabling them disables the conversion (and even breaks the process for some programmes)
Image

Locked

Return to “AviSynth Help”