Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

1.1.0

Compare
Choose a tag to compare
@ddennedy ddennedy released this 15 Jun 20:47
· 5 commits to master since this release

Use git clone --recurse-submodules -b 1.1.0 ... to make building with qmelt easier.

  • Added support for alpha channels in MLT video for input and output.
  • Added a transparent property to the MLT filter. When the property is set to 1, this gives a filter a transparent white canvas for drawing while the MLT video image is still available through the JavaScript extension. This facilitates using WebVfx to draw the alpha channel independently of the MLT alpha channel.
  • Added support for getting a MLT rectangle property (mlt_rect) as a JavaScript object with properties: x, y, width, height, and opacity.