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