VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. 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,
    - bewley

    bewley's mp3PRO Rock
    classic/metal/new rock streaming 24/7
    Ziggy In Concert
    david bowie unofficial discography
    Quote Quote  
  2. Member
    Join Date
    Feb 2001
    Location
    Berlin, Germany
    Search Comp PM
    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)
    But probably it will only serve the first clip.
    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))
    However, what you need is different.
    Code:
    Reverse.FadeOut(180).Reverse
    Since Avisynth does not have a native FadeIn filter you just reverse a fadeout.
    Quote Quote  
  3. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!