I am using Avisynth 1.05 beta and I am trying to do a fade in on the first three seconds of a clip of video. Here is my script:
Dissolve(90, Blackness(91, 480, 480), Trim(100,8054))
Avisynth/TMPGEnc doesn't like this at all, claiming an error in the Dissolve statement.![]()
Can anyone out there help me with this script?
Thanks,
+ Reply to Thread
Results 1 to 3 of 3
-
- bewley
bewley's mp3PRO Rock
classic/metal/new rock streaming 24/7
Ziggy In Concert
david bowie unofficial discography -
The Dissolve command seems to be buggy, not to say it does not work in Beta 5. In beta 5 it should look like this:
Code:Dissolve(Blackness(91, 480, 480), Trim(100,8054),90)
If I need the Dissolve filter I use the old Avisynth v0.3. There you have to type the overlap first.
Code:Dissolve(90,Blackness(91, 480, 480), Trim(100,8054))
Code:Reverse.FadeOut(180).Reverse
-
Truman,
You are a star! I will give it all a try tonight.
Thank you very much!- bewley
bewley's mp3PRO Rock
classic/metal/new rock streaming 24/7
Ziggy In Concert
david bowie unofficial discography
Similar Threads
-
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 -
Fade in Transition Fade out scenes
By ancient in forum Authoring (DVD)Replies: 4Last Post: 30th Nov 2007, 05:04 -
Fade-in\Fade-out filter, VirtualDub MOD
By GangstaRap in forum Video ConversionReplies: 3Last Post: 21st May 2007, 20:58