Skip to main content
Skip table of contents

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:

finalcut

application/final-cut-pro

Final Cut Pro 7 XML

finalcut-x

application/final-cut-pro-x

Final Cut Pro X XML

aaf

application/aaf

AAF

fabric

application/fabric

Fabric CEMS

vidispine

application/x-vidispine

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:

XML
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
<?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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.