Hi, I'd need quotes from someone able in making an audio file duration validation with PHP and FFMPEG. I have a PHP form for the audio file upload (on Wordpress) and ffmpeg is installed on my server. What I need is a validation checking the length of the uploaded audio file and if it's too long, throw an error before accepting the form submission. Cheers.