by centip3de on Thu Mar 20, 2014 2:54 pm
([msg=80001]see Re: video codec[/msg])
networkjack wrote:hello everyone i want to learn more about multimedia programming ,about video codecs.
which are the basic languages must required .please help
Sorry I'm a bit tardy-to-the-party, but a video codec is just something that compresses/decompresses videos. I'd suggest looking up the different format's you'd like to use, study those, and then probably a few open source video players. As for languages, just about anything will suffice as long as it's not a web-language (though in theory you might be able to do it in JS) -- C/C++/D/Python/Java/Perl/C#/etc.
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. -Rick Cook