Answers for "add text to videoo android ffmpeg in spasific position"

1

add text to videoo android ffmpeg in spasific position

ffmpeg -i input.mp4 -vf drawtext="fontfile=/path/to/font.ttf: \
text='Stack Overflow': fontcolor=white: fontsize=24: box=1: [email protected]: \
boxborderw=5: x=(w-text_w)/2: y=(h-text_h)/2" -codec:a copy output.mp4
Posted by: Guest on August-13-2020

Code answers related to "add text to videoo android ffmpeg in spasific position"

Browse Popular Code Answers by Language