[FFmpeg-user] FFMPEG Image overlay Fade in and out on Video not working properly, ,
ankur456799
ankur456799 at gmail.com
Mon Aug 24 13:40:53 CEST 2015
Some thing like this
-i input.mp4 -i 34232944.png -filter_complex " -loop 1 [0:v][1:v]
overlay=0:0:enable='between(t,5,10)',fade=t=in:st=5:d=1,
fade=t=out:st=10:d=1 '" -c:v libx264 -crf 23 output.mp4
or
-i input.mp4 -i 34232944.png -filter_complex " [0:v][1:v] -loop 1
overlay=0:0:enable='between(t,5,10)',fade=t=in:st=5:d=1,
fade=t=out:st=10:d=1 '" -c:v libx264 -crf 23 output.mp4
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-Image-overlay-Fade-in-and-out-on-Video-not-working-properly-tp4671962p4671967.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list