Log in

View Full Version : How to add DirectShowSource via Avisynth profile in MeGUI?


cosynmr
12th May 2008, 01:27
HI,

I'd like to add a profile in megui's avisynth script tool to use DirectShowSource("path") rather than AviSource("path") or similar.

I see megui supports profiles by replacing <input> or <resize> etc, does anyone know the syntax I should use in the profile?

Thanks!

Atak_Snajpera
12th May 2008, 13:02
DirectShowSource for avis is not recommended! You will end up with bad a/v synchronization. It happens very often with XviD source.

cosynmr
12th May 2008, 13:15
Oh I see, thanks. I've been using it to add permanent subs to my files. What's the recommended method? VSFilter.dll plugin?

Atak_Snajpera
12th May 2008, 13:31
yes!!!

cosynmr
12th May 2008, 13:57
I'll use that then, Cheers.