PHPackages                             vidhyar2612/ffmpeg-php-class - 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. vidhyar2612/ffmpeg-php-class

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

vidhyar2612/ffmpeg-php-class
============================

FFmpeg class to use with PHP without install FFmpeg-PHP extension

v1.0(7y ago)141.1k2[1 issues](https://github.com/vidhyar2612/ffmpeg-php-class/issues)MITPHPPHP &gt;=5.3.0

Since Jun 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/vidhyar2612/ffmpeg-php-class)[ Packagist](https://packagist.org/packages/vidhyar2612/ffmpeg-php-class)[ Docs](https://github.com/vidhyar2612/ffmpeg-php-class)[ RSS](/packages/vidhyar2612-ffmpeg-php-class/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

FFmpeg Class ( Without `ffmpeg-php` )
=====================================

[](#ffmpeg-class--without-ffmpeg-php-)

A complete cross-platform class for using FFmpeg written in PHP 5.3+

> **IMPORTANT!**

> This class DON'T depend/need of `ffmpeg-php` php extension.

Requirements
------------

[](#requirements)

- FFmpeg 0.5.12+
- PHP 5.3+
    - PCRE( Perl-Compatible )

Install
-------

[](#install)

You can download FFmpeg class via Github [here](https://github.com/vidhyar2612/ffmpeg-php-class/archive/master.zip)

Or If you want install via Composer, try with `composer require vidhyar2612/ffmpeg-php-class`

Examples
--------

[](#examples)

### Example #1: Input &amp; output.

[](#example-1-input--output)

```
