Open vade opened 9 months ago
I wonder also, if this technique for adding new codec support to AVFoundation could work? https://github.com/Vidvox/hap-in-avfoundation
Hey hey! I did a small amount of work on the hap stuff with Tom and Vidvox on that. They are good friends. Im not sure if the implementation there is 'the way to go' these days.
id be curious what @bangnoise says - ill ping Tom who was the primary architect on HAP
Hi hi - long time since I've done anything like this with AVFoundation, not sure I have much to contribute on what works these days - sorry!
OTIO supports both ImageSequenceReference and regular ExternalReference which points to a still image (e.g.
target_url = "...whatever/something.png"
)Here are some workarounds for reading these into AVFoundation are explained here: https://img.ly/blog/how-to-make-videos-from-still-images-with-avfoundation-and-swift/