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.

feita há um ano312 visualizações
2 Respostas
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
ESPECIALISTA
respondido há um ano
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
respondido há um ano

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas