JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "VideoMedia.php"
Full Path: /home/u743136113/domains/arvi.seezify.com/public_html/vendor/pbmedia/laravel-ffmpeg/src/FFMpeg/VideoMedia.php
File size: 475 bytes
MIME-type: text/x-php
Charset: utf-8
<?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());
}
}