SkillAgentSearch skills...

Xmeml

XML parser for Final Cut Pro <xmeml> files with clipping API to make new sequences out of others

Install / Use

/learn @ccnmtl/Xmeml
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

from xmeml import VideoSequence

v1 = VideoSequence(file='examples/Conecta Test XML.xml') v2 = VideoSequence(file='examples/Mark P XML.xml') #print len(v1.track_items)

clip1 = v1.clip(1000, 4000, units='frames') clip2 = v2.clip(300, 500, units='seconds')

xmldom1,dumb_uuid = v1.clips2dom([clip1]) xmldom2,dumb_uuid = v2.clips2dom([clip2]) xmldom3,dumb_uuid = v2.clips2dom([clip1, clip2])

#print xmldom1.toprettyxml() #probably won't work in Final Cut Pro print xmldom2.toxml()

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated9mo ago
Forks5

Languages

Python

Security Score

67/100

Audited on Jun 6, 2025

No findings