commit
bd449efe87
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue