Re: [Mlt-devel] using webvfx for quiz-game graphics

2015-04-12 Thread Mark Kennedy
> > There are not many visual tools for HTML animation creation that output > script-based animation that make it easy to extend or alter the generated > script. There are some that generate CSS animation, which will not work due > to lack of control over animation timing (e.g. Google Web Designer)

Re: [Mlt-devel] using webvfx for quiz-game graphics

2015-04-12 Thread Federico Allegretti
Thanks dan. I'll procede with deeper analysis in that direction. Cheers. Il 12/apr/2015 22:39, "Dan Dennedy" ha scritto: > On Fri, Apr 10, 2015 at 3:06 PM, Federico Allegretti > wrote: > >> it's not strictly a mlt question ... but maybe >> >> do you think webvfx could be used to render vide

Re: [Mlt-devel] using webvfx for quiz-game graphics

2015-04-12 Thread Dan Dennedy
On Fri, Apr 10, 2015 at 3:06 PM, Federico Allegretti wrote: > it's not strictly a mlt question ... but maybe > > do you think webvfx could be used to render video in a parametric way? > Yes, WebVfx has a JavaScript extension to get MLT properties. You can also make the JavaScript access a w

[Mlt-devel] using webvfx for quiz-game graphics

2015-04-10 Thread Federico Allegretti
it's not strictly a mlt question ... but maybe do you think webvfx could be used to render video in a parametric way? I need to create 2d animations for a quiz like this: https://www.youtube.com/watch?v=60fQXsDDPpc and variables could be team names, scores, questions and answers, etc ... i