PHPackages                             aequasi/screenshotr - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. aequasi/screenshotr

ActiveLibrary[Image &amp; Media](/categories/media)

aequasi/screenshotr
===================

Creates screen shots from a video

1.1.1(10y ago)223152MITPHP

Since Aug 15Pushed 8y ago4 watchersCompare

[ Source](https://github.com/aequasi/screenshotr)[ Packagist](https://packagist.org/packages/aequasi/screenshotr)[ RSS](/packages/aequasi-screenshotr/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (6)Used By (0)

screenshotr
===========

[](#screenshotr)

Video Screenshot Utility

Install
-------

[](#install)

Requires the ffmpeg and ffprobe executables in your path:

```
$ composer require aequasi/screenshotr "^1.0"
```

Usage
-----

[](#usage)

```
// Second argument is the tmp dir the images are created in. Defaults to /tmp
$screenShotr = new \ScreenShotr\Core('/path/to/movie/file');

// Generate a single screenshot at the 300 second mark, returns a \SplFileInfo to a file in /tmp
$screenshot = $screenShotr->generateScreenshot(300);

// Generate screenshots for a file, every 5 seconds, starting at the 300 second mark
// Returns an array of \SpFileInfo objects like above
$screenshots = $screenShotr->generateScreenshotsEveryFrame(300, 5);
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~128 days

Total

4

Last Release

3957d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9cf67675d97e63f6ff9e7fed55f35502b24cd834081806a6731229117c0630bb?d=identicon)[aequasi](/maintainers/aequasi)

---

Top Contributors

[![cryptiklemur](https://avatars.githubusercontent.com/u/896295?v=4)](https://github.com/cryptiklemur "cryptiklemur (18 commits)")

### Embed Badge

![Health badge](/badges/aequasi-screenshotr/health.svg)

```
[![Health](https://phpackages.com/badges/aequasi-screenshotr/health.svg)](https://phpackages.com/packages/aequasi-screenshotr)
```

###  Alternatives

[pbmedia/laravel-ffmpeg

FFMpeg for Laravel

1.8k5.3M31](/packages/pbmedia-laravel-ffmpeg)[pulse00/ffmpeg-bundle

Symfony bundle to provide PHP-FFmpeg as a Symfony service (https://github.com/alchemy-fr/PHP-FFmpeg)

59457.1k1](/packages/pulse00-ffmpeg-bundle)[lakshmaji/thumbnail

Thumbnails for videos

108123.2k](/packages/lakshmaji-thumbnail)[media-alchemyst/media-alchemyst

An Object Oriented wrapper for easy multimedia conversion, based on Imagine, FFMpeg, SwfTools, Unoconv and other libs

68220.2k1](/packages/media-alchemyst-media-alchemyst)[pawlox/video-thumbnail

Video thumbnails

24259.3k1](/packages/pawlox-video-thumbnail)[lychee-org/php-exif

Object-Oriented EXIF parsing

1186.6k1](/packages/lychee-org-php-exif)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
