pyaaf2 icon indicating copy to clipboard operation
pyaaf2 copied to clipboard

Read and write Advanced Authoring Format (AAF) files

Results 35 pyaaf2 issues
Sort by recently updated
recently updated
newest added

Hi, Trying to do a destructive change of MXF files, just metadata. Parsing the MXF works fine, but since pyaaf2 does not do changing, I need to do so myself....

I have some aaf files containing references to pcm audio of Length 0 but they are missing the Length entry in the pcm audio descriptor altogether. I have added a...

Hello, I am exporting video essence from SourceMobs. Everything works fine exception for a little detail. The startTime between the SourceMob and the SourceClip is different, therefore their length is...

Hi! Thanks for an amazing module. I have been trying to add Spanned Markers into an AAF file using your module. Have been able to make non-spanned markers by combining...

In the original pyaaf, there was a saving option to go to xml (as shown in the example below from (https://github.com/markreidvfx/pyaaf/issues/6). Is this no longer available in this version? aafFile...

enhancement
help wanted

Hi guys, having this error when parsing AAF: Traceback (most recent call last): File "aaf_test.py", line 9, in with aaf2.open(sys.argv[1], 'r') as f: File "/Volumes/dl-tests/lucid/bl-pulls/aaf_test/pyaaf2/aaf2/file.py", line 200, in __init__ self.metadict.read_properties()...

Hello, I am exporting the AAF using WAV files, but it is exporting in stereo, i want it in mono, below is my code. ```python import aaf2 import subprocess import...

I followed iluvcapra's excellent [pro tools aaf example](https://github.com/iluvcapra/pyaaf2/blob/aaf_pro_tools_example/examples/aaf_pro_tools.py) and managed to encode files with linked essence, however embedded essence seems more difficult. Upon importing, ProTools throws "Assertion in "..\..\FF\Audio\FF_AudioFile.cpp", line...