PHPackages                             azraelir/ffmpeg-bundle - 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. azraelir/ffmpeg-bundle

ActiveSymfony-bundle[Image &amp; Media](/categories/media)

azraelir/ffmpeg-bundle
======================

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

0.7.2(7y ago)012[3 PRs](https://github.com/Azraelir/ffmpeg-bundle/pulls)MITPHPPHP ^7.0

Since Oct 31Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Azraelir/ffmpeg-bundle)[ Packagist](https://packagist.org/packages/azraelir/ffmpeg-bundle)[ RSS](/packages/azraelir-ffmpeg-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)Dependencies (5)Versions (16)Used By (0)

Symfony ffmpeg bundle
=====================

[](#symfony-ffmpeg-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/843a2e79fd51650b2576aa486424afe171bde6caddef78dc1164382cabbd035a/68747470733a2f2f706f7365722e707567782e6f72672f666d6f6e74732f66666d7065672d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/fmonts/ffmpeg-bundle) [![Total Downloads](https://camo.githubusercontent.com/ca5c012eebab1a183053cb7dc1f6f90c3fa6c61bc677bc78f396f33a50abc30d/68747470733a2f2f706f7365722e707567782e6f72672f666d6f6e74732f66666d7065672d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/fmonts/ffmpeg-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/73a25d68948354799ff4f215e6dedfdabe765e7a4c5e64ab7a46d42c715959b3/68747470733a2f2f706f7365722e707567782e6f72672f666d6f6e74732f66666d7065672d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/fmonts/ffmpeg-bundle) [![License](https://camo.githubusercontent.com/bfdece7048138070a8923e722ea41ac4f2b87fb4b80e5b728885a9901bb144cc/68747470733a2f2f706f7365722e707567782e6f72672f666d6f6e74732f66666d7065672d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/fmonts/ffmpeg-bundle)

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

#### This fork adds Symfony4 support and drops legacy Symfony2 and PHP5 support

[](#this-fork-adds-symfony4-support-and-drops-legacy-symfony2-and-php5-support)

### Download FFmpegBundle using composer

[](#download-ffmpegbundle-using-composer)

Require the bundle with composer:

```
$ composer require fmonts/ffmpeg-bundle "^0.7"
```

Composer will install the bundle to your project's `vendor/fmonts/ffmpeg-bundle` directory.

### Enable the bundle

[](#enable-the-bundle)

Enable the bundle in the kernel

> Note: In a default Symfony application that uses Symfony Flex, bundles are enabled/disabled automatically for you when installing/removing them, so you don't need to look at or edit this bundles.php file.

```
