jmisb
jmisb copied to clipboard
Step through an input file
API should provide the ability to synchronously step though an input file and get decoded frames/metadata. Initially implement forward direction only.
I also have interest in the ability to do frame-precise seeking forward & backward, perhaps by caching I-frame locations, then wrapping the ffmpeg av_seek_frame API.