PHPackages                             buonaparte/bnp-ffmpeg-module - 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. buonaparte/bnp-ffmpeg-module

ActiveLibrary

buonaparte/bnp-ffmpeg-module
============================

This module provides a simple wrapper for the PHP\_FFmpeg library, exposing the library as a Zend Framework service

1771PHP

Since Jun 12Pushed 11y ago2 watchersCompare

[ Source](https://github.com/buonaparte/BnpFFMpegModule)[ Packagist](https://packagist.org/packages/buonaparte/bnp-ffmpeg-module)[ RSS](/packages/buonaparte-bnp-ffmpeg-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

BnpFFMpegModule
===============

[](#bnpffmpegmodule)

[![Build Status](https://camo.githubusercontent.com/cbf3b60de732fb52d18331fd514c6a29e532b018b514c095696f9704e4736d01/68747470733a2f2f7472617669732d63692e6f72672f62756f6e6170617274652f426e7046464d7065674d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/buonaparte/BnpFFMpegModule)[![Coverage Status](https://camo.githubusercontent.com/54e610ebec30b28fb58a6e84655dfdf37ce7b334e141a08820760c4fef5592a1/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f62756f6e6170617274652f426e7046464d7065674d6f64756c652e737667)](https://coveralls.io/r/buonaparte/BnpFFMpegModule?branch=master)

This module provides a simple wrapper for the [PHP\_FFmpeg](https://github.com/alchemy-fr/PHP-FFmpeg) library, exposing the library as a ZendFramework service.

Installation
------------

[](#installation)

### Setup

[](#setup)

1. Add this project to your composer.json:

    ```
    "require": {
        "buonaparte/bnp-ffmpeg-module": "dev-master"
    }
    ```
2. Now tell composer to download BnpFFMpegModule by running the command:

    ```
    $ php composer.phar update
    ```

### Post installation

[](#post-installation)

Enabling it in your `application.config.php` file.

```
