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.
如何在上传到 iOS 中的 UIIMagePickerController 视频质量等服务器之前降低视频质量?我尝试过 MediaCodec,但它需要很长时间。请帮忙。
如果您希望使用平台的内置功能(并利用设备上的硬件加速),那么您必须使用MediaCodec. 该MediaCodec实现与内置相机应用程序使用的相同,因此框架内不应该存在巨大的性能问题。
MediaCodec