Click here to Skip to main content
15,895,606 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys
I just read some about multimedia systems
I am interested about coding that algorithms
but the question is how? How can I calcute that complex process?

is it possible with C++ or something like that?

my apology for weak English knowledge
Posted
Updated 6-Dec-12 22:49pm
v2

The answer of your question is, all the best applications that process JPEG or MPEG are written with c/c++.

Now, if you ask how would you implement such complex equation, the answer would be
1. Write those complex code.(I am not sure, but I think JPEG or MPEG format is not available for free. But you can check)
2. Buy library.

Google would be your friend.
 
Share this answer
 
Yes - they are published standards, and if you want to implement them yourself, you can (probably) do it in (almost) and programming language. C++ and C# would both handle it well (though C# may not be as fast as native C++ code would be).

In both cases you have a lot of reading to do! Start here:
http://en.wikipedia.org/wiki/.mpg[^]
http://en.wikipedia.org/wiki/JPEG[^]
But you will probably need to follow at least some of the references for each.
 
Share this answer
 
Comments
ali_crash 7-Dec-12 8:56am    
It seems you are not familiar with multimedia coding algorithms
but your answer is helpful enough.
I started project with c++ for coding Jpeg standard
I'll put you in Guys

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