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.

preguntada hace un año309 visualizaciones
2 Respuestas
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
EXPERTO
respondido hace un año
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 hace un año

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas