Merge pull request #265 from a3020/patch-1
Fix readme typo to 'explicitly'
This commit is contained in:
		
				commit
				
					
						8b11b1f039
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -14,7 +14,7 @@ Check another amazing repo : [PHP FFMpeg extras](https://github.com/alchemy-fr/P | ||||||
| 
 | 
 | ||||||
| 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. 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 explicitely 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/. | For Windows users : Please find the binaries at http://ffmpeg.zeranoe.com/builds/. | ||||||
| 
 | 
 | ||||||
|  | @ -69,7 +69,7 @@ $ffmpeg = FFMpeg\FFMpeg::create(); | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
| FFMpeg will autodetect ffmpeg and ffprobe binaries. If you want to give binary | FFMpeg will autodetect ffmpeg and ffprobe binaries. If you want to give binary | ||||||
| paths explicitely, you can pass an array as configuration. A `Psr\Logger\LoggerInterface` | paths explicitly, you can pass an array as configuration. A `Psr\Logger\LoggerInterface` | ||||||
| can also be passed to log binary executions. | can also be passed to log binary executions. | ||||||
| 
 | 
 | ||||||
| ```php | ```php | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue