This commit is contained in:
Brooke Vibber 2023-04-14 14:34:48 -07:00
commit 1937687d03
3 changed files with 34 additions and 45 deletions

View file

@ -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;
}