FFmpeg Intro image fade in video fade out to outro image Code Below
MyLinuxToyBox
This video has an intro image and fades to a video then fades to an outro image.
ffmpeg -itsoffset 3 -i short-christine.mp4 -r 30
-loop 1 -i Filipino-Models-Funny-Women-Filipina-Dreams.jpg
-loop 1 -i intro.jpg
-filter_complex "
[1:v] fade=out:st=3:d=3:alpha=1 [intro];
[0:v][intro] overlay [v];
[2:v]fade=in:st=17:d=3:alpha=1[2v];
[v][2v]overlay [out]
" -map "[out]" -map 0:a -acodec copy -t 23 -y out3.mp4
Although this channel is called MyLinuxToyBox many topics will also appropriate for Windows users. If you want to learn about computers it would be well worth the subscription. I will be posting videos about computer languages, computer graphics, video and audio creation and editing. How to create bots, use VPS services, docker and Github are just a few topics I will cover in the future. I am excited and only posted my first video today ( this is it ) ha ha ha My format will be simple, a sample video, followed up with a complete explanation as to how it was done. Subscribe and write me a comment. Ask a question I will try to answer. ... https://www.youtube.com/watch?v=2v3I4ucnqds
6596354 Bytes