The v3 format is a nonlinear timeline file format. It supports multiple overlapping video and audio layers. The v3 format is a subset of JSON, and the proper extension is .json
.
Auto-Editor can generate v3 timelines from media files (instructed with --edit
),
auto-editor example.mp4 --export timeline:api=3 -o input-v3.json
render media files from the v3 format,
auto-editor input-v3.json -o output.mkv
and translate other timeline formats to v3:
auto-editor input-fcp7.xml --export timeline:api=3 -o output-v3.json
This format is considered partially-stable. Breaking changes can be made to feature level changes, but not patch level changes.
shown using TypeScript notation, the keys can be set to the following values.
type Integer = number; // An integer floating-point value.