Skip to content

ProRes decoding library written in Go

License

Notifications You must be signed in to change notification settings

alliance-archive/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

  • Go 100.0%