Skip to content

Commit 8eb4fb9

Browse files
committed
Add ‘synchronous’ and ‘stripMetadata’
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 55d61d7 commit 8eb4fb9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/docs/Using.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ In the array you pass in, the default values are used if the key/value pair does
113113
"audioBitRate" => "128k",
114114
"audioSampleRate" => "44100",
115115
"audioChannels" => "2",
116+
'synchronous' => false,
117+
'stripMetadata' => false,
116118
}
117119

118120
These default values come from the `config.php` file.

src/config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@
155155
'audioBitRate' => '128k',
156156
'audioSampleRate' => '44100',
157157
'audioChannels' => '2',
158+
'synchronous' => false,
159+
'stripMetadata' => false
158160
],
159161

160162
// Default options for Gif encoding

0 commit comments

Comments
 (0)