Can someone enlighten me on writing CODEC in .NET?
Which can be loaded automatically by Windows Media Player, Media Player Classic, and other media players that loads external CODECs.
Printable View
Can someone enlighten me on writing CODEC in .NET?
Which can be loaded automatically by Windows Media Player, Media Player Classic, and other media players that loads external CODECs.
I don't believe you are capable of writing a CODEC in .NET, I think you would need a more native language such as C or C++. I am not sure how to write a CODEC but I would suggest reading up on how they work, I didn't really find much results with Google, I would suggest getting a book - or asking more people.
Sorry if I haven't posted any updates.
I found out that I need to build it on DirectShow SDK which is already part of Platform SDK.
I want to write it through .NET because it is easier(for me) to take-advantage multi-core processors and graphics card through parallel computing, DirectX/OpenGL, and OpenCL.