{"id":4671,"url":"https://github.com/mybigday/react-native-media-meta","last_synced_at":"2025-04-09T07:08:03.800Z","repository":{"id":5592130,"uuid":"53509481","full_name":"mybigday/react-native-media-meta","owner":"mybigday","description":"Get media file metadata in your React Native app","archived":false,"fork":false,"pushed_at":"2023-01-24T17:38:30.000Z","size":263,"stargazers_count":83,"open_issues_count":25,"forks_count":48,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-02T05:08:07.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mybigday.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-09T15:38:24.000Z","updated_at":"2024-08-31T13:54:38.000Z","dependencies_parsed_at":"2023-02-14T05:46:33.304Z","dependency_job_id":null,"html_url":"https://github.com/mybigday/react-native-media-meta","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybigday%2Freact-native-media-meta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybigday%2Freact-native-media-meta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybigday%2Freact-native-media-meta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mybigday%2Freact-native-media-meta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mybigday","download_url":"https://codeload.github.com/mybigday/react-native-media-meta/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247994121,"owners_count":21030050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-01-05T20:17:19.749Z","updated_at":"2025-04-09T07:08:03.776Z","avatar_url":"https://github.com/mybigday.png","language":"Objective-C","funding_links":[],"categories":["Components","\u003ca name=\"Network:-Native-Modules\"\u003eNetwork: Native Modules\u003c/a\u003e"],"sub_categories":["Media"],"readme":"# React Native Media Meta [![NPM version](http://img.shields.io/npm/v/react-native-media-meta.svg?style=flat)](https://www.npmjs.com/package/react-native-media-meta)\n\n\u003e Get media file metadata in your React Native app\n\n## Installation\n\n```bash\n$ npm install react-native-media-meta --save\n$ react-native link\n```\n\n## Usage\n\n```js\nimport MediaMeta from 'react-native-media-meta';\nconst path = '\u003cyour file path here\u003e';\n\nMediaMeta.get(path)\n  .then(metadata =\u003e console.log(metadata))\n  .catch(err =\u003e console.error(err));\n```\n\n## API\n\n#### `MediaMeta.get(path)` - Promise\n\nResolve: Object - included following keys (If it's found)\n* `thumb` - Base64 image string (video: get first frame, audio: get artwork if exist)\n* `duration` (video only)\n* `width` - the thumb width\n* `height` - the thumb height\n* Others:\n\n__*[Android]*__ We using [FFmpegMediaMetadataRetriever](https://github.com/wseemann/FFmpegMediaMetadataRetriever), see [RNMediaMeta.java#L36](android/src/main/java/com/mybigday/rn/RNMediaMeta.java#L36) for more information.  \n__*[iOS]*__ We using [official AVMatadataItem](https://developer.apple.com/library/mac/documentation/AVFoundation/Reference/AVFoundationMetadataKeyReference/#//apple_ref/doc/constant_group/Common_Metadata_Keys), see [RNMediaMeta.m#L9](ios/RNMediaMeta/RNMediaMeta.m#L9) for more information.\n\n## License\n\n[MIT](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmybigday%2Freact-native-media-meta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmybigday%2Freact-native-media-meta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmybigday%2Freact-native-media-meta/lists"}