alex
alex
@russelltg Hi. See `avio.go` and there is a test in format_test.go `TestAVIOContext` and custom reader implementation `customReader`. Probably it helps.
Yes. New api is unfinished for now. I have pushed last changes, so it should build, but most of examples and tests won't work.
The video-to-jpeg-p.go example does some extra work, such as colorspace conversion (because of jpeg2000 codec) of every frame, while your bash example doesn't and uses simple mjpeg with very low...