I am using the following command to add watermark in my video using font TIMESNEWROMAN:
ffmpeg -i input.webm -vf "drawtext=text='© Krishna':fontfile=C//:/Windows/Fonts/times.ttf:x=(main_w-text_w-10):y=(main_h-text_h-10):fontsize=32:fontcolor=black:box=1:[email protected]: boxborderw=5" -preset ultrafast output.mp4
Now, I want to provide the font TIMESNEWROMAN or any other font instead of fontfile path. Is it possible to do that?