PHPackages                             eyuva/laravel-camcorder - 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. eyuva/laravel-camcorder

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

eyuva/laravel-camcorder
=======================

Laravel package to make video using images and audio files

1722PHP

Since Apr 30Pushed 6y ago3 watchersCompare

[ Source](https://github.com/eyuva/laravel-camcorder)[ Packagist](https://packagist.org/packages/eyuva/laravel-camcorder)[ RSS](/packages/eyuva-laravel-camcorder/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Camcoder
================

[](#laravel-camcoder)

Laravel package to generate video using images and audio.

**Installation**
----------------

[](#installation)

Step 1. Install FFMPEG 4.1 and verify

Check [Wiki](https://github.com/eyuva/laravel-camcorder/wiki) for the installation guide and verify installation

```
ffmpeg -version

```

Step 2. Install package using Composer

```
composer require "eyuva/laravel-camcorder":"*"

```

Step 3. Publish configurations for Camcorder

```
php artisan vendor:publish

```

Step 4. Start Using the package

```
Done!

```

**Usage**
---------

[](#usage)

Step 1. Init

```
$camcorder = new Camcorder();

```

Step 2. Add Images

```
$camcorder->addImage(,,);

```

Step 3. Add Audio

```
$camcorder->addAudio();

```

Step 4. Generate Video

```
$camcorder->generate(,);

```

Step 5. Use video file generated as you want.

```
Done!

```

**Demo**
--------

[](#demo)

Use this laravel project for the demo [Github](https://github.com/vishal-sancheti/camcorder-demo).

**Contribute**
--------------

[](#contribute)

Contributions are welcome and will be fully credited. We accept contributions via Pull Requests on [GitHub](https://github.com/eyuva/laravel-camcorder).

**Loveware**
------------

[](#loveware)

If you **Love It** then **Star It**

**Contributors**
----------------

[](#contributors)

- [Vishal Sancheti](https://github.com/vishal-sancheti)

**License**
-----------

[](#license)

The code in this repo are open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4789936?v=4)[Vishal Sancheti](/maintainers/vishal-sancheti)[@vishal-sancheti](https://github.com/vishal-sancheti)

---

Top Contributors

[![vishal-sancheti](https://avatars.githubusercontent.com/u/4789936?v=4)](https://github.com/vishal-sancheti "vishal-sancheti (17 commits)")

### Embed Badge

![Health badge](/badges/eyuva-laravel-camcorder/health.svg)

```
[![Health](https://phpackages.com/badges/eyuva-laravel-camcorder/health.svg)](https://phpackages.com/packages/eyuva-laravel-camcorder)
```

###  Alternatives

[goat1000/svggraph

Generates SVG graphs

133890.0k3](/packages/goat1000-svggraph)[imagekit/imagekit

PHP library for Imagekit

46877.3k10](/packages/imagekit-imagekit)[gravatarphp/gravatar

Gravatar URL builder which is most commonly called as a Gravatar library

12644.1k2](/packages/gravatarphp-gravatar)

PHPackages © 2026

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