{"id":17347525,"url":"https://github.com/cryptiklemur/screenshotr","last_synced_at":"2025-07-03T17:04:52.518Z","repository":{"id":19678731,"uuid":"22932654","full_name":"cryptiklemur/screenshotr","owner":"cryptiklemur","description":"Video Screenshot Utility","archived":false,"fork":false,"pushed_at":"2017-10-12T20:12:53.000Z","size":8,"stargazers_count":22,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-28T09:04:19.386Z","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/cryptiklemur.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}},"created_at":"2014-08-13T21:59:09.000Z","updated_at":"2022-07-19T23:37:31.000Z","dependencies_parsed_at":"2022-07-23T04:02:12.134Z","dependency_job_id":null,"html_url":"https://github.com/cryptiklemur/screenshotr","commit_stats":null,"previous_names":["cryptiklemur/screenshotr"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2Fscreenshotr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2Fscreenshotr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2Fscreenshotr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptiklemur%2Fscreenshotr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptiklemur","download_url":"https://codeload.github.com/cryptiklemur/screenshotr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248960950,"owners_count":21189990,"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-10-15T16:49:06.201Z","updated_at":"2025-04-14T20:51:30.854Z","avatar_url":"https://github.com/cryptiklemur.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"screenshotr\n===========\n\nVideo Screenshot Utility\n\n\n## Install\n\nRequires the ffmpeg and ffprobe executables in your path: \nhttps://www.ffmpeg.org/\n\n\n```sh\n$ composer require aequasi/screenshotr \"^1.0\"\n```\n\n## Usage\n\n```php\n\n// Second argument is the tmp dir the images are created in. Defaults to /tmp\n$screenShotr = new \\ScreenShotr\\Core('/path/to/movie/file');\n\n// Generate a single screenshot at the 300 second mark, returns a \\SplFileInfo to a file in /tmp\n$screenshot = $screenShotr-\u003egenerateScreenshot(300);\n\n// Generate screenshots for a file, every 5 seconds, starting at the 300 second mark\n// Returns an array of \\SpFileInfo objects like above\n$screenshots = $screenShotr-\u003egenerateScreenshotsEveryFrame(300, 5);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptiklemur%2Fscreenshotr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptiklemur%2Fscreenshotr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptiklemur%2Fscreenshotr/lists"}