简体   繁体   English

在Android中减少视频大小/质量

[英]Reduce video size/quality in android

I've been looking for this for some time now but I couldn't find anything useful. 我一直在寻找这个已经有一段时间但我找不到任何有用的东西。 Is there a way to reduce the size / resize of an existing video in android? 有没有办法减少Android中现有视频的大小/调整大小? I want to send it via the network. 我想通过网络发送它。

Thanks a lot! 非常感谢!

There is nothing built into Android for this. Android没有内置任何功能。 You are welcome to research third party code that might do this for you. 欢迎您研究可能为您执行此操作的第三方代码。 Bear in mind that most Android devices run on low-power CPUs and have relatively slow flash memory, and so re-sizing a video may take a very long time. 请记住,大多数Android设备运行在低功耗CPU上并且闪存速度相对较慢,因此重新调整视频大小可能需要很长时间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM