Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 mlt 框架来编辑音频和视频轨道。现在我有一个用例,比如,有一个音轨,一个人在唱没有音乐的歌曲,而另一个音轨我有这首歌的音乐。现在我想混合这个,我的意思是我想添加音乐曲目的歌曲。请建议我应该使用哪个融化命令?
谢谢 Sougata
如果您有两个 mp3 或其他格式的音频剪辑,请尝试以下操作:
融化 avformat:a.mp3 out=400 -move in=0 out=400 -track avformat:b.mp3 out=400 -transition mix in=0 out=400 a_track=0 b_track=1