vade / FFMPEGMediaExtension

Use macOS Sequia's new Media Extensions to allow playback of FFMPEG supported media via AVFoundation
30 stars 0 forks source link

Determine Sync metadata for samples from libavformat / libavcodec without decoding #2

Open vade opened 1 month ago

vade commented 1 month ago

It seems like our Media Format Extension is super close, but we need to understand how to provide the MESampleCursor implementation with some metadata about key frame, sync and dependencies

vade commented 1 month ago

We may also need to implement all of the cursor delivery methods too - eep

See MESampleCursors Obj-C header for inline docs