Merge pull request #718 from RobertPlant/master
Fixed typo in the readme referring to FrameRate
This commit is contained in:
commit
6e3a69726a
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ $video->filters()->framerate($framerate, $gop);
|
||||||
|
|
||||||
The framerate filter takes two parameters:
|
The framerate filter takes two parameters:
|
||||||
|
|
||||||
- `$framerate`, an instance of `FFMpeg\Coordinate\Framerate`
|
- `$framerate`, an instance of `FFMpeg\Coordinate\FrameRate`
|
||||||
- `$gop`, a [GOP](https://wikipedia.org/wiki/Group_of_pictures) value (integer)
|
- `$gop`, a [GOP](https://wikipedia.org/wiki/Group_of_pictures) value (integer)
|
||||||
|
|
||||||
###### Synchronize
|
###### Synchronize
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue