{"id":17280544,"url":"https://github.com/beanieboi/ffprober","last_synced_at":"2025-04-12T18:48:34.233Z","repository":{"id":3164693,"uuid":"4195477","full_name":"beanieboi/ffprober","owner":"beanieboi","description":"a small ruby wrapper for ffprobe","archived":false,"fork":false,"pushed_at":"2025-02-25T05:39:09.000Z","size":1484,"stargazers_count":41,"open_issues_count":0,"forks_count":22,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-03T21:13:22.259Z","etag":null,"topics":["ffmpeg","ffprobe","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/beanieboi.png","metadata":{"files":{"readme":"README.md","changelog":"Changes.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-05-01T19:07:48.000Z","updated_at":"2025-02-25T05:39:12.000Z","dependencies_parsed_at":"2024-06-19T04:08:31.496Z","dependency_job_id":"050414aa-5d97-40f7-8d8c-94e881da5865","html_url":"https://github.com/beanieboi/ffprober","commit_stats":{"total_commits":345,"total_committers":15,"mean_commits":23.0,"dds":"0.10144927536231885","last_synced_commit":"5b6710937c46d18dce74ace41d65a7ec034a153b"},"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanieboi%2Fffprober","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanieboi%2Fffprober/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanieboi%2Fffprober/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beanieboi%2Fffprober/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beanieboi","download_url":"https://codeload.github.com/beanieboi/ffprober/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248618185,"owners_count":21134199,"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":["ffmpeg","ffprobe","ruby"],"created_at":"2024-10-15T09:20:59.316Z","updated_at":"2025-04-12T18:48:34.213Z","avatar_url":"https://github.com/beanieboi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FfprobeR\n\na Ruby wrapper for ffprobe (which is part of ffmpeg)\n\nffprobe gathers information from multimedia streams and prints it in human- and machine-readable fashion.\n\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'ffprober'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install ffprober\n\n## Usage\n\n    require 'ffprober'\n    ffprobe = Ffprober::Parser.from_file(\"my_awesome_video.mp4\")\n    ffprobe.size #=\u003e 44772490\n\n## FFMPEG version\n\ntested with ffprobe version 0.9 upto 4.3.1\n\naccording to [ffmpeg changelog](http://git.videolan.org/?p=ffmpeg.git;a=blob_plain;f=Changelog) json output was added in version 0.9\n\n[ffprobe documentation](http://www.ffmpeg.org/ffprobe.html)\n\n## Improve FFMPEG version detection\n\nhelp me collecting various version outputs of fprobe/ffmpeg\n\n1. run `ffprobe -version` on your system\n2. open an issue and send the output to me along with the expected version\n3. profit\n\n## Supported Rubies\n\nFfprober is tested under 2.4, 2.5, 2.6 and 2.7.\n\n[![Build Status](https://github.com/beanieboi/ffprober/workflows/Ruby/badge.svg)](https://github.com/beanieboi/ffprober/actions?query=workflow%3ARuby)\n\n[![Maintainability](https://api.codeclimate.com/v1/badges/34d393657d54b233ebbc/maintainability)](https://codeclimate.com/github/beanieboi/ffprober/maintainability)\n\n[![Test Coverage](https://api.codeclimate.com/v1/badges/34d393657d54b233ebbc/test_coverage)](https://codeclimate.com/github/beanieboi/ffprober/test_coverage)\n\n## Contributors\n\n- Michael B. Kulik\n- manderson\n- rmoriz\n\n## Contributing\n\nsee [CONTRIBUTING.md][contributing]\n\n[contributing]: https://github.com/beanieboi/ffprober/blob/master/CONTRIBUTING.md\n\n## License\n\nCopyright (c) 2011 Benjamin Fritsch.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeanieboi%2Fffprober","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeanieboi%2Fffprober","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeanieboi%2Fffprober/lists"}