我成功地将录像和录音带合在一起,将其出口到新的m4v文档中。
My problem is now, that I want to mix the same video file and 2 audio files, which are two AVAssetTrack and have the same time lines, together. Like you do it in an audio editor where you can make a mixdown of two or more sound files, and you get one merged file.
这是可能的吗? 如果是,我怎么办?
此时,我刚刚听到一个声音,而不是两个声音。
顺便说一句:我的目标是“简便”在录像中增加一个声音文件,该录像已经具备了音响,并与新的音响文档相混合。 但看来,AVAssetTrack只是允许录音或录像,因此,我在原始录像中做了新的录音记录。 也许这是错误的......
事先感谢你!