How to create a video from an array of images in Android?

后端 未结 9 889
时光说笑
时光说笑 2020-12-04 10:32

I want to call a function and build a video out of list of images, and then save it locally on the device:

public void CreateAndSaveVideoFile(List

        
9条回答
  •  既然无缘
    2020-12-04 11:34

    I created a project that should be able to handle this. The code is light and fairly straight forward.

    https://github.com/dburckh/bitmap2video

提交回复
热议问题