OpenTimelineIO / OpenTimelineIO-AVFoundation

Conversion and Compatibility between OpenTimelineIO objects and their CoreMedia and AVFoundation counterparts
Apache License 2.0
23 stars 2 forks source link

Support for Image Sequences #9

Open vade opened 9 months ago

jminor commented 8 months ago

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/

jminor commented 8 months ago

I wonder also, if this technique for adding new codec support to AVFoundation could work? https://github.com/Vidvox/hap-in-avfoundation

vade commented 8 months ago

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

bangnoise commented 8 months ago

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!