Thread: MPEG - Issues (Codec, Copyright etc.)

  1. #1
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812

    Angry MPEG - Issues (Codec, Copyright etc.)

    Hi,

    I have a problem. I have been given an MPEG video by my employer. However, we are finding that it will not play on any machine other than the one it was created on.

    This is what really CONCERNS me. When I try to open it Media Player, Media Player goes off to the internet and looks for something called a CODEC SERVER. What on Earth is it doing? What is a codec & what is this codec server? Windows Media Player then tells me that the file is not of a recognised format, which is rubbish.

    What is going on here?

  2. #2
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    OK. After some searching - here's what I think.

    My Media Player needs some information (this CODEC - a plugin of somekind) in order to play it, so it goes off looking for it.

    The machine which created it has this & all our other machines don't.

    Is this right?
    OS: Windows XP
    Compilers: MinGW (Code::Blocks), BCB 5

    BigAngryDog.com

  3. #3
    Skunkmeister Stoned_Coder's Avatar
    Join Date
    Aug 2001
    Posts
    2,572
    A CODEC is COmpression/DECompression. It contains the information needed to code/decode an mpeg file.
    Free the weed!! Class B to class C is not good enough!!
    And the FAQ is here :- http://faq.cprogramming.com/cgi-bin/smartfaq.cgi

  4. #4
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    Thanks Mr. Stoned Coder.

  5. #5
    Registered User
    Join Date
    Feb 2002
    Posts
    465
    one of the more common codecs is the DivX codec, which you can get at www.DivX.com.

    otherwise, run a search on www.download.com for the codec that its looking for.
    I came up with a cool phrase to put down here, but i forgot it...

  6. #6
    Registered User
    Join Date
    Jan 2002
    Posts
    552
    Yeah, you probably need DivX or MPEG4(2?, lost count) codec. To get the MPEG4(2) codec just download some sort of software DVD player and install it... then uninstall it if you wish. The codecs usually remain.

    Funny how microsoft has a codec server but refuses to put any popular codecs on it
    C Code. C Code Run. Run Code Run... Please!

    "Love is like a blackhole, you fall into it... then you get ripped apart"

  7. #7
    Evil Member
    Join Date
    Jan 2002
    Posts
    638

    Is it a sensitive video?

    If not I could take a look and see exactly which codec iit uses.

  8. #8
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    Divx is mpeg 4 only(ie. not 2).
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

  9. #9
    Code Monkey Davros's Avatar
    Join Date
    Jun 2002
    Posts
    812
    Thanks guys. I was getting all upset when I wrote my first post because I couldn't understand why media player was trying to connect to external machines in order to play my file. I understand now.
    OS: Windows XP
    Compilers: MinGW (Code::Blocks), BCB 5

    BigAngryDog.com

  10. #10
    Registered User
    Join Date
    Jan 2002
    Posts
    552
    ah yes, i remember now. DivX was a reverse engineering of MPEG4 and MPEG2 is what is used for DVD's.
    C Code. C Code Run. Run Code Run... Please!

    "Love is like a blackhole, you fall into it... then you get ripped apart"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. Hidden issues in crypto program.
    By KoG Metalgod in forum C++ Programming
    Replies: 1
    Last Post: 11-02-2007, 06:11 PM
  3. using a codec?
    By DougDbug in forum Windows Programming
    Replies: 1
    Last Post: 09-09-2005, 08:06 PM
  4. hexdump issues
    By daluu in forum C Programming
    Replies: 2
    Last Post: 03-04-2003, 09:01 PM
  5. Difference of CODEC and MODEM
    By netboy in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 07-04-2002, 01:11 AM