codec programming

Status
Not open for further replies.
hello people,

i want to built a codec of my own particularly in C#.

basically , i input a AVI or and other video+audio encoded file and render it on the screen without and third-party coded DLL, just purely programming.

i read the "Coded Programming Guide" in the MSDN but did not find any thing useful.

some websites about basics of codec programming .....
 

swatkat

Technomancer
Probably, you can learn/read about how a codec works, media file formats and decoding them. You can as well check out some open source codecs to get some idea. Here are some links:
*blog.bjrn.se/2008/10/lets-build-mp3-decoder.html
*sourceforge.net/projects/mad/
 
Status
Not open for further replies.
Top Bottom