Log in

View Full Version : problem frameserving to megui


ash925
12th December 2008, 14:47
I am using virtualdub plugin to process a video (input to virtualdub is an avs) and want to frameserve it to megui.The problem is that megui keeps giving an error code 2 avisource couldn't detect source.I am opening the frameserved avi(set in virtualdub) in avisynth script creator.I have configured virtualdub to output in huffyuv.
Please help.

Selur
13th December 2008, 14:34
No clue about MeGui, but one can use VirtualDubFilters inside an AvisynthScript, see: http://avisynth.org/oldwiki/index.php?page=Section+4%3A+Importing+filters+from+VirtualDub

Sharktooth
13th December 2008, 22:30
you can use LoadVirtualdubPlugin() avs function in the megui avisynth script creator.

ash925
20th December 2008, 22:39
Thanks for the replies.
I had tried the "VirtualDubFilters inside an AvisynthScript" method but since I didn't know the exact parameters output(searched almost everywhere) didn't come exactly as I had wanted.I tried frameserving but it isn't coming off so good.BTW I am trying to use delogo in virtualdub, if anyone has any pointers on the parameters when using it in avisynth please tell.

Ma-Xell
22nd May 2011, 23:30
Any news on this? I'm getting the same error.
http://i.imm.io/5PHu.jpeg

Selur
23rd May 2011, 09:01
AviSource is ment for .avi Files,.. looks like you are trying to open a .vdr File which iirc is some sort of modified MPEG2-PS,...

sneaker_ger
23rd May 2011, 10:46
Also it's
AviSource("video.avi", audio=false)
and not
AviSource("video.avi, audio=false")