大家好我刚刚安装了ffmpeg,我对它很新。 管理组合/合并音频和视频文件,但现在我想将2个音频文件和一个视频合并为一个输出文件。 audio文件是:.wav video文件是:.flv output是:.flv p>
目前我有这段代码,我应该添加什么: p>
谢谢! p>
div> system(“$ ffmpegpath -i audio1.wav -i audio2.wav -i video1.flv -y output.flv”); code> p>
Hi all I just installed ffmpeg and I'm quite new to it. managed to combine/merge audio and video file, but now I want to combine 2 audio files and one video into one output file. audio files are: .wav video file is: .flv output is: .flv
currently i have this code, what should I add to it:
system("$ffmpegpath -i audio1.wav -i audio2.wav -i video1.flv -y output.flv");
thank you!
大家好我刚刚安装了ffmpeg,我对它很新。 管理组合/合并音频和视频文件,但现在我想将2个音频文件和一个视频合并为一个输出文件。 audio文件是:.wav video文件是:.flv output是:.flv p>
目前我有这段代码,我应该添加什么: p>
谢谢! p>
div> system(“$ ffmpegpath -i audio1.wav -i audio2.wav -i video1.flv -y output.flv”); code> p>