From f51929846817d50d779111d83bcb919396df81f9 Mon Sep 17 00:00:00 2001 From: grosroro Date: Wed, 30 May 2012 18:46:11 +0200 Subject: [PATCH] Cleanup avconv files --- src/FFMpeg/FFMpeg.php | 1 + 1 file changed, 1 insertion(+) 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()) {