Quantcast
Channel: How to compress mp3 file in php - Stack Overflow
Viewing all articles
Browse latest Browse all 3

How to compress mp3 file in php

$
0
0

I am doing a php project. In my project, I need to compress mp3 files to reduce the file size because I need to store a lot of mp3 files.

How can I compress it in php? I am using laravel framework. If possible, I want it without extra installation. I already checked ffmpeg, but I was not able to use it due to the poor documentation. How can I achieve it?


Viewing all articles
Browse latest Browse all 3

Trending Articles