Noizeramp

  • Home
  • Archive
  • Posts
  • Tags
  • FFMPEG fade in/out expressions

    19 October 2016 ⋅ 1 min read ⋅ ffmpeg

    I’ve been playing with FFMPEG lately mulling over a plugin for Appcelerator Titanium and figured we’ll need a text rendering with nice fading in/out effect. There’s text drawing filter in FFMPEG, but not a function to easily fade it, so I came up with a couple of expressions of my own. I’m working with alpha channel here, but it can easily be applied to other properties.

    Read more