MediaConvert Remove Audio During Processing

0

Hello there.

I am using MediaConvert with great success. We have built a solid workflow that auto processes videos uploaded to an S3 bucket. The mediaconvert job settings are set in a JSON file that are picked up and used when submitting the job.

The problem I am running into is that I want every video uploaded to have the audio removed when processing and not included in the processed result.

Researching led me to this stack overflow post -> https://stackoverflow.com/questions/72403314/is-there-any-settings-available-in-aws-elemental-mediaconvert-to-remove-mute-the

It's lacking some details. I have experimented with some different JSON settings to no avail. I don't see where you can actually set the gain to audio tracks to -60. Either this is not possible or I am just missing the specific setting to change.

Does anyone know where this is at? Thank you!

This is an example of some json I tried:

"RemixSettings": { "ChannelMapping": { "OutputChannels": [ { "InputChannels": [ { "InputChannelLevel" : [ { "Gain": -60, "InputChannel": 1 } ] } ] } ] }, "ChannelsIn": 1, "ChannelsOut": 1 },

질문됨 일 년 전363회 조회
1개 답변
0

Hi there. The solution you are pointing to is actually not removing the audio, but just turning the volume down and effectively muting it, which would still require some processing I'd assume. To simply remove audio from being processed at all, and therefor being completely removed from the output, you can remove audio from the Output preset, using the AWS MediaConvert console (see screenshot below): Enter image description here

hope this helps

AWS
답변함 일 년 전

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

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

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

관련 콘텐츠