Can MediaConvert mix a background audio file with the main audio

0

We have used other encoding services where this feature was available With the main input file let say myVideo.mp4 we provided a background track and the transcoding would mix both in the resulting audio.m3u8 Is this possible with MediaConvert ? Can't find anything on this. Right now we are premixing with ffmpeg before sending to MediaConvert Would be neat to avoid this lambda step

Thanks Mat

gefragt vor einem Jahr548 Aufrufe
2 Antworten
0

You can combine multiple audio inputs, from Tracks, PID or sidecar files, into an Audio Selector. See here for some details. https://docs.aws.amazon.com/mediaconvert/latest/ug/more-about-audio-tracks-selectors.html

Once you have the Audio Selectors defined, on each audio output select the Advanced dropdown in the AWS MediaConvert console, then enable Manual Audio Remixing. There you can create a mix table of the audio from the separate channel included in the Audio Selector. Values of 0 mean no attenuation, values of -60 represent full attenuation. See if this provides the features your are needing.

AWS
Mike-ME
beantwortet vor einem Jahr
0

So if I add 2 audio selectors (one AAC from mp4 and one mp3 from external file) and use an audio selector group to combine them I get this error

Error message Failed to start pipeline [Audio selector groups cannot combine audio sources that have different codecs.]

Error code 1040

Is it something possible or should I handle this with ffmpeg pre processing

beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen