Hipster Doofus
5th April 2013, 03:32
Trying to sort out a basic script that is giving me a headache. My knowledge of avisynth is very limited.
I'm trying to join two files which I have done. I have the first trim & FadeIn working.
What's giving me trouble is the end. I can't get trim to work nor the FadeOut.
This is what I have so far.
FFIndex("GOPRO.MP4")
AudioDub(FFVideoSource("GOPRO.MP4"), FFAudioSource("GOPRO.MP4"))
a=subtitle("04th April 2013 - XJR1300X(08) - Willow Grove to Thomson Dam - GoPro R3",font="arial", size=28, first_frame=800, last_frame=1300, align=5)
a=a.Trim(800,136000).FadeIn(500).FadeOut(500)
b=AVISource("GOPRO1.avi")
a+b
Any ideas so I can finish this off?
I'm trying to join two files which I have done. I have the first trim & FadeIn working.
What's giving me trouble is the end. I can't get trim to work nor the FadeOut.
This is what I have so far.
FFIndex("GOPRO.MP4")
AudioDub(FFVideoSource("GOPRO.MP4"), FFAudioSource("GOPRO.MP4"))
a=subtitle("04th April 2013 - XJR1300X(08) - Willow Grove to Thomson Dam - GoPro R3",font="arial", size=28, first_frame=800, last_frame=1300, align=5)
a=a.Trim(800,136000).FadeIn(500).FadeOut(500)
b=AVISource("GOPRO1.avi")
a+b
Any ideas so I can finish this off?