3d0c / gmf

Go Media Framework
MIT License
891 stars 170 forks source link

image stream to video #110

Closed yinjun622 closed 5 years ago

yinjun622 commented 5 years ago

how can I use image stream([]byte) convert to video?

I saw the example of 'images-to-video.go', but it reads image files, can I use image []byte to do it?

yinjun622 commented 5 years ago

I used 'customReader' to do that