wip
This commit is contained in:
parent
f7a7059e39
commit
37d9ae43f9
2 changed files with 7 additions and 8 deletions
|
|
@ -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');
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue