go-imageio Golang wraps for image IO read and write. Usages mp4 := NewMp4("test.mp4", &Options{}) for i := 0; i < 100; i++ { err := mp4.WriteImage("camera.png") if err != nil { log.Printf(err) } } Reference ffmpeg imaging LICENSE Under LICENSE MIT