mp3 decoding

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Goon

    mp3 decoding

    I'd like to decode an mp3, edit it, and encode it back to mp3 in php,
    any ideas?
  • r0g

    #2
    Re: mp3 decoding

    Goon wrote:
    I'd like to decode an mp3, edit it, and encode it back to mp3 in php,
    any ideas?
    Do you want to do this on a server or on a desktop machine?

    Comment

    • Goon

      #3
      Re: mp3 decoding



      On Sep 23, 10:21 pm, r0g <aioe....@techn icalbloke.comwr ote:
      Goon wrote:
      I'd like to decode an mp3, edit it, and encode it back to mp3 in php,
      any ideas?
      >
      Do you want to do this on a server or on a desktop machine?
      on a server

      Comment

      • Goon

        #4
        Re: mp3 decoding

        On Sep 23, 10:21 pm, r0g <aioe....@techn icalbloke.comwr ote:
        Goon wrote:
        I'd like to decode an mp3, edit it, and encode it back to mp3 in php,
        any ideas?
        >
        Do you want to do this on a server or on a desktop machine?
        on a server

        Comment

        • r0g

          #5
          Re: mp3 decoding

          Goon wrote:
          On Sep 23, 10:21 pm, r0g <aioe....@techn icalbloke.comwr ote:
          >Goon wrote:
          >>I'd like to decode an mp3, edit it, and encode it back to mp3 in php,
          >>any ideas?
          >Do you want to do this on a server or on a desktop machine?
          >
          on a server

          Well PHP isn't so much with the multimedia so if there's any way you can
          get away with calling an external app (FFmpeg) to do your heavy lifting
          that's the way to do it. If you can't do that and have to use pure PHP
          there are some mp3 manipulation classes out there but none of them look
          very good: e.g. http://www.sourcerally.net/Scripts/20-PHP-MP3-Class

          Roger.



          Comment

          Working...