屏幕录制的是不是跟屏幕刷新率有关?
我实际录制了10秒,显示7秒!
async recordStart() {
await this.scene.share.recordStart({
fps: 30,
gop: 6,
videoBitsPerSecond: 3000,
width: this.data.sceneWidth,
height: this.data.sceneHeight
});
// this.triggerEvent('recordScreenRead');
console.log('开始录制', Date.now());
},
苹果15 pro max 录10秒 结果保存下来的视频 有 15秒
类似 慢动作了