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

Thread: MPEG Encode

  1. #1
    Join Date
    May 1999
    Posts
    20

    MPEG Encode

    I know there are libraries for encoding or decoding jpeg files. Is there library for MPEG encoding(free or commercial). And where can I get it? Thank you in advance.


  2. #2
    Join Date
    Aug 2001
    Location
    The Netherlands
    Posts
    13

    Re: MPEG Encode

    There are many free and commercial MPEG and MP3 libraries. I don't know where you want to use the library for. But if it is for personal use or open source, there are many free libraries available. For example:

    http://starship.python.net/~gward/mpeglib/


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