lwpgithub

Results 2 issues of lwpgithub

指令代码: String destOutDir = getCacheDir().getAbsolutePath() + "/compVideoOutputDir/"; if (!new File(destOutDir).exists()) { new File(destOutDir).mkdirs(); } String destOutPath = destOutDir + System.currentTimeMillis() + ".mp4"; String text = "ffmpeg -y -i " +...