UC Import into Project [C IG]
Motivation
After a project has been created, by using the UC Create a Project [C IG] guide, it is now possible to import sequences and clips to the project collection. There are multiple file types supported as the project document, such as:
|
| Final Cut Pro 7 XML |
|
| Final Cut Pro X XML |
|
| AAF |
|
| Fabric CEMS |
|
| SequenceType |
Clips in the document needs to be mapped to assets, items or storages using an essence map in the body of the request.
Example
Here is an example creating a new project version with the clips and sequences from a Final Cut Pro project.
Request:
POST /import/project?collectionId=VX-1&type=finalcut&uri=file:///storage/project.xml
Content-Type: application/xml
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<EssenceMappingsDocument xmlns="http://xml.vidispine.com/schema/vidispine">
<asset id=”urn:uuid:76BE320F-48E0-47A5-A076-227158C50024” item=”VX-1”/>
<file path="file://localhost/storage/VX-1.mov" hash="7b8d6ffe1ea468800578d6b7d4a09b012c461569"/>
</EssenceMappingsDocument>
Response:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<URIListDocument xmlns="http://xml.vidispine.com/schema/vidispine">
<uri>VX-2</uri>
</URIListDocument>
Resources
Resources tangent to the UC can be found here:
https://apidoc.vidispine.com/latest/ref/project.html
Resources connected to this UC
https://apidoc.vidispine.com/latest/ref/project.html#import-a-project
Please refer to the following section of the Integration Guide for more information on the topic:
UC Manage Adobe Premiere Projects [C IG]
How to
Please view the explanation in:
https://apidoc.vidispine.com/latest/sequence/project.html