I looked quicky with the mb search tool and i found this:
FadeIn(xx)
FadeOut(xx)
now id like to know if it actually works and what do i have to put instead of the "xx"? is it a time or a frame?
thx in advance for the answers :P
+ Reply to Thread
Results 1 to 25 of 25
-
-
it looks to be a frame, but im a newbie and i don't understand how to use the filter
here is the fade in/out process
http://www.avisynth.org/index.php?page=Fade
here is what i have written, but its false and i dunno what to write
LoadPlugin("MPEG2DEC.dll")
MPEG2Source("E:\RH_ATLANTA_03_NTSC\part01.d2v")
FadeIn("E:\RH_ATLANTA_03_NTSC\part01.d2v", int "50")
woud anyone help me...
ok, i could do it with virtualdubmod, but i still have a problem since the file i want to edit is a DVD cut into 4 VOB's and I can't join them with tmpgenc plus. Can i load a d2v in virtualdubmod?
ok last edit, i loaded the avisynth script into virtualdub
i still not have the avisyth scipt for fade in/out bu i can work with the virtualdub one
you can still leave your answer as it would be more simple
etienne -
LoadPlugin("MPEG2DEC.dll")
MPEG2Source("E:\RH_ATLANTA_03_NTSC\part01.d2v")
FadeIn(50) -
I'm trying to do the same thing but I get an error:
Avisynth open failure:
Script error: expected a , or )
(D:\fade.avs, line 3, column 27)
my script (fade.avs) looks like this
LoadPlugin("MPEG2DEC.dll")
MPEG2Source("D:\04-lying_from_you.vob")
FadeIn("D:\fade.avs",int 20)
where did I go wrong, and how many times did i do it? -
And now you put the mpeg2dec plugin into the avisynths plugin folder. I dont think mpeg2dec can open vob files anyway, get MPEGDecoder.dll (i think)
-
I think you are going to have a hard time.
Looks like you have learned less than 50 programming languages. -
Originally Posted by FOO
-
Its simple. Before running any filters you just have to place the .dll in the avisynth/plugin directory. Put the mpeg2dec.dll in this directory and it will work just fine.
mpeg2dec.dll can frameserve from vob files, that's what its for. But of course you have to run the vobs through dvd2avi first...maybe you meant that you can't load the vob directly, but I don't think he was trying to do that. -
Originally Posted by mysticgohan17
-
i forgot to mention that the function for opening files when using MPEGDecoder.dll would be MpegSource, not mpeg2source.
-
I'm proud of you josef, but I wasn't referring to you.
"int 20" as a function argument implies
1. they read the instructions - that's extremely good , lets' not piss this guy off
2. they know less than 50 languages ( 0 ) -
Originally Posted by FOO
10 Goto Bed;
20 Goto Toilet;
30 Goto Bed;
End
I miss those Vic20 days... -
Even though the loadplugin command isn't necessary if you have the plugin in the correct directory, I can see from your command that you are using a very old version of mpeg2dec. If you are using any recent version of Avisynth (you should be using the latest) then you need to use the proper mpeg2dec plugin. Go find the latest release. It will probably be named mpeg2dec3.dll.
Similar Threads
-
Should i use and avisynth script for Dv ?
By smartel in forum Newbie / General discussionsReplies: 0Last Post: 10th Mar 2012, 08:29 -
avisynth to fade audio but not video
By adom in forum Video ConversionReplies: 9Last Post: 5th Oct 2011, 15:51 -
avisynth - how to fade in (but audio has to fade in faster)
By adom in forum EditingReplies: 13Last Post: 31st Jan 2011, 12:45 -
VDM or AviSynth: audio fade in/out
By hollowman in forum Newbie / General discussionsReplies: 5Last Post: 27th Aug 2008, 08:05 -
avisynth script
By magenta2007 in forum SVCD2DVD & VOB2MPGReplies: 7Last Post: 25th Sep 2007, 11:29