I need to create a new video with an intro video and an out video. The big issue is I need a transition effect between the main video and the out video (fadeout-fadein with an overlap during the transition process (20 frames)). I placed a fade filter in the workflow but the fade in of the insert media only starts after the fade out of main video finishes. Any tip to solve this issue?
Ah, I should have thought of that before. It should be easy to implement so will will try and do that for the next version. You can of course create a custom script but that means you need to be familiar with AviSynth.
Thanks Steinar.
I tried with this script, but I'm getting the error "Dissolve: one clip has audio and the other doesn't (not allowed)"
Here is the code:
# Variables:
#
# m_clip = The last returned AviSynth media
#
# Do NOT change any of the following variables!!!
# _ffas_video = <original video>
# _ffas_audio = <original audio>
# _ffas_height = <source height>
# _ffas_width = <source width>
# _m_clip_a_channels = <total channels>
# _ffas_work_fdr = Working folder for the workflow
#
# The following MUST be the last line of your script
av = FFAudioSource("e:\media-fabio\inout\intro6.avi")
nv = FFVideoSource("e:\media-fabio\inout\intro6.avi")