-
Notifications
You must be signed in to change notification settings - Fork 86
Home
Caleb Sacks edited this page Aug 7, 2020
·
11 revisions
Vidar is an API for creating complex videos
The movie represents the entire video being created. It is composed of a timeline and multiple layers. A layer is a piece of content with video and/or audio output. Each layer has a start and (typically) an end on the movie's timeline. Lastly, effects modify existing content (both movies and layers).
Currently, Vidar only recognizes visual effects, but audio can be manipulated using the web audio API.
Ready to give it a try? Read our getting started guide.