Using AVISynth and the SubtitleEx feature. I found the commands but I'm a bit stuck on fading. Here is my code:
SubtitleEx("Subtitle Test", x=150, y=480, firstframe=150, lastframe=255, font="Arial",size=18, textcolor=$ED0000, halocolor=$ED0000,effects="u","f"(100)
I have it underlined, but I don't know how I'm supposed to add the Fade command in there so it fades in for 100 frames.
+ Reply to Thread
Results 1 to 4 of 4
-
-
-
I've used this code to get the 'fade in' you describe:
Code:blankclip(200,1280,720,"YUY2",fps=50) SubtitleEx("TITLES FADE IN TEST",x=640,y=360, firstframe=0, lastframe=200,size=90,effects="bc,f(100)")
(Edit: posted before I saw PDRs reply -- sorry!)
Similar Threads
-
PC crashes when attempting to cap via VirtualDub
By clashradio in forum Capturing and VCRReplies: 9Last Post: 12th Feb 2020, 19:07 -
XMEDIA RECODE video converter FADE IN / FADE OUT
By vinckles in forum Video ConversionReplies: 6Last Post: 11th Aug 2017, 01:10 -
FFMPEG - fade in logo independent of fade in video and subtitles
By EasyFeet in forum EditingReplies: 2Last Post: 16th May 2017, 00:59 -
Attempting to reliably acquire F4M URL
By christheradioguy in forum Video Streaming DownloadingReplies: 0Last Post: 27th Oct 2015, 19:57 -
How to Fade In/Fade Out Audio Clips in VSDC Free Video Editor?
By BSquared18 in forum EditingReplies: 15Last Post: 6th Mar 2015, 21:44