MLT adapter for OpenTimelineIO
Project description
MLT XML Adapter for OpenTimelineIO
When installed, the plugin adds itself to the available adapters in
OpenTimelineIO
The MLT XML adapter produces mlt flavored xml
files used in conjunction with melt
to preview or render timelines.
The adapter is a write-only adapter and can only produce .mlt
files,
not parse them. For parsing dialects of the mlt format please check out one
of the other adapters listed here.
For more information on MLT please visit: www.mltframework.org
Installation
The easiest way to install the adapter is with pip directly from PyPi
# Install
pip install otio-mlt-adapter
# Check if plugin installed correctly
otiopluginfo mlt_xml
If you choose to download the source code and place the package in an alternative
location, make sure you append the full path to the plugin_manifest.json
file
to the OTIO_PLUGIN_MANIFEST_PATH
environment variable.
Usage in command line tools
# Straight conversion from otio -> mlt
otioconvert -i source_timeline.otio -o destination_timeline.mlt
# Pass adapter arguments
otioconvert -i source_timeline.otio -o destination_timeline.mlt -A colorspace=709
# Play timeline in melt
melt destination_timeline.mlt
Usage in python
import opentimelineio as otio
# Straight conversion
timeline = otio.adapters.read_from_file('source_timeline.otio')
otio.adapters.write_to_file(timeline, 'converted_timeline.mlt')
# Conversion with adapter argument
timeline = otio.adapters.read_from_file('source_timeline.otio')
otio.adapters.write_to_file(timeline, 'converted_timeline.mlt', colorspace=709)
Supported OTIO Features
OTIO Feature | MLT Adapter |
---|---|
Single Track of Clips | W-O |
Multiple Video Tracks | W-O |
Audio Tracks & Clips | W-O |
Gap/Filler | W-O |
Markers | ✖ |
Nesting | W-O |
Transitions | W-O |
Audio/Video Effects | ✖ |
Linear Speed Effects | W-O |
Fancy Speed Effects | ✖ |
Color Decision List | N/A |
Image Sequence Reference | W-O |
Known limitations
-
Audio handling is a bit limited. Clips in audio tracks that share the same source as the video clip above will be ignored as MLT will include the audio from the video track by default.
-
Effects directly applied on Tracks or Stacks are currently not implemented
Feedback
Please submit bug reports etc. through github issues
License
MLT XML adapter is released under the MIT License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file otio-mlt-adapter-0.3.0.tar.gz
.
File metadata
- Download URL: otio-mlt-adapter-0.3.0.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b20516712676c52f7f7d70bf01e69c32f78da83895d149a4584e148135b50205 |
|
MD5 | b36141f457e0ee5bdfd80ce4f5cfb3d8 |
|
BLAKE2b-256 | ad263b829daddb257f6fa483486bcfa357ce93991dbcd4542913aa14b7f34248 |
File details
Details for the file otio_mlt_adapter-0.3.0-py2.py3-none-any.whl
.
File metadata
- Download URL: otio_mlt_adapter-0.3.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d049a6747b3444f833c6e0c846051a9fcc73e49d61a447d2b8652270937c2cd9 |
|
MD5 | e98ba1fad70c380abd77505e58ccba96 |
|
BLAKE2b-256 | 3673da86b098d87084dd2b2aff3234bce19c6b7b68d4f0595c1e838020507276 |