A wrapper around james-heinrich/getid3 to extract various information from media files. https://packagist.org/packages/plutuss/getid3-laravel
$media = MediaAnalyzer::fromLocalFile(
path: 'files/video.mov',
disk: 's3', // "local", "ftp", "sftp", "s3","public"
);
$media->getAllInfo();