标签: android ffmpeg video-editing
我运行了ffmpeg gl transition命令,但没有得到结果,告诉我该命令出了什么问题。
String[] complexCommand = {"-y", "-i", yourRealPath, "-i", yourRealPath, "-filter_complex", "-gltransition=duration=4:offset=1.5:source=crosswarp", filePath};