|
|
|
@ -47,6 +47,8 @@ class QueueFfmpegCommand extends Command |
|
|
|
$queuedFfmpegService->processDir($path); |
|
|
|
} else { |
|
|
|
$ffmpeg = new FfmpegService(); |
|
|
|
$ffmpeg->setNeedRemoveExistFiles(false); |
|
|
|
$ffmpeg->setNeedRemoveAfterEncode(true); |
|
|
|
$ffmpeg->processDirWithQueue($path, "file_to_encode"); |
|
|
|
} |
|
|
|
} |
|
|
|
|