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.
我想从多个视频文件(部分)创建一个视频文件。我没有。使用 (.mp4/.3gp) 格式的视频类型文件我想创建扩展名为 (.mp4/.3gp) 的单个视频文件。它将作为来自较小部分的视频俱乐部应用程序。
OpenCV是您不错的选择。网上有很多关于如何做到这一点的手册。这是在 Android NDK 中使用 OpenCV的手册。
您的另一个选择是在 Android 上移植一些视频处理库。但它非常复杂。