- 最新
- 最多得票
- 最多評論
Hi
Regarding your use case, it is almost impossible to do it in ONE job. Here is the explanation.
Let's make the following assumption. The duration of the video and song as follow.
input 1- intro.mp4 - 10 seconds
input 2 - content.mp4 - 10 seconds
input 3 - outro.mp4 - 10 seconds
song.mp3 - 30 seconds
You can use "external file" for audio for each input (https://docs.aws.amazon.com/mediaconvert/latest/ug/create-selectors.html). In theory, you can use "offset" to adjust the start time of the audio for input switch. i.e.
input 1- intro.mp4 - 10 seconds, audio start at 00:00:00
input 2 - content.mp4 - 10 seconds, audio start at 00:00:10
input 3 - outro.mp4 - 10 seconds, audio start at 00:00:20
song.mp3 - 30 seconds
However, because of the frequency of audio, it is almost impossible to make a seamless switch even using offset. Therefore, the most simple and perfect solution would be 1) create a job to merge all three videos, 2) create another job to merge the song to the output video of job1.
Regards
Michael
Thx Michael, I was hoping that there was another way to merge video and global audio track. Thx for support!
Edited by: Raziss on May 13, 2021 10:02 PM
相關內容
- 已提問 1 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 2 年前
- AWS 官方已更新 1 年前
- AWS 官方已更新 2 年前