摘要: 原理很简单就是把多个视频文件的内容按顺序写到一个视频文件中代码如下:public static void union(String dirPath, String toFilePath) { File dir = new File(dirPath); if (!dir.exists()) retur 阅读全文
posted @ 2018-09-11 11:21 兔聊社交app 阅读(439) 评论(0) 推荐(0)