JFIF  x x C         C     "        } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz        w !1AQ aq"2B #3Rbr{ gilour
<?php namespace ProtoneMedia\LaravelFFMpeg\FFMpeg; use FFMpeg\Media\Video; class VideoMedia extends Video { use RebuildsCommands; /** * Create a new instance of this class with the instance of the underlying library. * * @param \FFMpeg\Media\Video $video * @return self */ public static function make(Video $video): self { return new static($video->getPathfile(), $video->getFFMpegDriver(), $video->getFFProbe()); } }