0

I want to add text in video like subtitles, i know how to add text to video, now i want to add text with transition effects like presentation. How can i do that with using FFMPEG PHP. Is there any other possibilities to achieve that? Thanks in advance

Below is example of effect i wan't to achieve

https://78.media.tumblr.com/tumblr_md1hh3mSQq1rntgxe.gif

llogan
  • 121,796
  • 28
  • 232
  • 243
rathodbhavikk
  • 416
  • 7
  • 20
  • @LordNeckbeard i've updated my question with examples, please check – rathodbhavikk Sep 20 '18 at 04:38
  • 1
    Are you using drawtext or subtitles filter? Or will either work for you? – llogan Sep 28 '18 at 17:25
  • @LordNeckbeard i have just basic understanding that we can add text to video by using FFMPEG, but i haven't implemented that yet because i want to make sure that how to add effect with text, can you help me with this – rathodbhavikk Sep 29 '18 at 06:07
  • 1
    See link above for method using [drawtext](https://ffmpeg.org/ffmpeg-filters.html#drawtext) filter. Alternative method is to make subtitles file, such as with Aegisub, and use the [subtitles](https://ffmpeg.org/ffmpeg-filters.html#subtitles) filter in ffmpeg. Refer to the [`\move` tag](http://docs.aegisub.org/3.2/ASS_Tags/). If you want other effects ([example](https://stackoverflow.com/a/50338336/1109017) I recommend using subtitles instead of drawtext. – llogan Oct 01 '18 at 23:27

0 Answers0