Slide toggle

How Can We Help?

XML – FCP7 xml

The XML file used to import and export editing information from the original Final Cut Pro editing application is generally referred to FCP7 XML.

Final Cut Pro 7.0.3 was that last version of Final Cut classic available before the upgrade to Final Cut X. FCP7 uses XML version 5, and it is this version that has become a standard for Adobe Products (Premiere and After Effects) as well as DaVinci Resolve.

Subtitle information is usually encoded into the FCP7 format using either the “text effect” or the “outline text effect” to create text boxes on the timeline that contain the subtitling information. Text attributes such as font, font size, center, alignment, bold/italics/regular, tracking, leading, and outline and encoded within the “text effect” and properties such as placement, opacity and drop shadow are encoded as video attributes.

In FCP7, you can only “copy” and “paste attributes” for video attributes, but not text attributes. If you want to change the font, create an outline and change other text attributes to existing subtitles, you can do this efficiently through the use of the FCP7 xml by either modifying the parameters manually or using an application like Michael Cinquin’s FCP7 format modifier . I hope to have a version of SubSimple that will be able to create FCP7 XML with specific text formatting parameters.

 

 

Example of FCP7 xml:

<?xml version=”1.0″ encoding=”UTF-8″?>
<!DOCTYPE xmeml>
<xmeml version=”5″>
<sequence id=”Sequence 1 “>
<uuid>C9A14768-9729-4C48-80CD-847928DFE13A</uuid>
<updatebehavior>add</updatebehavior>

<duration>0</duration>
<rate>
<ntsc>FALSE</ntsc>
<timebase>25</timebase>
</rate>
<timecode>
<rate>
<ntsc>FALSE</ntsc>
<timebase>25</timebase>
</rate>
<string>01:00:00:00</string>
<frame>90000</frame>
<source>source</source>
<displayformat>NDF</displayformat>
</timecode>
<in>-1</in>
<out>-1</out>
<media>
<video>
<format>
<samplecharacteristics>
<width>1920</width>
<height>1080</height>
<anamorphic>FALSE</anamorphic>
<pixelaspectratio>Square</pixelaspectratio>
<fielddominance>none</fielddominance>
<rate>
<ntsc>FALSE</ntsc>
<timebase>25</timebase>
</rate>
<colordepth>24</colordepth>
<codec>
<name>Apple ProRes 4444</name>
<appspecificdata>
<appname>Final Cut Pro</appname>
<appmanufacturer>Apple Inc.</appmanufacturer>
<appversion>7.0</appversion>

…………..

<effect>
<name>Texte avec bordure</name>
<effectid>Outline Text</effectid>
<effectcategory>Texte</effectcategory>
<effecttype>generator</effecttype>
<mediatype>video</mediatype>
<parameter>
<parameterid>part1</parameterid>
<name>Réglages de texte</name>
<value>
</value>
</parameter>
<parameter>
<parameterid>str</parameterid>
<name>Texte</name>

<value>Today we’re gonna make one of my favorite&#13;experimental dishes, it is called</value></parameter>
<parameter>
<parameterid>font</parameterid>
<name>Police</name>
<value>Verdana</value>

 

 

show