Creating our own codec for streaming audio on AWS

0

We want to create our own codec to stream the audio files on our app(developing stage) which will support high resolution audio files , does AWS provide containers to create our own codec and stream the audio files in our own codec. For example : if we create our codec say .xyz and we want that the audio files are saved in S3 can run on this codec by media converter. can that happen ?

So, in conclusion can we create a container that can run our codec for the same with the help of creating a new transcoding preset option available in the media convert and will AWS Media Converter, will support our codec to stream those audio files.

1 個回答
0

Amazon offers two container services, ECS and EKS. As with other container functions, you can define encapsulate a custom workflow within both. These could include your non standard audio codec and supporting functions.

AWS MediaConvert supports specific industry standard codecs for both video and audio. This is true for both source files and transcoded output files. If the desire is for MediaConvert to read audio files from a custom coded and convert to some other format, that will likely not work. The audio files codecs will need to be from these lists.

https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers-input.html

https://docs.aws.amazon.com/mediaconvert/latest/ug/reference-codecs-containers.html

AWS
Mike-ME
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南