editly icon indicating copy to clipboard operation
editly copied to clipboard

Text background

Open aisoftllctesting opened this issue 3 years ago • 6 comments
trafficstars

  • [yes ] I have tried with the newest version of editly: npm i -g editly or npm i editly@latest
  • [ yes] I have tried ffmpeg newest stable version
  • [ yes] I have searched for existing issues
  • I want to set background color or image for text like lower third on video. i am trying to add background on text, but not getting

aisoftllctesting avatar Jan 05 '22 13:01 aisoftllctesting

try to use the fabric.js layer

mifi avatar Jan 11 '22 09:01 mifi

yes i have added in front-end but i want to add in backend using editly json5. i want just attribute for text bg like text color using color attribute

aisoftllctesting avatar Jan 12 '22 10:01 aisoftllctesting

I think that's not supported yet, but you can easily implement it using custom fabric, like this: https://github.com/mifi/editly/blob/master/examples/customFabric.js

mifi avatar Jan 12 '22 13:01 mifi

After implementing how to animate it? Like slide-in-text?

yogesh030 avatar Feb 19 '22 10:02 yogesh030

look at the source code, e.g. slide-in-text. the fabric will be provided with time which can be used to animate

mifi avatar Feb 27 '22 05:02 mifi

can you tell how to animate custome fabric text using editly json5

aisoftllctesting avatar Apr 14 '22 10:04 aisoftllctesting