Merge pull request #718 from RobertPlant/master

Fixed typo in the readme referring to FrameRate
This commit is contained in:
Jens Hausdorf 2020-05-02 11:10:19 +02:00 committed by GitHub
commit 6e3a69726a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -325,7 +325,7 @@ $video->filters()->framerate($framerate, $gop);
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)
###### Synchronize