Skip to content

theaaf/prores-go

Repository files navigation

prores-go

This is a lightweight decoder written entirely in Go. Furthermore, it has no significant third-party dependencies.

Using the library is as simple as passing in frame bytes to the DecodeFrame function:

func DecodeFrame(r io.ReaderAt, size int64) (image.Image, error)

About

ProRes decoding library written in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages