Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

525
Vistas
Getting video metadata of a video stored in s3 bucket using aws lambda node js

I have a video stored in aws s3 bucket I want to get the metadata of the video (like framerate, resolution, etc) inside aws lambda which is using node js runtime.

It will be better if this can be done in memory instead of downloading the whole video in lambda temp memory

over 4 years ago · Santiago Trujillo
2 Respuestas
Responde la pregunta

0

You can fetch metadata of your video via the headObject operation.

This is done without downloading the actual content of the video.

Edit: You're right, this doesn't help you. Extracting actual technical metadata of videos seems to be non-trivial. There's a good example on the AWS blog where they extract metadata via MediaInfo on lambda.

over 4 years ago · Santiago Trujillo Denunciar

0

MediaInfo supports natively AWS, without having to download the file in a first step. MediaInfo downloads in RAM what it needs for the analysis, and does itself the seek requests when needed.

URL style is https://AWSKey:AWSSecret@s3....
Using pre-signed URLs is also possible but the 20.03 version is buggy, you need to use MediaInfo snapshots.

Jérôme, developer of MediaInfo.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda