You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to try and read the retime information and speed information on an AAF with some 6 clips on the timeline [AAF is called test.aaf] this is my code, taken from the retime example:
[<aaf.component.Timecode at 0x10e77a408>, <aaf.component.Pulldown at 0x10e77a380>, <aaf.component.Timecode at 0x10e77a490>, <aaf.component.Timecode at 0x10e77a518>, <aaf.component.Pulldown at 0x10e77a5a0>, <aaf.component.Pulldown at 0x10e77a628>, <aaf.component.Pulldown at 0x10e77a6b0>, <aaf.component.EdgeCode at 0x10e77a738>, <aaf.component.Sequence at 0x10e77a7c0>, <aaf.component.Sequence at 0x10e77a848>, <aaf.component.Sequence at 0x10e77a958>, <aaf.component.Pulldown at 0x10e77a8d0>]
Traceback (most recent call last):
File "/Users/shaunansari/Desktop/pyaaf_test 2", line 23, in <module>
op_group = seqs[0].components()[0]
AttributeError: 'aaf.component.Timecode' object has no attribute 'components'
[Finished in 0.4s with exit code 1]
not sure what im doing wrong, super new to this and very excited to start pulling and reading AAF's !
would love some help here trying to decant the speed and retime information from an AAF along with eventually scaling and transform information too.
The text was updated successfully, but these errors were encountered:
Sorry for the late reply, the sequence containing the operationGroup with the retime in your case looks like it's not at seqs[0]. Looks like its might be index 8,9,10 or 11. One of those
<aaf.component.Sequence> objects should hopefully contain the operationGroup your looking for.
On Oct 23, 2018, at 12:45 PM, Mark Reid ***@***.***> wrote:
Sorry for the late reply, the sequence containing the operationGroup with the retime in your case looks like it's not at seqs[0]. Looks like its might be index 8,9,10 or 11. One of those
<aaf.component.Sequence> objects should hopefully contain the operationGroup your looking for.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Hello!
Trying to try and read the retime information and speed information on an AAF with some 6 clips on the timeline [AAF is called test.aaf] this is my code, taken from the retime example:
but all i get is
not sure what im doing wrong, super new to this and very excited to start pulling and reading AAF's !
would love some help here trying to decant the speed and retime information from an AAF along with eventually scaling and transform information too.
The text was updated successfully, but these errors were encountered: