MasayukiSuda / GPUVideo-android

This library apply video filter on generate an Mp4 and on ExoPlayer video and Video Recording with Camera2.
MIT License
657 stars 178 forks source link

Video file not ready #23

Closed Link184 closed 5 years ago

Link184 commented 5 years ago

CameraRecodListener.onRecordComplete() is called before the video file is prepared by native codecs logic. As result the file is broken when we try to use it exactly after onRecordComplete() #24

MasayukiSuda commented 5 years ago

thanks great pull request !!