I'm trying to create a video using ffmpeg but I can't get the text watermark on the bottom right corner. It appears on the middle of the video. How should I change the following command?
-vf drawtext="fontfile=C\\:/Windows/Fonts/Arial.ttf: \
text='Stack Overflow': fontcolor=white: fontsize=24: box=1: boxcolor=black: \
x=(w-text_w)/2: y=(h-text_h-line_h)/2"
-filter_complex "pad=height=ih-40:color=#71cbf4,overlay=x=w-tw-10:y=h-th-10"– Jamie Hutber Jun 18 '19 at 22:58overlay=x=(main_w-overlay_w)-30:y=(main_h-overlay_h)/(main_h-overlay_h)+30I will raise a quesiton now – Jamie Hutber Jun 18 '19 at 23:32