wip
This commit is contained in:
parent
a3e7cd59c1
commit
1937687d03
3 changed files with 34 additions and 45 deletions
|
|
@ -26,6 +26,7 @@ $audioCodecs = [
|
|||
// @fixme use correct settings based on the file
|
||||
$videoCodecs = [
|
||||
'vp9' => 'vp09.00.41.08',
|
||||
'vp8' => 'vp08.0.0.08',
|
||||
'h264' => 'avc1.42e00a',
|
||||
|
||||
// truths
|
||||
|
|
@ -41,6 +42,7 @@ if ( $lie ) {
|
|||
$videoCodecs['mjpeg'] = $lie;
|
||||
$videoCodecs['h263' ] = $lie;
|
||||
$videoCodecs['mpeg4'] = $lie;
|
||||
$videoCodecs['vp8'] = $lie;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue