79153407

Date: 2024-11-03 18:59:21
Score: 2
Natty:
Report link

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();  
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dmytro Konovalenko