XviD and AVS in Vegas 7
- steelie
- Joined: Thu Dec 14, 2006 11:52 am
XviD and AVS in Vegas 7
I tried to load a XviD .avi file to Vegas 7. It wasn't a good idea, because on the timeline was just audio, no video (mpg file was loaded normally). I tried to use avisynth via VFAPI 1.05, but when I loaded an .avs file an error occured: "???? G:\AviSynth\hells1.avs ????". I also want to use .mkv files, so I really need to use avs and I can't convert them to huffyUV, because they would be much too big after this.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- steelie
- Joined: Thu Dec 14, 2006 11:52 am
OK, so now my script looks like that:
But I still can't load it to VFAPI 
Code: Select all
directshowsource("F:\[S^M] Hellsing Ultimate OVA 01-03 RAW\[S^M] Hellsing Ultimate OVA 01 RAW.mkv")
killaudio()
convertfps(23)

- Rapture**
- Joined: Thu Nov 23, 2006 2:19 pm
- Location: Vilnius , Lithuania
I'll fix it and then copypasta it :steelie wrote:OK, so now my script looks like that:But I still can't load it to VFAPICode: Select all
directshowsource("F:\[S^M] Hellsing Ultimate OVA 01-03 RAW\[S^M] Hellsing Ultimate OVA 01 RAW.mkv") killaudio() convertfps(23)
Code: Select all
directshowsource("F:\[S^M] Hellsing Ultimate OVA 01-03 RAW\[S^M] Hellsing Ultimate OVA 01 RAW.mkv", fps=*input your footage fps here*)
killaudio()
convertfps(23.976)
- Rapture**
- Joined: Thu Nov 23, 2006 2:19 pm
- Location: Vilnius , Lithuania
I don't understand why you're not using VDubMod to create clips? I understand that your HDD space might be low,but that's the easiest way,and most reliable one. Load your .avs script into VDubMod,select range you want,and render it as lossless .avi(if you have low HDD space,I would suggest Lagarith). It may take up some time to get used to it,but it's much more convenient than having to go trough all these troubles.