Thread: converting audio and video files in C++

  1. #1
    Registered User
    Join Date
    May 2006
    Posts
    1

    converting audio and video files in C++

    i am pretty new to writin in C/C++ but i have decided to try and write a programme which will convert audio files into mp3 and also video (particularly dvd) into mp4 (to be played on the psp n ipod video).

    i was wondering if anyone could give me an idea of where i should start (i.e. sites with info and topics i should look at).

  2. #2
    Registered User
    Join Date
    May 2006
    Location
    Berkshire, UK
    Posts
    29
    Try looking for libraries in google... this is probably non-trivial as the standards are not all in the public domain. Good luck.

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    You can start by looking at the LAME Project. LAME is an open source MP3 encoder.

    A site that has lots of information about various encoding and file formats is wotsit.org.

    Or, a better option is usually to use existing codecs in your program. If you are programming Windows, you can find out about using a codec on MSDN, or in the Windows Platform SDK or the DirectX SDK.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. wmv files
    By munna_dude in forum Tech Board
    Replies: 11
    Last Post: 07-01-2007, 06:13 PM
  2. extracting the audio from video
    By axon in forum Tech Board
    Replies: 2
    Last Post: 10-12-2003, 02:22 PM
  3. hooking dvd audio (video?) to new mobo
    By Waldo2k2 in forum Tech Board
    Replies: 3
    Last Post: 06-28-2003, 02:18 AM
  4. Codec Bitrates?
    By gvector1 in forum C# Programming
    Replies: 2
    Last Post: 06-16-2003, 08:39 AM