Updated the README (#805)
Removed a non-valid link to Windows build and added a link to the FFMPEG download page were all executables can be found.
This commit is contained in:
parent
afffd627ff
commit
edc0a7729d
1 changed files with 1 additions and 3 deletions
|
|
@ -12,12 +12,10 @@ Check another amazing repo: [PHP FFMpeg extras](https://github.com/alchemy-fr/PH
|
||||||
|
|
||||||
### How this library works:
|
### How this library works:
|
||||||
|
|
||||||
This library requires a working FFMpeg install. You will need both FFMpeg and FFProbe binaries to use it.
|
This library requires a working [FFMpeg install](https://ffmpeg.org/download.html). You will need both FFMpeg and FFProbe binaries to use it.
|
||||||
Be sure that these binaries can be located with system PATH to get the benefit of the binary detection,
|
Be sure that these binaries can be located with system PATH to get the benefit of the binary detection,
|
||||||
otherwise you should have to explicitly give the binaries path on load.
|
otherwise you should have to explicitly give the binaries path on load.
|
||||||
|
|
||||||
For Windows users: Please find the binaries at http://ffmpeg.zeranoe.com/builds/.
|
|
||||||
|
|
||||||
### Known issues:
|
### Known issues:
|
||||||
|
|
||||||
- Using rotate and resize will produce a corrupted output when using
|
- Using rotate and resize will produce a corrupted output when using
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue