Cleanup avconv files

This commit is contained in:
grosroro 2012-05-30 18:46:11 +02:00
commit f519298468

View file

@ -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()) {