We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
马哥 一加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();
The text was updated successfully, but these errors were encountered:
我想问问,视频压缩慢的问题解决了吗
Sorry, something went wrong.
没有
No branches or pull requests
马哥 一加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();
The text was updated successfully, but these errors were encountered: