我正在使用writemind的ffmpeg模块(正在运行ffmpeg v3.0.2) http://writingminds.github.io/ffmpeg-android-java/
但是执行命令时出现跟随错误
[NULL @ 0xe93aa000]无法为'-i找到合适的输出格式 “ /storage/emulated/0/Android/data/com.charaku.popsical.tv/cache/video_recording.mp4” -i“ /storage/emulated/0/Download/132859_aac-group-2.mp4” -c:v复制-filter_complex'[1:a] adelay = 2500 | 2500 [已延迟]; [0:a] [延迟]混音[out]'-map 0:v -map'[out]' “ /storage/emulated/0/Android/data/com.charaku.popsical.tv/cache/mixed_test2.mp4”' -i“ /storage/emulated/0/Android/data/com.charaku.popsical.tv/cache/video_recording.mp4” -i“ /storage/emulated/0/Download/132859_aac-group-2.mp4” -c:v复制-filter_complex'[1:a] adelay = 2500 | 2500 [已延迟]; [0:a] [延迟]混音[out]'-map 0:v -map'[out]' “ /storage/emulated/0/Android/data/com.charaku.popsical.tv/cache/mixed_test2.mp4”: 参数无效
该命令应该将视频文件的音频与另一个音频文件的音频混合以产生新的视频文件。
答案 0 :(得分:0)
能够通过遵循此链接中的建议来解决此错误 FFmpeg error Output file #0 does not contain any stream
基本上将每个参数放在自己的数组元素中