I'm using Filestack API to aupload video files to AWS S3. I would like to get the dimensions of the uploaded video file. Is it possible to get this information from Filestack?
It is returning a file object, but unfortunately it does not include dimensions:
File: {…}
container: "s3container"
filename: "toy_plane_liftoff.avi"
handle: "tVIdjBPBR"
key: "dir/toy_plane_liftoff.avi"
mimetype: "video/avi"
originalFile: {…}
name: "toy_plane_liftoff.avi"
size: 2373088
type: "video/avi"
<prototype>: {…}
originalPath: "toy_plane_liftoff.avi"
size: 2373088
source: "local_file_system"
status: "Stored"
uploadId: "9824218d148"
url: "https://cdn.filestackcontent.com/tVIdjBPBR"
Is there any workaround?