v1.1.0 — Latest Stable
JSON-driven video production pipeline specification.
An open standard for defining video composition, assets, timelines, and rendering instructions in a portable JSON format.
Schema URLs
Latest
v1.1.0
Always points to the most recent stable version
https://socialawy.github.io/VideoFormation-Schema/schemas/blueprint/latest.json
Pinned Version
v1.1.0
Lock to this version for production stability
https://socialawy.github.io/VideoFormation-Schema/schemas/blueprint/v1.1.0.json
Define your video
Start composing videos with a simple JSON blueprint. Define assets, sequences, shots, and timelines declaratively. No complex SDKs required.
Read the full guide →{
"$schema": "https://socialawy.github.io/VideoFormation-Schema/schemas/blueprint/latest.json",
"project_metadata": {
"project_id": "MY_PROJECT",
"title": "My Video Project",
"content_type": "shortfilm"
},
"global_settings": {
"fps": 30,
"resolution_master": {
"width": 1920,
"height": 1080
}
},
"production_sequence": {
"sequences": []
}
}
Resources