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

Cubxity/ResolveParser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages