Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

压缩速度很慢 #380

Open
booldplx opened this issue May 21, 2019 · 2 comments
Open

压缩速度很慢 #380

booldplx opened this issue May 21, 2019 · 2 comments

Comments

@booldplx
Copy link

马哥 一加3T手机 骁龙821CPU (64位) 这个CPU目前应该还超过市面上60%手机 使用全屏录制20s的视频
压缩时间得15秒左右 ,我这样配置没有错误吧

MediaRecorderConfig config = new MediaRecorderConfig.Buidler()
.fullScreen(true)
.smallVideoWidth(720)
.smallVideoHeight(720)
.recordTimeMax(20000)
.recordTimeMin(3000)
.maxFrameRate(20)
.videoBitrate(1000000)
.captureThumbnailsTime(1)
.build();

@lisa-bear
Copy link

我想问问,视频压缩慢的问题解决了吗

@booldplx
Copy link
Author

没有

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants