Specify temporary directory + fix for default ffmpeg-passes* temporary directory (#855)
This commit is contained in:
parent
368def99a2
commit
bda300b69a
9 changed files with 119 additions and 35 deletions
|
|
@ -79,6 +79,14 @@ $ffmpeg = FFMpeg\FFMpeg::create(array(
|
|||
), $logger);
|
||||
```
|
||||
|
||||
You may pass a `temporary_directory` key to specify a path for temporary files.
|
||||
|
||||
```php
|
||||
$ffmpeg = FFMpeg\FFMpeg::create(array(
|
||||
'temporary_directory' => '/var/ffmpeg-tmp'
|
||||
), $logger);
|
||||
```
|
||||
|
||||
### Manipulate media
|
||||
|
||||
`FFMpeg\FFMpeg` creates media based on URIs. URIs could be either a pointer to a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue