In my site, users will upload the videos, images. If the users upload the video, I would like to find the play duration, size and dimension. I am planning to use the http://www.getid3.org/ library. I would like to know the best way to incorporate this library with laravel framework. Please help me.
I have followed the instruction and updated the composer.json and run the composer.update. Now I can see the folder php-ffmpeg in vendor directory. I am getting FFMpeg not found error. I am using laravel 5.3 and homestead. Do I need to add any path to find FFMpeg in laravel configuration. Please help.