Skip to content

Releases: hirbod/expo-video-metadata

1.5.0

26 Dec 20:57
8f61126
Compare
Choose a tag to compare

What's Changed

  • chore: Update ExpoVideoMetadata module to improve video orientation handling and metadata extraction by @hirbod in #3

Full Changelog: 1.4.0...1.5.0

1.4.0

26 Oct 18:35
Compare
Choose a tag to compare

This version supports SDK52 and was also tested with the new arch and RN 0.76

Full Changelog: 1.3.1...1.4.0

1.3.1

05 Sep 11:06
Compare
Choose a tag to compare

Fixed an issue where the function would fail on web when a video had no audio channel

Full Changelog: 1.3.0...1.3.1

1.3.0

30 Jun 19:50
Compare
Choose a tag to compare

Features

  • Added location extraction for iOS and Android. Keep in mind that Android might strip location data, based on the picker implementation or file path. Nothing this library can do if the information is stripped out of the file after selection.

Fixes

  • Improved iOS performance by avoiding priority inversions

Full Changelog: 1.2.1...1.3.0

v.1.2.1

29 Jun 21:21
Compare
Choose a tag to compare

What's Changed

  • Add Capabilities to check whether the video is a HDR video for iOS and Android by @RRaideRR in #1 (no web support)
  • Added File and Blob support for the web version (can read 2GB files in < 1s)
  • Increased web performance
  • Updated for Expo SDK 51

New Contributors

Full Changelog: 1.1.0...1.2.1

v1.1.0

23 Dec 13:25
Compare
Choose a tag to compare

This version adds support for web. It has almost the same feature parity as iOS and Android but is missing some data like codec. Not all returns are supported in every browser, so use it carefully.

Release 1.0

22 Dec 18:36
Compare
Choose a tag to compare

Initial release