Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Avid Media Composer EDL without EDL Manager

  • EDL without EDL Manager

    Posted by Marissa Gouverne on January 12, 2017 at 7:31 pm

    Hey all!

    I’m working on Avid v7.0.6 and I’m trying to get an EDL out of my very complex timeline. I can’t get EDL Manager to spit out all video tracks, but even after I flattened those I get an EDL that’s riddled with errors. I have about ten audio tracks, which I can’t really flatten. There’s got to be a better way out there.

    Also worth mentioning that this is a documentary and we’re making an EDL mid-project in order to count up the in/outs of all of our archival footage and sound cues for licensing. It has to be fairly accurate or else we’re going to have a lot of trouble. Any ideas?

    Thanks!
    Marissa Gouverne

    Marissa Gouverne replied 9 years, 3 months ago 5 Members · 6 Replies
  • 6 Replies
  • Michael Phillips

    January 12, 2017 at 7:34 pm

    Marissa –

    Contact me at michael[at]24p[dot]com

    Michael

  • Santiago Escudero

    January 15, 2017 at 4:41 pm

    Why you don’t try with an XML file? or even an AAF, just link media. XML is now a standar, and I’m sure it have the same information than a EDL.

  • Michael Phillips

    January 15, 2017 at 6:17 pm

    The challenge is getting a file format that can be easily parsed for reporting on different needs like stock footage, music queues and such as mentioned by the OP. Media Composer does not have an official XML that is maintained, but there is one available via Avid FilmScribe. But with an XML, a parser is still needed to put it into a more usable format like Excel.

    An EDL can be generated for each of the tracks if well organized, and Excel can take in an EDL using spaces as a separator as long as other metadata doesn’t have spaces in it or each will be in its own column which may still be fine, but then you still need to create a formula for adding up etc.

    AAF is a binary format that is not man-readable without a lot of engineering. Even going through the steps of using AAAF Dumper results in an overload of information that will take forever to go through if you don’t understand the AAF structure. For example, the below is an AAF output of a single title. That’s it, just one title, nothing else on the timeline. And you can see what I am referring to when parsing AAF:

    AAF DLL path name: C:\AAF DUMPER\AAFCOAPI.dll
    AAF DLL version : 1.1.6 (6995)
    Dump of file: C:\AAF DUMPER\Single title.aaf

    ################## Summary Information #################

    File has 6 mobs
    File has 0 EssenceData objects

    ######################## Header ########################

    ByteOrder: 18761
    LastModified: Nov 11, 2015 18:50:32.00 GMT
    Version: { 1, 1 }
    IdentificationList: Strong Object Reference Array [1] of Identification

    kAAFTypeID_IdentificationStrongReferenceVector [0]:

    [ Identification ]
    CompanyName: “Avid Technology, Inc.”
    ProductName: “Avid Media Composer 8.5b39345”
    ProductVersion: { 8, 5, 0, 0, VersionBeta }
    ProductVersionString: “Unknown version”
    ProductID: { d0b7c06e-cd3d-4ad7-acfb-f03a4f42a231 }
    Date: Nov 11, 2015 18:50:32.00 GMT
    ToolkitVersion: { 1, 1, 6, 8830, VersionUnknown }
    Platform: “AAFSDK (Win64)”
    GenerationAUID: { 9fe593d1-fac3-4274-8941-653cf3980720 }

    ObjectModelVersion: 1

    ######################## Mobs ########################

    [ MasterMob ]
    MobID: 060a2b340101010101010f00-13-000000-{ 56438db7-700d-1a91-060e-2b347f7f2a80 }
    Name: “title”
    Slots: Strong Object Reference Array [2] of MobSlot

    kAAFTypeID_MobSlotStrongReferenceVector [0]:

    [ TimelineMobSlot ]
    SlotID: 1
    SlotName: “”
    Segment:
    [ EssenceGroup ]
    DataDefinition: Picture
    Length: 2877
    Choices: Strong Object Reference Array [1] of SourceReference

    kAAFTypeID_SourceReferenceStrongReferenceVector [0]:

    [ SourceClip ]
    DataDefinition: Picture
    Length: 2877
    SourceID: 060a2b340101010101010f00-13-000000-{ 56438db7-700e-1a91-060e-2b347f7f2a80 }
    SourceMobSlotID: 1
    StartTime: 0

    EssenceGroupType: 1

    PhysicalTrackNumber: 1
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [1]:

    [ TimelineMobSlot ]
    SlotID: 2
    SlotName: “”
    Segment:
    [ EssenceGroup ]
    DataDefinition: Picture
    Length: 2877
    Choices: Strong Object Reference Array [2] of SourceReference

    kAAFTypeID_SourceReferenceStrongReferenceVector [0]:

    [ SourceClip ]
    DataDefinition: Picture
    Length: 2877
    SourceID: 060a2b340101010101010f00-13-000000-{ 56438db8-721f-1a91-060e-2b347f7f2a80 }
    SourceMobSlotID: 1
    StartTime: 0

    kAAFTypeID_SourceReferenceStrongReferenceVector [1]:

    [ SourceClip ]
    DataDefinition: Picture
    Length: 2877
    SourceID: 060a2b340101010101010f00-13-000000-{ 56438db8-7309-1a91-060e-2b347f7f2a80 }
    SourceMobSlotID: 1
    StartTime: 0

    EssenceGroupType: 1

    PhysicalTrackNumber: 2
    EditRate: { 24000/1001 }
    Origin: 0

    LastModified: Nov 11, 2015 18:49:28.00 GMT
    CreationTime: Nov 11, 2015 18:49:27.00 GMT
    UsageCode: Usage_LowerLevel
    ConvertFrameRate: False
    MobAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_IMPORTSETTING”
    Value: (indirect type: aafString) “__AttributeList”
    TaggedValueAttributeList: Strong Object Reference Array [11] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_DOMINANCE”
    Value: (indirect type: aafInt32) 1

    kAAFTypeID_TaggedValueStrongReferenceVector [1]:

    [ TaggedValue ]
    Name: “_IMPORTPICTSEQ”
    Value: (indirect type: aafInt32) 1

    kAAFTypeID_TaggedValueStrongReferenceVector [2]:

    [ TaggedValue ]
    Name: “_IGNOREALPHA”
    Value: (indirect type: aafInt32) 0

    kAAFTypeID_TaggedValueStrongReferenceVector [3]:

    [ TaggedValue ]
    Name: “_INVERTALPHA”
    Value: (indirect type: aafInt32) 1

    kAAFTypeID_TaggedValueStrongReferenceVector [4]:

    [ TaggedValue ]
    Name: “_ASPECT”
    Value: (indirect type: aafInt32) 2

    kAAFTypeID_TaggedValueStrongReferenceVector [5]:

    [ TaggedValue ]
    Name: “_IMPORTASPECT”
    Value: (indirect type: aafInt32) 2

    kAAFTypeID_TaggedValueStrongReferenceVector [6]:

    [ TaggedValue ]
    Name: “_COLORLEVEL”
    Value: (indirect type: aafInt32) 2

    kAAFTypeID_TaggedValueStrongReferenceVector [7]:

    [ TaggedValue ]
    Name: “_FORMAT”
    Value: (indirect type: aafInt32) 2

    kAAFTypeID_TaggedValueStrongReferenceVector [8]:

    [ TaggedValue ]
    Name: “_SRCFILE”
    Value: (indirect type: aafString) “__PortableObject”
    PortableObject:
    [ NetworkLocator ]
    URLString: “file:///C%3A/Users/Public/Documents/Shared%20Avid%20Projects/title-1a915f9d.PICT”

    PortableObjectClassID: 1464421958

    kAAFTypeID_TaggedValueStrongReferenceVector [9]:

    [ TaggedValue ]
    Name: “_ATN_IMPORT_AUD_BWF_MONO_GROUP”
    Value: (indirect type: aafInt32) 1

    kAAFTypeID_TaggedValueStrongReferenceVector [a]:

    [ TaggedValue ]
    Name: “_LAYERED”
    Value: (indirect type: aafInt32) 0

    AppCode: 1
    ————————————————
    [ SourceMob ]
    MobID: 060a2b340101010101010f00-13-000000-{ 56438db7-700e-1a91-060e-2b347f7f2a80 }
    Name: “title.PHYS”
    Slots: Strong Object Reference Array [1] of MobSlot

    kAAFTypeID_MobSlotStrongReferenceVector [0]:

    [ TimelineMobSlot ]
    SlotID: 1
    SlotName: “”
    Segment:
    [ SourceClip ]
    DataDefinition: Picture
    Length: 2877
    SourceID: 060a2b340101010101010f00-13-000000-{ 56438db7-700f-1a91-060e-2b347f7f2a80 }
    SourceMobSlotID: 1
    StartTime: 0

    PhysicalTrackNumber: 1
    EditRate: { 24000/1001 }
    Origin: 0

    LastModified: Nov 11, 2015 18:49:27.00 GMT
    CreationTime: Nov 11, 2015 18:49:27.00 GMT
    EssenceDescription:
    [ CDCIDescriptor ]
    Locator: Strong Object Reference Array [1] of Locator

    kAAFTypeID_LocatorStrongReferenceVector [0]:

    [ NetworkLocator ]
    URLString: “file:///C%3A/Avid%20MediaFiles/MXF/1/title1447267767V056438DB7.mxf”

    SampleRate: { 24000/1001 }
    Length: 1
    ContainerFormat: MXF
    Compression: { 0e040201-0204-0100-060e-2b3404010101 }
    StoredHeight: 1080
    StoredWidth: 1920
    SampledHeight: 1080
    SampledWidth: 1920
    SampledXOffset: 0
    SampledYOffset: 0
    DisplayHeight: 1080
    DisplayWidth: 1920
    DisplayXOffset: 0
    DisplayYOffset: 0
    FrameLayout: FullFrame
    VideoLineMap:
    [0]: 42 0

    ImageAspectRatio: { 16/9 }
    TransferCharacteristic: TransferCharacteristic_ITU709
    ImageAlignmentFactor: 8192
    ColorPrimaries: ColorPrimaries_ITU709
    CodingEquations: CodingEquations_ITU709
    ComponentWidth: 8
    HorizontalSubsampling: 2
    ColorSiting: Rec601
    BlackReferenceLevel: 16
    WhiteReferenceLevel: 235
    ColorRange: 225
    VerticalSubsampling: 1
    OffsetToFrameIndexes64: 655591
    SourceBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    EssenceBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    ValidBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    DataOffset: 393216
    FrameIndexByteOrder: 18761
    FrameSampleSize: 606208
    ImageSize: 606208
    ResolutionID: 1237

    ————————————————
    [ SourceMob ]
    MobID: 060a2b340101010101010f00-13-000000-{ 56438db7-700f-1a91-060e-2b347f7f2a80 }
    Name: “title”
    Slots: Strong Object Reference Array [3] of MobSlot

    kAAFTypeID_MobSlotStrongReferenceVector [0]:

    [ TimelineMobSlot ]
    SlotID: 1
    SlotName: “”
    Segment:
    [ SourceClip ]
    DataDefinition: Picture
    Length: 2877
    SourceID: 000000000000000000000000-00-000000-{ 00000000-0000-0000-0000-000000000000 }
    SourceMobSlotID: 0
    StartTime: 0

    PhysicalTrackNumber: 1
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [1]:

    [ TimelineMobSlot ]
    SlotID: 2
    SlotName: “”
    Segment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 2877
    Start: 86400
    FPS: 24
    Drop: False

    PhysicalTrackNumber: 1
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [2]:

    [ TimelineMobSlot ]
    SlotID: 3
    SlotName: “”
    Segment:
    [ SourceClip ]
    DataDefinition: Picture
    Length: 2877
    SourceID: 000000000000000000000000-00-000000-{ 00000000-0000-0000-0000-000000000000 }
    SourceMobSlotID: 0
    StartTime: 0

    PhysicalTrackNumber: 2
    EditRate: { 24000/1001 }
    Origin: 0

    LastModified: Nov 11, 2015 18:49:28.00 GMT
    CreationTime: Nov 11, 2015 18:49:27.00 GMT
    EssenceDescription:
    [ ImportDescriptor ]
    Locator: Strong Object Reference Array [1] of Locator

    kAAFTypeID_LocatorStrongReferenceVector [0]:

    [ NetworkLocator ]
    URLString: “file:///C%3A/Users/Public/Documents/Shared%20Avid%20Projects/title-1a915f9d.PICT”

    MobAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_PJ”
    Value: (indirect type: aafString) “Missing William”

    ————————————————
    [ SourceMob ]
    MobID: 060a2b340101010101010f00-13-000000-{ 56438db8-7309-1a91-060e-2b347f7f2a80 }
    Name: “title.PHYS”
    Slots: Strong Object Reference Array [1] of MobSlot

    kAAFTypeID_MobSlotStrongReferenceVector [0]:

    [ TimelineMobSlot ]
    SlotID: 1
    SlotName: “”
    Segment:
    [ SourceClip ]
    DataDefinition: Picture
    Length: 2877
    SourceID: 060a2b340101010101010f00-13-000000-{ 56438db7-700f-1a91-060e-2b347f7f2a80 }
    SourceMobSlotID: 3
    StartTime: 0

    PhysicalTrackNumber: 2
    EditRate: { 24000/1001 }
    Origin: 0

    LastModified: Nov 11, 2015 18:49:28.00 GMT
    CreationTime: Nov 11, 2015 18:49:28.00 GMT
    EssenceDescription:
    [ RGBADescriptor ]
    Locator: Strong Object Reference Array [1] of Locator

    kAAFTypeID_LocatorStrongReferenceVector [0]:

    [ NetworkLocator ]
    URLString: “file:///C%3A/Avid%20MediaFiles/MXF/1/title144726776856438DB8.1.mxf”

    SampleRate: { 24000/1001 }
    Length: 1
    ContainerFormat: MXF
    StoredHeight: 1080
    StoredWidth: 1920
    SampledHeight: 1080
    SampledWidth: 1920
    SampledXOffset: 0
    SampledYOffset: 0
    DisplayHeight: 1080
    DisplayWidth: 1920
    DisplayXOffset: 0
    DisplayYOffset: 0
    FrameLayout: FullFrame
    VideoLineMap:
    [0]: 42 0

    ImageAspectRatio: { 16/9 }
    TransferCharacteristic: TransferCharacteristic_ITU709
    ImageAlignmentFactor: 8192
    ColorPrimaries: ColorPrimaries_ITU709
    CodingEquations: CodingEquations_ITU709
    PixelLayout:
    aafRGBALayout[0]: { CompAlpha, 8 } { CompNull, 0 } { CompNone, 0 } { CompNone, 0 } { CompNone, 0 } { CompNone, 0 } { CompNone, 0 } { CompNone, 0 }

    ComponentMaxRef: 235
    ComponentMinRef: 16
    OffsetToFrameIndexes: 2097383
    SourceBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    EssenceBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    ValidBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    DataOffset: 393216
    FrameIndexByteOrder: 18761
    FrameSampleSize: 2080768
    ImageSize: 2080768

    ————————————————
    [ SourceMob ]
    MobID: 060a2b340101010101010f00-13-000000-{ 56438db8-721f-1a91-060e-2b347f7f2a80 }
    Name: “title.PHYS”
    Slots: Strong Object Reference Array [1] of MobSlot

    kAAFTypeID_MobSlotStrongReferenceVector [0]:

    [ TimelineMobSlot ]
    SlotID: 1
    SlotName: “”
    Segment:
    [ SourceClip ]
    DataDefinition: Picture
    Length: 2877
    SourceID: 060a2b340101010101010f00-13-000000-{ 56438db7-700f-1a91-060e-2b347f7f2a80 }
    SourceMobSlotID: 3
    StartTime: 0

    PhysicalTrackNumber: 2
    EditRate: { 24000/1001 }
    Origin: 0

    LastModified: Nov 11, 2015 18:49:28.00 GMT
    CreationTime: Nov 11, 2015 18:49:28.00 GMT
    EssenceDescription:
    [ CDCIDescriptor ]
    Locator: Strong Object Reference Array [1] of Locator

    kAAFTypeID_LocatorStrongReferenceVector [0]:

    [ NetworkLocator ]
    URLString: “file:///C%3A/Avid%20MediaFiles/MXF/1/title1447267768V056438DB8.mxf”

    SampleRate: { 24000/1001 }
    Length: 1
    ContainerFormat: MXF
    Compression: { 0e040201-0204-0100-060e-2b3404010101 }
    StoredHeight: 1080
    StoredWidth: 1920
    SampledHeight: 1080
    SampledWidth: 1920
    SampledXOffset: 0
    SampledYOffset: 0
    DisplayHeight: 1080
    DisplayWidth: 1920
    DisplayXOffset: 0
    DisplayYOffset: 0
    FrameLayout: FullFrame
    VideoLineMap:
    [0]: 42 0

    ImageAspectRatio: { 16/9 }
    TransferCharacteristic: TransferCharacteristic_ITU709
    ImageAlignmentFactor: 8192
    ColorPrimaries: ColorPrimaries_ITU709
    CodingEquations: CodingEquations_ITU709
    ComponentWidth: 8
    HorizontalSubsampling: 2
    ColorSiting: Rec601
    BlackReferenceLevel: 16
    WhiteReferenceLevel: 235
    ColorRange: 225
    VerticalSubsampling: 1
    OffsetToFrameIndexes64: 655591
    SourceBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    EssenceBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    ValidBox: { { -800/1 }, { -450/1 }, { 1600/1 }, { 900/1 } }
    DataOffset: 393216
    FrameIndexByteOrder: 18761
    FrameSampleSize: 606208
    ImageSize: 606208
    ResolutionID: 1237

    ————————————————
    [ CompositionMob ]
    MobID: 060a2b340101010101010f00-13-000000-{ 56438df7-6bf7-1a92-060e-2b347f7f2a80 }
    Name: “Single title.Exported.01”
    Slots: Strong Object Reference Array [11] of MobSlot

    kAAFTypeID_MobSlotStrongReferenceVector [0]:

    [ TimelineMobSlot ]
    SlotID: 1
    SlotName: “”
    Segment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 49
    Start: 86400
    FPS: 24
    Drop: False

    PhysicalTrackNumber: 1
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [1]:

    [ TimelineMobSlot ]
    SlotID: 2
    SlotName: “”
    Segment:
    [ Pulldown ]
    DataDefinition: Timecode
    Length: 49
    InputSegment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 51
    Start: 90000
    FPS: 25
    Drop: False

    PulldownKind: PALPD
    PulldownDirection: TapeToFilmSpeed
    PhaseFrame: 0
    ComponentAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_ATN_CAPTURE_MASK_LENGTH”
    Value: (indirect type: aafInt32) 25

    PhysicalTrackNumber: 3
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [2]:

    [ TimelineMobSlot ]
    SlotID: 3
    SlotName: “”
    Segment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 49
    Start: 86400
    FPS: 24
    Drop: False

    PhysicalTrackNumber: 2
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [3]:

    [ TimelineMobSlot ]
    SlotID: 4
    SlotName: “”
    Segment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 49
    Start: 90000
    FPS: 25
    Drop: False

    PhysicalTrackNumber: 4
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [4]:

    [ TimelineMobSlot ]
    SlotID: 5
    SlotName: “”
    Segment:
    [ Pulldown ]
    DataDefinition: Timecode
    Length: 49
    InputSegment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 61
    Start: 107892
    FPS: 30
    Drop: True

    PulldownKind: TwoThreePD
    PulldownDirection: TapeToFilmSpeed
    PhaseFrame: 0
    ComponentAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_ATN_CAPTURE_MASK_LENGTH”
    Value: (indirect type: aafInt32) 5

    PhysicalTrackNumber: 5
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [5]:

    [ TimelineMobSlot ]
    SlotID: 6
    SlotName: “”
    Segment:
    [ Pulldown ]
    DataDefinition: Timecode
    Length: 49
    InputSegment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 61
    Start: 108000
    FPS: 30
    Drop: False

    PulldownKind: TwoThreePD
    PulldownDirection: TapeToFilmSpeed
    PhaseFrame: 0
    ComponentAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_ATN_CAPTURE_MASK_LENGTH”
    Value: (indirect type: aafInt32) 5

    PhysicalTrackNumber: 6
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [6]:

    [ TimelineMobSlot ]
    SlotID: 7
    SlotName: “”
    Segment:
    [ Pulldown ]
    DataDefinition: Timecode
    Length: 49
    InputSegment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 49
    Start: 108000
    FPS: 30
    Drop: False

    PulldownKind: OneToOneNTSC
    PulldownDirection: TapeToFilmSpeed
    PhaseFrame: 0
    ComponentAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_ATN_CAPTURE_MASK_LENGTH”
    Value: (indirect type: aafInt32) 1

    PhysicalTrackNumber: 7
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [7]:

    [ TimelineMobSlot ]
    SlotID: 8
    SlotName: “”
    Segment:
    [ EdgeCode ]
    DataDefinition: Edgecode
    Length: 49
    Start: 0
    FilmKind: Ft35MM
    CodeFormat: EtEdgenum4
    Header:
    [0]: 48 48 49 0 32 32 32 32

    AvEdgeType: 1
    AvFilmType: 0

    PhysicalTrackNumber: 1
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [8]:

    [ TimelineMobSlot ]
    SlotID: 9
    SlotName: “”
    Segment:
    [ Pulldown ]
    DataDefinition: Timecode
    Length: 49
    InputSegment:
    [ Timecode ]
    DataDefinition: Timecode
    Length: 122
    Start: 216000
    FPS: 60
    Drop: False

    PulldownKind: TwentyFourToSixtyPD
    PulldownDirection: TapeToFilmSpeed
    PhaseFrame: 0
    ComponentAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_ATN_CAPTURE_MASK_LENGTH”
    Value: (indirect type: aafInt32) 10

    PhysicalTrackNumber: 8
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [9]:

    [ TimelineMobSlot ]
    SlotID: 10
    SlotName: “”
    Segment:
    [ Sequence ]
    DataDefinition: Picture
    Length: 49
    Components: Strong Object Reference Array [1] of Component

    kAAFTypeID_ComponentStrongReferenceVector [0]:

    [ OperationGroup ]
    DataDefinition: Picture
    Length: 49
    Operation: Title_2
    InputSegments: Strong Object Reference Array [3] of Segment

    kAAFTypeID_SegmentStrongReferenceVector [0]:

    [ Sequence ]
    DataDefinition: Picture
    Length: 49
    Components: Strong Object Reference Array [1] of Component

    kAAFTypeID_ComponentStrongReferenceVector [0]:

    [ ScopeReference ]
    DataDefinition: Picture
    Length: 49
    RelativeScope: 1
    RelativeSlot: 1
    Avid Scope: 1

    kAAFTypeID_SegmentStrongReferenceVector [1]:

    [ SourceClip ]
    DataDefinition: Picture
    Length: 49
    SourceID: 060a2b340101010101010f00-13-000000-{ 56438db7-700d-1a91-060e-2b347f7f2a80 }
    SourceMobSlotID: 1
    StartTime: 584
    ComponentAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_IMAGE_BOUNDS_OVERRIDE”
    Value: (indirect type: aafString) “<?xml version=”1.0″ encoding=”UTF-8″ standalone=”no” ?> -800/1 -450/1 1600/1 900/1 -800/1 -450/1 1600/1 900/1 -800/1 -450/1 1600/1 900/1 -800/1 -450/1 1600/1 900/1″

    kAAFTypeID_SegmentStrongReferenceVector [2]:

    [ SourceClip ]
    DataDefinition: Picture
    Length: 49
    SourceID: 060a2b340101010101010f00-13-000000-{ 56438db7-700d-1a91-060e-2b347f7f2a80 }
    SourceMobSlotID: 2
    StartTime: 584
    ComponentAttributeList: Strong Object Reference Array [1] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_IMAGE_BOUNDS_OVERRIDE”
    Value: (indirect type: aafString) “<?xml version=”1.0″ encoding=”UTF-8″ standalone=”no” ?> -800/1 -450/1 1600/1 900/1 -800/1 -450/1 1600/1 900/1 -800/1 -450/1 1600/1 900/1 -800/1 -450/1 1600/1 900/1″

    Parameters: Strong Object Reference Array [10] of Parameter

    kAAFTypeID_ParameterStrongReferenceVector [0]:

    [ ConstantValue ]
    Definition: { a2e74203-8527-4f5a-aa16-4bac4607510f }
    Value: (indirect type: Rational) { 546546547/1000000000 }

    kAAFTypeID_ParameterStrongReferenceVector [1]:

    [ ConstantValue ]
    Definition: { 1fdd2907-e48c-11d3-a078-006094eb75cb }
    Value: (indirect type: AvidBagOfBits)
    [0]: 2 210 0 0 0 0 0 16 0 16 0 17 2 255 12 0
    [10]: 0 0 2 210 0 0 0 0 0 0 0 0 0 16 0 0
    [20]: 0 16 0 0 0 0 0 0 0 1 0 10 0 0 0 0
    [30]: 0 16 0 16 0 161 0 101 0 14 65 86 73 68 0 1
    [40]: 49 32 87 73 78 32 77 67 0 161 0 100 1 88 65

    kAAFTypeID_ParameterStrongReferenceVector [2]:

    [ ConstantValue ]
    Definition: { 4856d427-23ef-4437-bed2-e829977f1561 }
    Value: (indirect type: Rational) { 300800801/500000000 }

    kAAFTypeID_ParameterStrongReferenceVector [3]:

    [ ConstantValue ]
    Definition: { 8d56812b-847e-11d5-935a-50f857c10000 }
    Value: (indirect type: Boolean) True

    kAAFTypeID_ParameterStrongReferenceVector [4]:

    [ ConstantValue ]
    Definition: { 8d56814d-847e-11d5-935a-50f857c10000 }
    Value: (indirect type: Boolean) False

    kAAFTypeID_ParameterStrongReferenceVector [5]:

    [ ConstantValue ]
    Definition: { 8d568153-847e-11d5-935a-50f857c10000 }
    Value: (indirect type: Boolean) False

    kAAFTypeID_ParameterStrongReferenceVector [6]:

    [ ConstantValue ]
    Definition: { c0038672-a8cf-11d3-a05b-006094eb75cb }
    Value: (indirect type: aafUInt16) 18761

    kAAFTypeID_ParameterStrongReferenceVector [7]:

    [ ConstantValue ]
    Definition: { 1f99097e-13b8-4ae8-98fd-c3512850edff }
    Value: (indirect type: Rational) { 103103103/250000000 }

    kAAFTypeID_ParameterStrongReferenceVector [8]:

    [ ConstantValue ]
    Definition: { 93994bd6-a81d-11d3-a05b-006094eb75cb }
    Value: (indirect type: AvidBagOfBits)
    [0]: 69 70 70 50 95 66 76 69 78 68 95 71 82 65 80 72
    [10]: 73 67 0

    kAAFTypeID_ParameterStrongReferenceVector [9]:

    [ ConstantValue ]
    Definition: { 760264de-f952-4525-9d3f-a4397080cb38 }
    Value: (indirect type: Rational) { 19019019/50000000 }

    ComponentAttributeList: Strong Object Reference Array [8] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_BORDER_FIXED”
    Value: (indirect type: aafInt32) 0

    kAAFTypeID_TaggedValueStrongReferenceVector [1]:

    [ TaggedValue ]
    Name: “_USE_DSK”
    Value: (indirect type: aafInt32) 1

    kAAFTypeID_TaggedValueStrongReferenceVector [2]:

    [ TaggedValue ]
    Name: “_ORIG_CROP_ENABLE”
    Value: (indirect type: aafInt32) 1

    kAAFTypeID_TaggedValueStrongReferenceVector [3]:

    [ TaggedValue ]
    Name: “_ORIG_CROP_LEFT”
    Value: (indirect type: aafInt32) 380

    kAAFTypeID_TaggedValueStrongReferenceVector [4]:

    [ TaggedValue ]
    Name: “_ORIG_CROP_TOP”
    Value: (indirect type: aafInt32) 412

    kAAFTypeID_TaggedValueStrongReferenceVector [5]:

    [ TaggedValue ]
    Name: “_ORIG_CROP_RIGHT”
    Value: (indirect type: aafInt32) -398

    kAAFTypeID_TaggedValueStrongReferenceVector [6]:

    [ TaggedValue ]
    Name: “_ORIG_CROP_BOTTOM”
    Value: (indirect type: aafInt32) -453

    kAAFTypeID_TaggedValueStrongReferenceVector [7]:

    [ TaggedValue ]
    Name: “_TITLE_FORMATS”
    Value: (indirect type: aafInt32) 2

    PhysicalTrackNumber: 1
    EditRate: { 24000/1001 }
    Origin: 0

    kAAFTypeID_MobSlotStrongReferenceVector [a]:

    [ TimelineMobSlot ]
    SlotID: 11
    SlotName: “”
    Segment:
    [ Sequence ]
    DataDefinition: SoundMasterTrack
    Length: 49
    Components: Strong Object Reference Array [1] of Component

    kAAFTypeID_ComponentStrongReferenceVector [0]:

    [ Filler ]
    DataDefinition: SoundMasterTrack
    Length: 49

    PhysicalTrackNumber: 1
    EditRate: { 24000/1001 }
    Origin: 0

    LastModified: Nov 11, 2015 18:49:40.00 GMT
    CreationTime: Nov 11, 2015 18:50:31.00 GMT
    UsageCode: Usage_TopLevel
    MobAttributeList: Strong Object Reference Array [7] of TaggedValue

    kAAFTypeID_TaggedValueStrongReferenceVector [0]:

    [ TaggedValue ]
    Name: “_VERSION”
    Value: (indirect type: aafInt32) 2

    kAAFTypeID_TaggedValueStrongReferenceVector [1]:

    [ TaggedValue ]
    Name: “SEQUERNCE_FORMAT_TYPE”
    Value: (indirect type: aafInt32) 9

    kAAFTypeID_TaggedValueStrongReferenceVector [2]:

    [ TaggedValue ]
    Name: “SEQUERNCE_FORMAT_STRING”
    Value: (indirect type: aafString) “HD 1080p/23.976”

    kAAFTypeID_TaggedValueStrongReferenceVector [3]:

    [ TaggedValue ]
    Name: “_IMAGE_BOUNDS_OVERRIDE”
    Value: (indirect type: aafString) “<?xml version=”1.0″ encoding=”UTF-8″ standalone=”no” ?> -800/1 -450/1 1600/1 900/1″

    kAAFTypeID_TaggedValueStrongReferenceVector [4]:

    [ TaggedValue ]
    Name: “PRJ_BOUNDARY_FRAMES”
    Value: (indirect type: aafInt32) 1

    kAAFTypeID_TaggedValueStrongReferenceVector [5]:

    [ TaggedValue ]
    Name: “AudioPluginWindowTrack”
    Value: (indirect type: aafInt32) 32769

    kAAFTypeID_TaggedValueStrongReferenceVector [6]:

    [ TaggedValue ]
    Name: “_USER_POS”
    Value: (indirect type: aafInt32) 0

    ————————————————

    ######################## EssenceData ########################

    End of file: C:\AAF DUMPER\Single title.aaf

  • Richard Sanchez

    January 17, 2017 at 2:11 am

    Can you export more than one EDL? When I do turnovers, I usually export one EDL per video track, and one EDL for every four audio tracks. It’s not fun, but I’ve used this method for picture and sound turnovers. By the same note, you should be able to use this for your archival tracks.

    Richard Sanchez
    Los Angeles, CA

    “We are the facilitators of our own creative evolution.” – Bill Hicks

  • Shane Ross

    January 17, 2017 at 2:32 am

    [Santiago Escudero] “Why you don’t try with an XML file? or even an AAF, just link media. XML is now a standar, and I’m sure it have the same information than a EDL.”

    Avid doesn’t export, nor import, XML. Just FYI

    Shane
    Little Frog Post
    Read my blog, Little Frog in High Def

  • Marissa Gouverne

    January 17, 2017 at 3:50 pm

    Might have to. That’s not what my archival team wants because that can get pretty clunky when they’re trying to order masters (i.e. if the audio of a clip extends past the length of the video), but it’s not looking like there’s a decent alternative while the timeline is kind of a mess and EDL Manager is being this difficult. I’ll work it out today and see if that’ll solve the problem, however.
    Thanks everyone!

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy