Thread: Making a file conversion program in C

  1. #1
    Registered User
    Join Date
    Jan 2012
    Posts
    2

    Making a file conversion program in C

    Hello everyone,

    I've been teaching myself C for the past 4 or 5 months and I think its time for me to create something. This "something" that I would like to create is a conversion program that converts file types (mainly audio and video files) and removes DRM(if the file has any). I know that this may seem to be an ambitious project for someone who only has a few months of experience with C, but I think a challenging project such as this would vastly improve my programming skills (and give me something to do on Friday nights ha ha!). Where do I begin? Can anyone provide me with a sample of code that would enable a program to convert files? Are there any open source programs out there that have the source code readily available so I can learn from them? If I go through with this I will make my program open source and free.

  2. #2
    Registered User
    Join Date
    Jan 2009
    Location
    Australia
    Posts
    375
    Look up FFmpeg.

    You're right, it does sound ambitious, best of luck to you.

  3. #3
    Registered User
    Join Date
    Jan 2012
    Posts
    2
    Quote Originally Posted by DeadPlanet View Post
    Look up FFmpeg.

    You're right, it does sound ambitious, best of luck to you.
    This is exactly what I was looking for. Thanks a bunch

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Program Conversion Help
    By magda3227 in forum C Programming
    Replies: 6
    Last Post: 06-13-2008, 01:24 PM
  2. program conversion.
    By nesagsar in forum C++ Programming
    Replies: 4
    Last Post: 12-14-2006, 04:04 PM
  3. Need help with this simple conversion program
    By Mshock in forum C++ Programming
    Replies: 3
    Last Post: 06-30-2006, 12:53 AM
  4. making a program leave a msg for background program when it closes
    By superflygizmo in forum Windows Programming
    Replies: 2
    Last Post: 02-06-2006, 07:44 PM
  5. Currency Conversion Program
    By Dangerous_Dave in forum C Programming
    Replies: 2
    Last Post: 11-11-2003, 08:54 PM

Tags for this Thread