This commit is contained in:
Brooke Vibber 2021-10-22 17:49:46 -07:00
commit 37d9ae43f9
2 changed files with 7 additions and 8 deletions

View file

@ -311,12 +311,10 @@ foreach ( $infiles as $filename ) {
$codec->video('vp9', $res, 'fast');
}
}
/*
foreach ( Video::FORMATS['vp9']['resolutions'] as $res => $format ) {
if ( $format['width'] <= $source->width && $format['height'] <= $source->height ) {
$codec->video('vp9', $res, 'pass1');
$codec->video('vp9', $res, 'pass2');
}
}
*/
}