For the MediaConverter service, is it possible to use a source other than s3?

0

I would like to convert a video in mp4 format to mp3, but this video is hosted on vimeo.

asked a year ago303 views
2 Answers
0

AWS MediaConvert currently supports only Amazon S3 as the input source for media files. However, you can work around this limitation by downloading the video from Vimeo to an S3 bucket and then using MediaConvert to convert the video to the desired format

profile picture
EXPERT
answered a year ago
0

In addition to Amazon S3 sources, you can specify a URL from a generic HTTP(S) location.

Input requirements are as follows:

  • All input files must be publicly readable.
  • The HTTP(S) server must not require authentication.
  • The HTTP(S) server must accept both HEAD and range GET requests.
  • The URL that you specify can't include parameters.

If your HTTP(S) input uses redirection, it must follow these restrictions:

  • You can redirect only once from the URL that you provide as your input. You can't redirect to a URL that, in turn, contains a redirect.
  • The HTTP(S) status response code from the initial server must be either 301 or 302.
  • The HTTP(S) response from the initial server must use its Location headers to provide the URL that it's redirecting MediaConvert to.
AWS
chris_w
answered a year 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