I overlayed an image on video with:
ffmpeg -i video.mp4 -vf "movie=image.png[layer]; [layer]scale=1000:-1[layer2];[in][layer2]overlay=128:enable='between(t,0,20)'" -c:a copy output.mp4
By overlay=128
an image moves vertically. How can I move an image horisontally too?
New contributor
hatlan is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.