I want to add text and logo image on video at same time and i have both command, but i want to merge them into one command. i tried a lot but its not working this command used for add logo
ffmpeg -i video.mp4 -vf "movie=e\:/logo.png [watermark]; [in][watermark] overlay=10:10 [out]"-y output.mp4.
this command used for add text on video
ffmpeg -i video.mp4 -filter:v drawtext="fontfile=e\:/font/segoeui.ttf:text='Hello World':[email protected]:fontsize=30:y=h/2:x=0"-y output.mp4