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.
在我的原生 android 项目中,我需要减小视频文件的大小。
我已经为 android 构建了 ffmpeg 库。
如何在我的项目中初始化 ffmpeg 库以及如何减小视频大小而不在 android 命令行中调用 ffmpeg。
提前致谢!