Skip to content

Commit d33bdfd

Browse files
committed
Add seekInSecs
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent 24d99aa commit d33bdfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,14 @@
149149
'letterboxColor' => '',
150150
],
151151

152-
// Default options for encoded videos
152+
// Default options for encoded audio
153153
'defaultAudioOptions' => [
154154
'audioEncoder' => 'mp3',
155155
'audioBitRate' => '128k',
156156
'audioSampleRate' => '44100',
157157
'audioChannels' => '2',
158+
'timeInSecs' => '',
159+
'seekInSecs' => '',
158160
'synchronous' => false,
159161
'stripMetadata' => false
160162
],

0 commit comments

Comments
 (0)