{"id":14985061,"url":"https://github.com/brightfish-be/media_analyzer","last_synced_at":"2025-04-10T23:25:11.623Z","repository":{"id":62497243,"uuid":"341226496","full_name":"brightfish-be/media_analyzer","owner":"brightfish-be","description":"Analyze image, video, audio files (PHP7/8)","archived":false,"fork":false,"pushed_at":"2024-10-03T12:02:10.000Z","size":47367,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T20:12:26.761Z","etag":null,"topics":["audio","ffmpeg","ffprobe","media","video"],"latest_commit_sha":null,"homepage":"https://packagist.org/packages/brightfish/media_analyzer","language":"PHP","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/brightfish-be.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-22T14:25:03.000Z","updated_at":"2024-10-03T12:01:58.000Z","dependencies_parsed_at":"2025-02-18T05:41:54.668Z","dependency_job_id":null,"html_url":"https://github.com/brightfish-be/media_analyzer","commit_stats":{"total_commits":72,"total_committers":4,"mean_commits":18.0,"dds":0.6666666666666667,"last_synced_commit":"8844fb074774bea8f729ae967291bf69df9be504"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightfish-be%2Fmedia_analyzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightfish-be%2Fmedia_analyzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightfish-be%2Fmedia_analyzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brightfish-be%2Fmedia_analyzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brightfish-be","download_url":"https://codeload.github.com/brightfish-be/media_analyzer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247871775,"owners_count":21010102,"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":["audio","ffmpeg","ffprobe","media","video"],"created_at":"2024-09-24T14:10:13.667Z","updated_at":"2025-04-10T23:25:11.596Z","avatar_url":"https://github.com/brightfish-be.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Analyze video,audio,image files (with ffmpeg)\n\nGithub: \n![GitHub tag](https://img.shields.io/github/v/tag/brightfish-be/media_analyzer)\n![Tests](https://github.com/brightfish-be/media_analyzer/workflows/Run%20Tests/badge.svg)\n![Psalm](https://github.com/brightfish-be/media_analyzer/workflows/Detect%20Psalm%20warnings/badge.svg)\n![Styling](https://github.com/brightfish-be/media_analyzer/workflows/Check%20\u0026%20fix%20styling/badge.svg)\n\nPackagist: \n[![Packagist Version](https://img.shields.io/packagist/v/brightfish/media_analyzer.svg?style=flat-square)](https://packagist.org/packages/brightfish-be/media_analyzer)\n[![Packagist Downloads](https://img.shields.io/packagist/dt/brightfish/media_analyzer.svg?style=flat-square)](https://packagist.org/packages/brightfish-be/media_analyzer)\n\nAnalyze video,audio,image files (with ffmpeg)\n\n\tcreated on 2020-11-13 by p.forret@brightfish.be\n\n## Installation\n\nYou can install the package via composer:\n\n```bash\ncomposer require brightfish/media_analyzer\n```\n\n## Usage\n\n``` php\nuse Brightfish\\MediaAnalyzer\\Analyzer;\n\n$obj = new Analyzer();\n// or\n$obj = new Analyzer(\"/usr/bin/ffprobe\", $logger, $cache);\n\n$obj-\u003emeta(\"video.mp4\");\necho $obj-\u003evideo-\u003efps; \necho $obj-\u003eaudio-\u003esample_rate;\necho $obj-\u003econtainer-\u003eduration;\n```\n\n## Testing\n\n``` bash\ncomposer test\n```\n\n## Changelog\n\nPlease see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.\n\n## Credits\n\n- [Peter Forret](https://github.com/cinemapub)\n- [All Contributors](../../contributors)\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightfish-be%2Fmedia_analyzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrightfish-be%2Fmedia_analyzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrightfish-be%2Fmedia_analyzer/lists"}