{"id":20011824,"url":"https://github.com/micro-php/plugin-ffmpeg","last_synced_at":"2026-02-02T18:01:30.290Z","repository":{"id":65078928,"uuid":"558108637","full_name":"Micro-PHP/plugin-ffmpeg","owner":"Micro-PHP","description":"Micro Framework: Wrapper for FFMPEG\"","archived":false,"fork":false,"pushed_at":"2024-07-06T20:51:41.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-22T06:04:10.058Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Micro-PHP.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-26T23:05:37.000Z","updated_at":"2022-10-26T23:15:51.000Z","dependencies_parsed_at":"2024-07-06T21:50:49.506Z","dependency_job_id":null,"html_url":"https://github.com/Micro-PHP/plugin-ffmpeg","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"aa6554e47cd7e8e3a59c4878f974f6a9e0a43cb0"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Micro-PHP/plugin-ffmpeg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Micro-PHP%2Fplugin-ffmpeg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Micro-PHP%2Fplugin-ffmpeg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Micro-PHP%2Fplugin-ffmpeg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Micro-PHP%2Fplugin-ffmpeg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Micro-PHP","download_url":"https://codeload.github.com/Micro-PHP/plugin-ffmpeg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Micro-PHP%2Fplugin-ffmpeg/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261244008,"owners_count":23129639,"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-11-13T07:27:38.803Z","updated_at":"2026-02-02T18:01:25.251Z","avatar_url":"https://github.com/Micro-PHP.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FFMPEG plugin\n\nWrapper for the [PHP-FFMpeg/PHP-FFMpeg](https://github.com/PHP-FFMpeg/PHP-FFMpeg) library.\n\n## Installation\n\nThis library requires a working [FFMpeg install](https://ffmpeg.org/download.html). You will need both FFMpeg and FFProbe binaries to use it. Be sure that these binaries can be located with system PATH to get the benefit of the binary detection, otherwise you should have to explicitly give the binaries path on load.\n\n\nUse the package manager [composer](https://getcomposer.org/) to install micro/plugin-ffmpeg.\n\n```bash\ncomposer require micro/plugin-ffmpeg\n```\n\n## Usage example\n\n``` php\n    $video = $container-\u003eget(FfmpegFacadeInterface::class)-\u003eopen('video.mp4');\n    $video\n    -\u003efilters()\n        -\u003eresize(new FFMpeg\\Coordinate\\Dimension(320, 240))\n        -\u003esynchronize();\n    $video\n        -\u003eframe(FFMpeg\\Coordinate\\TimeCode::fromSeconds(10))\n        -\u003esave('frame.jpg');\n    $video\n        -\u003esave(new FFMpeg\\Format\\Video\\X264(), 'export-x264.mp4')\n        -\u003esave(new FFMpeg\\Format\\Video\\WMV(), 'export-wmv.wmv')\n        -\u003esave(new FFMpeg\\Format\\Video\\WebM(), 'export-webm.webm');\n```\n\n[More examples](https://github.com/PHP-FFMpeg/PHP-FFMpeg)\n\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-php%2Fplugin-ffmpeg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicro-php%2Fplugin-ffmpeg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicro-php%2Fplugin-ffmpeg/lists"}