Clapper.app, a video synthesizer and sequencer designed for the age of AI cinema
GNU General Public License v3.0
2.08k
stars
194
forks
source link
Refactoring: expose the content of the ClapMeta directly into useTimeline #90
Closed
jbilcke-hf closed 2 months ago
Context
Currently a clap file is super simple to understand: all the meta information is in the ClapMeta object
But within Clapper itself, this information is difficult to graph and access:
This make features such as react width, height, orientation, BPM, FPS etc.. difficult to work with
Solution