OpenTimelineIO
latest
Quickstart
Developer Quickstart
Debugging Quickstart
Adapters
Architecture
Contributing
Feature Matrix
Timeline Structure
Time Ranges
Writing an OTIO Adapter
Writing an OTIO Media Linker
Writing a Hook Script
Writing an OTIO SchemaDef Plugin
Versioning Schemas
Animation Shot Frame Ranges Changed
Conform New Renders Into The Cut
Shots Added or Removed From The Cut
OTIO Core Data Model Specification
opentimelineio package
Language Bridges
C++ Implementation Details
Writing OTIO in C, C++ or Python (June 2018)
File Format Specification
Serialized Data Documentation
Class Documentation
Serialized Data (Fields Only)
Classes
Plugin Documentation
Manifests
Core Plugins
Contrib Plugins
OpenTimelineIO
Docs
»
Index
Edit on GitHub
Index
A
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
R
|
S
|
T
|
U
|
W
A
abc() (opentimelineio.schema.foo.Foo property)
ActiveManifest() (in module opentimelineio.plugins.manifest)
Adapter (class in opentimelineio.adapters.adapter)
adapter_module_from_name() (opentimelineio.plugins.manifest.Manifest method)
adapter_module_from_suffix() (opentimelineio.plugins.manifest.Manifest method)
AdapterDoesntSupportFunctionError
adapters() (opentimelineio.plugins.manifest.Manifest property)
add_clip() (opentimelineio.adapters.cmx_3600.EDLParser method)
add_transition() (opentimelineio.adapters.cmx_3600.EDLParser method)
arg_list_to_map() (in module opentimelineio.console.console_utils)
assertIsOTIOEquivalentTo() (opentimelineio.test_utils.OTIOAssertions method)
assertJsonEqual() (opentimelineio.test_utils.OTIOAssertions method)
available_adapter_names() (in module opentimelineio.adapters)
available_hookscript_names() (in module opentimelineio.hooks)
available_hookscripts() (in module opentimelineio.hooks)
available_media_linker_names() (in module opentimelineio.media_linker)
available_schemadef_names() (in module opentimelineio.schema.schemadef)
C
CannotTrimTransitionsError
clip_for_element() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
ClipHandler (class in opentimelineio.adapters.cmx_3600)
comment_id_map (opentimelineio.adapters.cmx_3600.CommentHandler attribute)
CommentHandler (class in opentimelineio.adapters.cmx_3600)
CouldNotReadFileError
D
default_media_linker() (in module opentimelineio.media_linker)
deprecated_field() (in module opentimelineio.core)
DissolveEvent (class in opentimelineio.adapters.cmx_3600)
DoNotLinkMedia (opentimelineio.media_linker.MediaLinkingPolicy attribute)
E
EDLParseError
EDLParser (class in opentimelineio.adapters.cmx_3600)
EDLWriter (class in opentimelineio.adapters.cmx_3600)
effect_from_filter_element() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
Event (class in opentimelineio.adapters.cmx_3600)
EventLine (class in opentimelineio.adapters.cmx_3600)
execution_scope() (opentimelineio.plugins.python_plugin.PythonPlugin property)
extend() (opentimelineio.plugins.manifest.Manifest method)
F
FCP7XMLParser (class in opentimelineio.adapters.fcp_xml)
filepath() (opentimelineio.plugins.python_plugin.PythonPlugin property)
filtered_composition() (in module opentimelineio.algorithms.filter)
filtered_with_sequence_context() (in module opentimelineio.algorithms.filter)
Foo (class in opentimelineio.schema.foo)
ForceDefaultLinker (opentimelineio.media_linker.MediaLinkingPolicy attribute)
from_filepath() (in module opentimelineio.adapters)
(opentimelineio.plugins.manifest.Manifest method)
from_name() (in module opentimelineio.adapters)
(in module opentimelineio.media_linker)
(in module opentimelineio.schema.schemadef)
(opentimelineio.plugins.manifest.Manifest method)
G
generate_and_write_documentation() (in module opentimelineio.console.autogen_serialized_datamodel)
generate_and_write_documentation_plugins() (in module opentimelineio.console.autogen_plugin_documentation)
get_content_for_track_at_index() (opentimelineio.adapters.cmx_3600.EDLWriter method)
guess_kind_for_track_name() (opentimelineio.adapters.cmx_3600.EDLParser method)
H
has_feature() (opentimelineio.adapters.adapter.Adapter method)
hook_scripts() (opentimelineio.plugins.manifest.Manifest property)
hooks() (opentimelineio.plugins.manifest.Manifest property)
HookScript (class in opentimelineio.hooks)
I
InstancingNotAllowedError
InvalidSerializableLabelError
is_default_linker() (opentimelineio.media_linker.MediaLinker method)
is_dissolve() (opentimelineio.adapters.cmx_3600.EventLine method)
item_and_timing_for_element() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
L
link_media_reference() (opentimelineio.media_linker.MediaLinker method)
linked_media_reference() (in module opentimelineio.media_linker)
load_manifest() (in module opentimelineio.plugins.manifest)
M
main() (in module opentimelineio.console.autogen_plugin_documentation)
(in module opentimelineio.console.autogen_serialized_datamodel)
(in module opentimelineio.console.otiocat)
(in module opentimelineio.console.otioconvert)
(in module opentimelineio.console.otiopluginfo)
(in module opentimelineio.console.otiostat)
make_clip() (opentimelineio.adapters.cmx_3600.ClipHandler method)
Manifest (class in opentimelineio.plugins.manifest)
manifest_from_file() (in module opentimelineio.plugins.manifest)
manifest_from_string() (in module opentimelineio.plugins.manifest)
marker_for_element() (in module opentimelineio.adapters.fcp_xml)
markers_from_element() (in module opentimelineio.adapters.fcp_xml)
media_linker_name() (in module opentimelineio.console.console_utils)
media_linkers() (opentimelineio.plugins.manifest.Manifest property)
media_reference_for_effect_element() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
media_reference_for_file_element() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
MediaLinker (class in opentimelineio.media_linker)
MediaLinkingPolicy (class in opentimelineio.media_linker)
MisconfiguredPluginError
module() (opentimelineio.plugins.python_plugin.PythonPlugin method)
(opentimelineio.schema.schemadef.SchemaDef method)
module_abs_path() (opentimelineio.plugins.python_plugin.PythonPlugin method)
module_from_name() (in module opentimelineio.schema.schemadef)
N
name() (opentimelineio.plugins.python_plugin.PythonPlugin property)
names() (in module opentimelineio.hooks)
NoDefaultMediaLinkerError
NoKnownAdapterForExtensionError
NotSupportedError
O
opentimelineio (module)
opentimelineio.adapters (module)
opentimelineio.adapters.adapter (module)
opentimelineio.adapters.cmx_3600 (module)
opentimelineio.adapters.fcp_xml (module)
opentimelineio.adapters.otio_json (module)
opentimelineio.algorithms (module)
opentimelineio.algorithms.filter (module)
opentimelineio.algorithms.stack_algo (module)
opentimelineio.algorithms.timeline_algo (module)
opentimelineio.algorithms.track_algo (module)
opentimelineio.console (module)
opentimelineio.console.autogen_plugin_documentation (module)
opentimelineio.console.autogen_serialized_datamodel (module)
opentimelineio.console.console_utils (module)
opentimelineio.console.otiocat (module)
opentimelineio.console.otioconvert (module)
opentimelineio.console.otiopluginfo (module)
opentimelineio.console.otiostat (module)
opentimelineio.core (module)
opentimelineio.core.composable (module)
opentimelineio.core.composition (module)
opentimelineio.core.item (module)
opentimelineio.core.mediaReference (module)
opentimelineio.exceptions (module)
opentimelineio.hooks (module)
opentimelineio.media_linker (module)
opentimelineio.opentime (module)
opentimelineio.plugins (module)
opentimelineio.plugins.manifest (module)
opentimelineio.plugins.python_plugin (module)
opentimelineio.schema (module)
opentimelineio.schema.clip (module)
opentimelineio.schema.effect (module)
opentimelineio.schema.external_reference (module)
opentimelineio.schema.foo (module)
opentimelineio.schema.generator_reference (module)
opentimelineio.schema.marker (module)
opentimelineio.schema.schemadef (module)
opentimelineio.schema.serializable_collection (module)
opentimelineio.schema.stack (module)
opentimelineio.schema.timeline (module)
opentimelineio.schema.track (module)
opentimelineio.schema.transition (module)
opentimelineio.schemadef (module)
opentimelineio.test_utils (module)
OTIOAssertions (class in opentimelineio.test_utils)
P
parse() (opentimelineio.adapters.cmx_3600.ClipHandler method)
(opentimelineio.adapters.cmx_3600.CommentHandler method)
parse_edl() (opentimelineio.adapters.cmx_3600.EDLParser method)
plugin_info_map() (in module opentimelineio.plugins.python_plugin)
(opentimelineio.adapters.adapter.Adapter method)
(opentimelineio.media_linker.MediaLinker method)
(opentimelineio.plugins.python_plugin.PythonPlugin method)
(opentimelineio.schema.schemadef.SchemaDef method)
PythonPlugin (class in opentimelineio.plugins.python_plugin)
R
read_from_file() (in module opentimelineio.adapters)
(in module opentimelineio.adapters.otio_json)
(opentimelineio.adapters.adapter.Adapter method)
read_from_string() (in module opentimelineio.adapters)
(in module opentimelineio.adapters.cmx_3600)
(in module opentimelineio.adapters.fcp_xml)
(in module opentimelineio.adapters.otio_json)
(opentimelineio.adapters.adapter.Adapter method)
ReadingNotSupportedError
regex_template (opentimelineio.adapters.cmx_3600.CommentHandler attribute)
register_type() (in module opentimelineio.core)
run() (in module opentimelineio.hooks)
(opentimelineio.hooks.HookScript method)
S
SchemaDef (class in opentimelineio.schema.schemadef)
schemadef_module_from_name() (opentimelineio.plugins.manifest.Manifest method)
schemadefs() (opentimelineio.plugins.manifest.Manifest property)
scripts_attached_to() (in module opentimelineio.hooks)
serializable_field() (in module opentimelineio.core)
serialize_json_to_file() (in module opentimelineio.core)
serialize_json_to_string() (in module opentimelineio.core)
stack_for_element() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
stat_check() (in module opentimelineio.console.otiostat)
suffixes() (opentimelineio.adapters.adapter.Adapter property)
suffixes_with_defined_adapters() (in module opentimelineio.adapters)
T
timeline_for_sequence() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
timeline_from_clips() (in module opentimelineio.schema)
timeline_trimmed_to_range() (in module opentimelineio.algorithms.timeline_algo)
to_edl_format() (opentimelineio.adapters.cmx_3600.DissolveEvent method)
(opentimelineio.adapters.cmx_3600.Event method)
(opentimelineio.adapters.cmx_3600.EventLine method)
to_frames() (in module opentimelineio.opentime)
to_seconds() (in module opentimelineio.opentime)
to_time_string() (in module opentimelineio.opentime)
to_timecode() (in module opentimelineio.opentime)
top_clip_at_time() (in module opentimelineio.algorithms.stack_algo)
top_level_sequences() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
track_for_element() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
track_trimmed_to_range() (in module opentimelineio.algorithms.track_algo)
track_with_expanded_transitions() (in module opentimelineio.algorithms.track_algo)
tracks_for_channel() (opentimelineio.adapters.cmx_3600.EDLParser method)
transition_for_element() (opentimelineio.adapters.fcp_xml.FCP7XMLParser method)
TransitionFollowingATransitionError
U
upgrade_function_for() (in module opentimelineio.core)
W
write_to_file() (in module opentimelineio.adapters)
(in module opentimelineio.adapters.otio_json)
(opentimelineio.adapters.adapter.Adapter method)
write_to_string() (in module opentimelineio.adapters)
(in module opentimelineio.adapters.cmx_3600)
(in module opentimelineio.adapters.fcp_xml)
(in module opentimelineio.adapters.otio_json)
(opentimelineio.adapters.adapter.Adapter method)
WritingNotSupportedError