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.

질문됨 일 년 전309회 조회
2개 답변
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
전문가
답변함 일 년 전
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
답변함 일 년 전

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

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

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

관련 콘텐츠