Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 410 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 410 Bytes

ResolveParser

A simple parser for fcpxml exported by Davinci Resolve written in kotlin

Usage

val resolveXml = ResolveParser.parse(File("Your export file.fcpxml"))
// Do stuff with it, change something or do whatever

resolveXml.save(File("Modified project.fcpxml"))

NOTE: This parser does not fully support everything that resolve exports yet. There might be some loses while modifing