我正在开发一个与 instagram 具有相似功能的应用程序,用于学习目的。我想将视频从画廊上传到我的云。在 iOS 中,Swift 已经提供了一个内置功能,可以根据我的需要(.low、.medium、.high)修复质量。有没有办法在android中实现类似的行为?
我尝试了多种方法,例如 Silicompressor 和 lightCompressor,但它们没有用。
工作流程是:
-> select video from storage
-> resize video size in background without saving it as a new one in the storage
-> uploading the selected and compressed video
非常感谢任何帮助