We fix the usage of
This commit is contained in:
parent
8bdc839e91
commit
ca8eea7ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface
|
|||
|
||||
try {
|
||||
// Get the duration of the video
|
||||
$duration = $this->getFormat()->get('duration');
|
||||
$duration = $format()->get('duration');
|
||||
|
||||
// Get the number of frames per second we have to extract.
|
||||
if(preg_match('/(\d+)(?:\s*)([\+\-\*\/])(?:\s*)(\d+)/', $this->frameRate, $matches) !== FALSE){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue