first(); if ($video) { $job = new RunVideoRenderPipelineJob($video->id); $job->handle(); } else { echo 'NO VIDEO'; } } }