Anonymous
Anonymous
Oh, there is no auto analysis of the audio, but it is easy to manually set the peer.
可否提供一下具体代码
have detailed error message? please take a screenshot
Oh, this problem may not be easy to solve
You can try, vcodec png can create transparent video ```javascript cacheFormat: 'png', outputOptions: ['vcodec', 'png'], ```
先使用中文path
好主意 可以提交一个pr
Oh, what is your purpose? Convert animation to png?
Oh, this question is difficult. Because the screenshot requires the following code ``` final recorder = ui.PictureRecorder(); final canvas = Canvas(recorder, canvasRect); ... final picture = recorder.endRecording(); ``` But the...