编写Jpeg或Mpeg等多媒体标准 [英] coding the Multimedia standards like Jpeg or Mpeg

查看:101
本文介绍了编写Jpeg或Mpeg等多媒体标准的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好

我刚读了一些关于多媒体系统的内容

我对编码算法感兴趣

但问题是如何?我如何计算这个复杂的过程?



是否可以使用C ++或类似的东西?



我对英语知识薄弱的道歉

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

推荐答案

你的问题的答案是,处理JPEG或MPEG的所有最佳应用程序都是用c / c ++编写的。



现在,如果你问你将如何实现这样复杂的等式,答案将是

1.写下那些复杂的代码。(I我不确定,但我认为JPEG或MPEG格式不是免费提供的。但你可以查一下)

2.购买图书馆。



谷歌将成为你的朋友。
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.


是 - 它们是已发布的标准,如果你想自己实现它们,你可以(可能)用(几乎)和编程语言来实现它们。 C ++和C#都能很好地处理它(虽然C#可能没有原生C ++代码那么快)。



在这两种情况下你都有很多阅读做!从这里开始:

http://en.wikipedia.org/wiki/.mpg [ ^ ]

http://en.wikipedia.org/wiki/JPEG [ ^ ]

但是你可能需要至少遵循一些参考资料。
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.


这篇关于编写Jpeg或Mpeg等多媒体标准的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆