fixed: different resolutions
This commit is contained in:
parent
9bc097738b
commit
097b61b946
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class FFMpeg{
|
||||||
private $resolution16_9 = array(
|
private $resolution16_9 = array(
|
||||||
'240' => array('428','240'),
|
'240' => array('428','240'),
|
||||||
'360' => array('640','360'),
|
'360' => array('640','360'),
|
||||||
'480' => array('853','480'),
|
'480' => array('854','480'),
|
||||||
'720' => array('1280','720'),
|
'720' => array('1280','720'),
|
||||||
'1080' => array('1920','1080'),
|
'1080' => array('1920','1080'),
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue