Add convenient Stream::getDimensions method to extract video dimension.
This commit is contained in:
parent
9fcb485d49
commit
15711a0e50
5 changed files with 134 additions and 10 deletions
16
src/FFMpeg/Exception/LogicException.php
Normal file
16
src/FFMpeg/Exception/LogicException.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of PHP-FFmpeg.
|
||||
*
|
||||
* (c) Alchemy <info@alchemy.fr>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace FFMpeg\Exception;
|
||||
|
||||
class LogicException extends \LogicException implements ExceptionInterface
|
||||
{
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue