|
@@ -407,10 +407,8 @@ Component({
|
|
|
success () { }
|
|
|
})
|
|
|
this.scene.share.recordStart({
|
|
|
- fps: this.data.recordFPS,
|
|
|
- videoBitsPerSecond: this.data.recordBPS,
|
|
|
- width: this.data.recordWidth,
|
|
|
- height: this.data.recordHeight
|
|
|
+ fps: 15,
|
|
|
+ videoBitsPerSecond: 10000,
|
|
|
});
|
|
|
},
|
|
|
recordEnd() {
|
|
@@ -419,10 +417,8 @@ Component({
|
|
|
|
|
|
|
|
|
const tempFilePath = this.scene.share.recordFinishToAlbum({
|
|
|
- fps: this.data.recordFPS,
|
|
|
- videoBitsPerSecond: this.data.recordBPS,
|
|
|
- width: this.data.sceneWidth,
|
|
|
- height: this.data.sceneHight
|
|
|
+ fps: 15,
|
|
|
+ videoBitsPerSecond: 10000,
|
|
|
});
|
|
|
wx.shareVideoMessage({
|
|
|
videoPath: tempFilePath,
|