Input stitchin with one audio track for all video

0

Hi all,

I have 3 input video file, i need to merge them together, and this is not a problem but i need to insert an audio track on whole video output after merge, is it possible with a single job?

For example 4 assets:

intro.mp4
content.mp4
outro.mp4
song.mp3

I need to merge intro,content, outro in one video and insert song.mp3 as soundtrack on whole video in one jobs

any ideas?

Raziss
질문됨 3년 전460회 조회
2개 답변
1
수락된 답변

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

AWS
답변함 3년 전
0

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

Raziss
답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠