tanersener/ffmpeg-video-slideshow-scripts

Provide more font overlay styles and animations

Closed this issue · 5 comments

Here is an example of overlay font effects: https://www.youtube.com/watch?v=Ifvrt-G9-nE

Anything on this?

moving text script under the advanced scripts folder is already implementing some of those text animations. You don't need me to implement the others. You can edit that script and implement them yourself.

@tanersener But, I am talking about a set of standard built in text and animations to it. For example:

  1. Text at the bottom with padding from the bottom.
  2. Text at the top with padding from the top.
  3. Text that fades in at any position and fades out.
    etc

moving text script supports changing the position of the text and the text frame. There are two variables that control them. You can also change the text size and frame height. You can increase padding by playing with them. Did you try to do that?

Also, could you please take a look at #30?

OK got it. Il give it a go.