diff --git a/src/FFMpeg/FFMpeg.php b/src/FFMpeg/FFMpeg.php index b56b768..7fa0301 100644 --- a/src/FFMpeg/FFMpeg.php +++ b/src/FFMpeg/FFMpeg.php @@ -308,6 +308,7 @@ class FFMpeg extends Binary $this->cleanupTemporaryFile($tmpFile->getPathname()); $this->cleanupTemporaryFile(getcwd() . '/ffmpeg2pass-0.log'); + $this->cleanupTemporaryFile(getcwd() . '/av2pass-0.log'); $this->cleanupTemporaryFile(getcwd() . '/ffmpeg2pass-0.log.mbtree'); if ( ! $process->isSuccessful()) {