Data Handling [VE OG]
VidiEditor Data Model (version 22.3 onwards):
The steps can briefly be summarized as such:
Create Project
VidiEditor creates a collection acting as project parent element
This holds a sub collection used for versioning the different status of edit and publish steps
Each Version/sub-collection will hold a library which use to keep track the timeline (store as an item)
The project can hold metadata entered by VidiEditor or entered by the user in the VidiEditor frontend
If deletion locks are used those are set on project creation
Add items to VE project
This references used media to the project collections when adding media to timeline or project bin
If deletion locks are used those get inherited for the used media
Work in timeline
Each timeline in Vidicore have their own respective item, which the timeline information is persisted in the item as metadata “ME_Timeline“ and “ME_SequenceDocument“ on every change in timeline.
Start time code and aspect ratio will store in metadata “ME_TimelineSettings”
Publish
A new item is generated
The timeline will be consolidated to a new media element
This item gets enriched with the project metadata and the newly transcoded media file
A new project version is generated after publish via copy to continue work
A new library and also timeline items is created for new version
It is possible to step back to the older project status from each publish point
VidiEditor Project Data Model (before version 22.3)
The image below illustrates the data handling of VidiEditor for relevant data created or used by VidiEditor. It starts from project creation and ends up with publishing a timeline to a new media item.
The steps can briefly be summarized as such:
Create Project
VidiEditor creates a collection acting as project parent element
This holds a sub collection used for versioning the different status of edit and publish steps
The project can hold metadata entered by VidiEditor or entered by the user in the VidiEditor frontend
If deletion locks are used those are set on project creation
Add items to VE project
This references used media to the project collections when adding media to timeline or project bin
If deletion locks are used those get inherited for the used media
Work in timeline
The timeline is persisted in VidiCore as metadata “ME_Timeline“ and “ME_SequenceDocument“ on every change in timeline
Publish
A new item is generated as sub element of the project
The timeline will be consolidated to a new media element
This item gets enriched with the project metadata and the newly transcoded media file
A new project version is generated after publish via copy to continue work
It is possible to step back to the older project status from each publish point