[FFmpeg-user] How to make left-right transition of overlay image ffmpeg
rangarajan.kgr
rangarajan.kgr at gmail.com
Mon Mar 10 14:32:24 CET 2014
I have used the below command to make a left to right transition of overlay
image over a video.
ffmpeg -i Test.mp4 -i transparent.png -filter_complex
"overlay=x='if(gte(t,0), -w+(t)*100, 3)':y=450" out.mp4
The overlay image is moving from left to right continuously. I need it to
stop at certain point, like a left to right transition. How to do that?
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/How-to-make-left-right-transition-of-overlay-image-ffmpeg-tp4664286.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list