Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在尝试使用 MediaRecorder 和相机录制视频。但是对于我的应用程序,我需要以方形格式录制视频,就像 Instagram 对图片所做的那样,以独立于设备方向。
有什么方法可以自动裁剪和预览方形分辨率(fi 800x800)的视频,还是我必须手动裁剪视频(我在 Android 设备上有 FFMPEG)?
使用 ImageView,我可以设置正方形的高度和宽度(比如 100dip x 100dip)。然后使用android:scaleType="centerCrop"给了我一个被裁剪为正方形的图像,无论纵横比如何。
android:scaleType="centerCrop"