Anton Marini
Anton Marini
## Feature Request New feature expose some of the timecode conversion functions available in Python and C++ ie `is_valid_timecode_rate` `to_timecode` and the static lists of `dropframe_timecode_rates` `smpte_timecode_rates` `valid_timecode_rates` ## Description...
Fix #50
Fix typo **Link the Issue(s) this Pull Request is related to.** Fixes #50 Each PR should link at least one issue, in the form: Use one line for each Issue....
In Track.swift, the track kind is defined as ``` public enum Kind : String { case video = "Video" case audion = "Audio" } ``` Should be ``` public enum...
Working on an AVFoundation interoperability implementation of OTIO and noticing that Media Reference does not expose its bounds in any way. While not strictly necessary, its helpful to have access...
Hey I wanted to more formally discuss compositing / blending this now that I've got some handles on Lygia. - Ive got a branch that introduces Porter Duff compositing operators...
Hi Im new to Soto and the ecosystem, so bear with me if I get this wrong! Since Soto 7 dropped NIO and is using structured concurrency features of Swift,...
**Link the Issue(s) this Pull Request is related to.** ```Fixes #51 ``` **Summarize your change.** I wanted to open a discussion on the 'right' way of exposing in a cross...
So while we have our first frame, this only works right now for I frame codecs - ie we aren't properly supporting other frame types just yet. Playback appears to...
From what I can tell, we also need to actually implement some metadata reporting ``` > objcWrapperPluginFormatReader_CopyProperty signalled err=-12784 (kCMBaseObjectError_PropertyNotFound) (can not find metatdata info) at ExtensionFormatReaderWrapper.m:535 > -[AVFigAssetInspectorLoader loadValuesAsynchronouslyForKeys:keysForCollectionKeys:completionHandler:]:...
I've been sort of YOLO'ing it - should pay a bit more attention here. - [ ] `av_packet_ref` - [ ] `av_packet_unref`