Mute audio section using MediaConvert

0

I have two files: one is audio-only (mp3), and the other one is a video file (mp4). I need to mute a section from these files. Is it possible to achieve this using MediaConvert?

Example: Suppose that one of the files has 10 minutes of duration, so I need to mute it from 00:02:00 to 00:05:30

Later on, I need to do something similar for video files to remove the video section from a video. It's not necessarily cutting the video but put a blank image to cover the content of a video for a specified section

已提问 1 年前278 查看次数
1 回答
0

Hi there,

Unfortunately it is presently not possible to mute / add silence to portions of a media file using AWS Elemental MediaConvert.

MediaConvert does support creating a job that combines assembly workflow features such as input clipping (transcodes only portions of your input), input stitching (joins more than one input file into a single asset), graphic overlay (inserts a still image or motion graphic at a specified time) etc. Input clipping and stitching would mean cutting the input which unfortunately is not what you require.

Setting up an assembly workflow job : https://docs.aws.amazon.com/mediaconvert/latest/ug/setting-up-an-assembly-workflow-job.html

With reference to the video file, AWS MediaConvert does offer the ability for image insertion, both as a static image or as a motion image.

Using image inserter (graphic overlay) in AWS Elemental MediaConvert : https://docs.aws.amazon.com/mediaconvert/latest/ug/graphic-overlay.html

There is also the choice of input overlay vs output overlay.

Choosing between input overlay and output overlay : https://docs.aws.amazon.com/mediaconvert/latest/ug/choosing-between-input-overlay-and-output-overlay.html

profile pictureAWS
支持工程师
Simba_M
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则