Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

529
Views
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 answers
Answer question

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 Report

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!