Standard fixing
This commit is contained in:
parent
cdeed25ada
commit
e1688c7966
2 changed files with 11 additions and 11 deletions
|
|
@ -62,7 +62,7 @@ class ClipFilter implements VideoFilterInterface
|
||||||
{
|
{
|
||||||
$commands = array('-ss', (string) $this->start);
|
$commands = array('-ss', (string) $this->start);
|
||||||
|
|
||||||
if($this->duration !== null) {
|
if ($this->duration !== null) {
|
||||||
$commands[] = '-t';
|
$commands[] = '-t';
|
||||||
$commands[] = (string) $this->duration;
|
$commands[] = (string) $this->duration;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue