つるアプリのビデオ録画に似たモジュールを構築しました。しかし、ビデオのサイズを 480x480 px にすることはできません。それを行う方法はありますか。ありがとう
2 に答える
0
The video capture resolution for android are limited to the native resolutions supported by the camera.
You can try using a 3rd party library for video post processing. So you can crop or re-scale the video captured by the camera.
I am using this one
android-gpuimage-videorecording
and it works quite well.
于 2017-08-02T16:05:25.597 に答える