Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一张照片,想给它添加动画,比如旋转360度,持续时间是5秒,我用GLSurfaceView在屏幕上播放,现在我需要将它导出为mp4,怎么做?
操作系统:Android 和 OpenGL ES 2.0
您需要渲染到纹理的每一帧,然后获取一个位图并添加到视频中。