How to Use "Fade" filter

Questions and answers on how to get the most out of FFAStrans
Post Reply
vijm1972
Posts: 128
Joined: Fri Apr 24, 2015 7:35 am

How to Use "Fade" filter

Post by vijm1972 »

Hello Steipal,

How can I configure "Fade" filter at particular TC? Do I need to provide source frame were I have to use filter? Is it possible to provide full TC?

Please suggest.

Thanks
Vijay
admin
Site Admin
Posts: 1687
Joined: Sat Feb 08, 2014 10:39 pm

Re: How to Use "Fade" filter

Post by admin »

Currently, there is no way of supplying fade tc inn/out. You gonna have to do that by creating a custom avi-synth script. Something like this:,

"
m_clip = Trim(m_clip, 0, 2500) #Trim video to 100 sec @ 25 fps
m_clip = FadeOut(m_clip, 25) #25 frames fade starting from frame 2475 to 2500.
Return m_clip

"

-steipal
Post Reply