1.在从Camera2 中拿数据去mediacodec编解码的时候,设置的格式(MediaFormat.createVideoFormat(mime, width, height);)宽高比一定要是手机支持的格式,
具体可以查看StreamConfigurationMa.getOutputSizes(ImageFormat.JPEG);