dahnielson / iola

🎞️ Non-linear digital video and motion picture editor
http://blackburst.com
GNU General Public License v2.0
14 stars 2 forks source link

Export sequence as FCP XML #25

Open dahnielson opened 14 years ago

dahnielson commented 14 years ago

Currently Iola NLE only read and writes its own XML file format.

However, it was intentionally designed by reusing elements from the FCP XML Interchange Format, while wrapping them in a custom root element <iola/> instead of <xmeml/>. This makes it possible to reuse the serialization code to write valid FCP XML files.

dahnielson commented 11 years ago

Iola will probably switch to using the <xmeml/> root element by default instead of <iola/>.