Click here to Skip to main content
15,909,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to write codec in c#?
what is pre-requist knowlegde to write the codec?

how to encode and decode media file in c#?

i will do'it give me some idea?

I Need MkV Codec for Windows 8 Metro/Phone.
Help me which laguage well suited for developing codec also it have to support by .net 4.5,clr 4.0,msil,jit
as a class libaray for c#.
Posted
Updated 25-Aug-13 9:04am
v4

You start by reading and understanding the format you will be creating, this is an advanced topic and probably not suited for c# (a high level language) for performance reasons http://en.wikipedia.org/wiki/H.264/MPEG-4_AVC[^]
 
Share this answer
 
Comments
Praba Prakash 25-Aug-13 14:28pm    
C# is third generation language .i will accept.but they are providing the class libraries form high level language and functional programming language...

1.for eg linq was born haskel
2.async
3.collection
more and more
why can we use that itself for devloping codec??????
Mehdi Gholam 25-Aug-13 14:37pm    
OS's have been created in javascript, just because it is possible does not mean it is useful, especially from a performance perspective.
Praba Prakash 25-Aug-13 14:57pm    
javascript is client side script langauge?it's work by interpreting.it convert first line to machine language and exceute and again iterate the process......also if any error occur i it will stop the process.it won't support feature of os -> robustness?

i need to develop mkv codec for windows 8 metro
give me some idea?
which laguage is support by .net msil and that language will be good for developing codec?
i will learn it.may be my future is beyond this.
Sergey Alexandrovich Kryukov 25-Aug-13 17:40pm    
Such codec already exists. I played matroska files with no problem.
—SA
Praba Prakash 25-Aug-13 21:11pm    
Give me the name of it?
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Aug-13 17:39pm    
Very little relevance to the question, if any at all.
—SA
abbaspirmoradi 26-Aug-13 5:57am    
I put this link for familiarity with encode and decode!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900