oximedia-clips 0.1.8

Professional clip management and logging system for OxiMedia
Documentation
1
2
3
4
5
6
7
8
9
//! Export system for clips and lists.

pub mod edl;
pub mod fcpxml;
pub mod list;

pub use edl::EdlExporter;
pub use fcpxml::FcpXmlClipExporter;
pub use list::ClipListExporter;