libertyct Posted April 27, 2010 Share Posted April 27, 2010 Is basic MP3 compression to smaller size possible with either PHP 5+ or Zend Framework? Quote Link to comment https://forums.phpfreaks.com/topic/199972-mp3-compression-with-php/ Share on other sites More sharing options...
teamatomic Posted April 27, 2010 Share Posted April 27, 2010 compressing an mp3 will not gain you anything unless you want to "hide" it from bro'bamas new IP police. Only text based files really benefit from compression. HTH Teamatomic Quote Link to comment https://forums.phpfreaks.com/topic/199972-mp3-compression-with-php/#findComment-1049578 Share on other sites More sharing options...
libertyct Posted April 27, 2010 Author Share Posted April 27, 2010 compressing an mp3 will not gain you anything unless you want to "hide" it from bro'bamas new IP police. Only text based files really benefit from compression. HTH Teamatomic @Teamatomic I f a user uploaded an MP3 with higher quality example 128kbps and i wanted to drop it down to 96kbps after the file is uploaded, that would give me a smaller file to serve to users on the website. Instead of feeding a 10MB file to the swf player I could end up fetching a 6MB file, this is what I am trying to achieve. Quote Link to comment https://forums.phpfreaks.com/topic/199972-mp3-compression-with-php/#findComment-1049593 Share on other sites More sharing options...
Psycho Posted April 27, 2010 Share Posted April 27, 2010 This seems to be a solution, but you will need to install lame on the web server: http://snippets.dzone.com/posts/show/5126 Note: I have not tired it and tale no responsibility for it. Quote Link to comment https://forums.phpfreaks.com/topic/199972-mp3-compression-with-php/#findComment-1049601 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.