Russell August Anderson

Results 5 issues of Russell August Anderson

I could be overlooking something obvious, but when I run this: ``` var data = $http({ method: 'POST', payload: { username: "My Webhook Name", content: "The message to send" },...

https://github.com/Adobe-CEP/Samples/blob/c857e94ca87d5d440946b0c668c778b497e72476/PProPanel/jsx/PPRO/Premiere.jsx#L768 I know it's commented out, but this produces a negative number. If you want duration, `app.project.activeSequence.end` divided by 254016000000 seems to work without the zeroPoint. zeroPoint's ticks appear to...

I've been at this all day and haven't been able to crack it. Has anyone come across a way to take an existing AAF and manipulate the existing content, for...

I'm experimenting with OTIO for AAF roundtrips in Avid and doing some programmatic reordering of clips. Pretty simple stuff, let's say sorting the clips alphabetically. I am running into problems...

bug
help wanted

From a short bit of experimenting, to get this running on python3, this line just needs updating: https://github.com/simonh10/python-edl/blob/a7185fc6b3e9b554fb802cc63853981823125a72/edl/__init__.py#LL567C18-L567C18 ```python if isinstance(input_, collections.Iterable): ``` to ```python if isinstance(input_, collections.abc.Iterable): ```