I wanted to calculate the duration of a video in seconds as in integer variable. For this I needed software outside of PHP. So, I decided to use the open source video encoding library, avconv, running on Linux Mint /…
I wanted to calculate the duration of a video in seconds as in integer variable. For this I needed software outside of PHP. So, I decided to use the open source video encoding library, avconv, running on Linux Mint /…
Recently, I went to install the Laravel PHP framework on a fresh virtual machine. Here are the steps that I went through. First of all, I created a directory for my project and made this my current directory. $ mkdir…