Link audio and video in FCP XML #1271
Replies: 5 comments 1 reply
-
@changduckGO I'm also trying to figure this one out. By any chance, were you able to find a solution for this issue? |
Beta Was this translation helpful? Give feedback.
-
Just to circle back here, I don't think this is possible to achieve at the moment. To link files together,
|
Beta Was this translation helpful? Give feedback.
-
You could modify the XML adapter to capture this metadata and add a tag to the metadata, and then round trip it. However, OTIO doesn't provide a way of addressing a reference to another entity, so it would be brittle in the sense that any kind of manipulation of the timeline wouldn't update that reference. There has been debate around this topic before, but we haven't built anything to support this officially yet, AFAIK. @reinecke might know more about this. |
Beta Was this translation helpful? Give feedback.
-
OTIO doesn't have a concept of FCP style linking in the manner proposed in this thread, i.e.
but the FCP linking concept can be properly modeled. It would look like this
This would correctly model the concept in FCP. In order to enforce the behavioral constraint of linking in FCP for round tripping, the stack's audio track would have to have nothing else in it, just the gap followed by a clip. OTIO doesn't have any notion of constraints at all, there's no way to tag that special track as being of audio kind, and containing only a gap followed by a clip. However, metadata could be added to the stack to indicate that it represents a FCP style linked pair. I played with other ways of representing what FCP is doing, and I am not satisfied enough with them to report those constructions here. I think it is important to properly model the behavior in OTIO, rather than adding heuristic meanings around metadata. Hopefully these notes spark some ideas. |
Beta Was this translation helpful? Give feedback.
-
just stumbled across this issue also. Has there been a solution? How would this be manually implemented if I had too? I am using the python package with the fcp_xml otio adapters. |
Beta Was this translation helpful? Give feedback.
-
when create XML file using fcp_xml adapter, Can I link clip of video track and audio track?
they are "unlinked" when open in Premiere Pro. if possible, How Can I link clip?
Thank you.
unlink
link
Beta Was this translation helpful? Give feedback.
All reactions