MediaConvert

0

Hello! I am super new to AWS and am still figuring out a lot of things about how to use it. Currently, I am trying to convert MediaLive mp4 files to mp3 using Media convert. I saw that mp3 conversion is a new AWS feature, however, I cannot figure out how to do this. So far, I have made my MediaLive outputs a video and audio only files. I am trying just to convert the audio only file to an mp3 file to later use with AWS transcribe. Should I use a File Group or Apple HLS? Thank you so much for any help, it is so so so much appreciated!

hcodo
asked 3 years ago1345 views
3 Answers
1

Hi

I assumed you have a mp4 file as input. All you need to do as follow.

  1. upload the mp4 to S3
  2. create a new job in mediaconvert and use the input in step 1
  3. in "output group", choose "File Group".
  4. in the "output setting", choose "no container" in "Container" field.
  5. you can put "mp3" in the "extension" field in "output settings" (optional)
  6. in "encoding setting", remove "video 1"
  7. in "Audio 1", choose "MPEG-1 Layer III (MP3)"

Then you will created a audio only mp3 file. Attached please find the screenshot of the output setting.
For detail, you can refer to this document: https://docs.aws.amazon.com/mediaconvert/latest/ug/setting-up-audio-only.html

Regards
Michael

AWS
answered 3 years ago
0

Michael,

Thank you so so much, that is so extremely helpful. I appreciate your time so much. Thank you again!

Best,
Hannah

hcodo
answered 3 years ago
0

There is an Option in AWS MediaConvert output group named " Segment control" we get 2 option to keep Single file or Segmented file.
If we go for single file it creates single output file.

What is benefits of using single file ?

Punter
answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions