public function isVideo()
    {
        if ($this->isMime('video')) {
            return true;
        }