CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MP3 encoding

  1. #1
    Join Date
    Aug 2009
    Posts
    1

    Question MP3 encoding

    Hello,

    I'm not actually a C programmer but I work in AS3.
    I'm playing around with Adobe Alchemy now, a package that makes it possible to compile C files/classes or libs into a swc file that can be used in actionscript.

    I am looking for source files of a straight forward mp3 encoder, requirements are :

    - comprehensible code for people who know some C but don't breath it
    - a limited file count

    I found info about the 8HzMP3 encoder but I can't find any good source files on the internet, what I did find I wasn't able to compile.

    Any help will be very much appreciated

    Sincerely,
    SimoensS

  2. #2
    Join Date
    Jan 2009
    Posts
    1,689

    Re: MP3 encoding

    MP3 is not a file format, it's a container format.

    FFmpeg should do what you want.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured