Hi all, I have a need to overlay an image on top of a video and then draw text on the output of overlay.I am a bit confused how to do this. ffmpeg -i video -i image -filter_complex overlay="0:0" ...? Can some one please help Thank you