September 6, 2021

Video info

{API}

Once a video file is uploaded, we extract its metadata (duration, format, bitrate, and specific audio & video stream metadata: codec, bitrate, frame rate and dimensions). It becomes available under the video_info key of the file information object. The file information can be retrieved by making a request to the REST API v0.6 or higher.

https://uploadcare.com/docs/api/rest/file/info/

Ruby integration v3.1.0

{ruby} {integration}

  • Added documents and videos conversion.
  • Added new attributes to the Entity class (variations, video_info, source, rekognition_info).
  • Added an opportunity to add custom logic to large files uploading process.

https://github.com/uploadcare/uploadcare-ruby/releases/tag/v3.1.0