#452 Update README.md

Add missing require statement.
This commit is contained in:
Alexander Kartavenko 2017-12-05 13:23:15 +02:00 committed by GitHub
commit 5737dbffd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,9 @@ $ composer require php-ffmpeg/php-ffmpeg
## Basic Usage
```php
require 'vendor/autoload.php';
$ffmpeg = FFMpeg\FFMpeg::create();
$video = $ffmpeg->open('video.mpg');
$video