Giter Site home page Giter Site logo

Comments (5)

markreidvfx avatar markreidvfx commented on September 21, 2024

there are probably a couple ways to do it depending on your workflow.

if you know the locations of the mxf files you can use link to external mxf like this

import aaf2
with aaf2.open(out_file, 'w') as f:
    path = "/path/to/file.mxf"
    mobs =  f.content.link_external_mxf(path)

you could also modify a aaf exported from avid already containing the the clips need.

from pyaaf2.

kevinparkbss avatar kevinparkbss commented on September 21, 2024

thanks mark!
If we implement a workflow that creates individual shot aaf's, would it be possible to generate a sequence level aaf that references those individual shot aaf's so they link up in the avid? Perhaps by referencing MobID's? Instead of using mxf paths, modifying an existing aaf, or importing dnxhd essence? Thanks!

from pyaaf2.

markreidvfx avatar markreidvfx commented on September 21, 2024

Using the same MobIDs would source the same media and avid should link to the right media without a path. But I don't know if avid will use the same MasterMobs especially if the clips are in another bin from the one your importing into. You'd have to test, if a AAF exported for avid can do what your describing then it should be able to do with pyaaf.
.

from pyaaf2.

kevinparkbss avatar kevinparkbss commented on September 21, 2024

When I compare importing a single clip aaf into the avid and export out a sequence aaf of that clip from the avid, I think they are sharing the same mastermobs, or at least passing them through but that's not enough to create essence data in the pyaaf2 generated aaf, which the Avid needs to figure out the track make up of the master clip. I'll keep plugging away. The external mxf path would be a fine way to work but the issue is that our nexis storage for the avid isn't connected directly to our network. Thanks!

from pyaaf2.

kevinparkbss avatar kevinparkbss commented on September 21, 2024

Perhaps I can ama link previously imported quicktimes in the aaf generator? It would come in offline but a simple relink based on clip or tape name inside the avid would bring them online, I'm presuming. I would have to look into ama linking clips in an aaf since I've never done that before but in theory this should work right?

from pyaaf2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.