我如何成为一名多媒体程序员?
最近我对多媒体编程很感兴趣,但我对多媒体的了解只是与编解码器和容器格式相关的简单基本概念。那么您能告诉我从哪里开始吗?有没有一些好书可以从软件编程的角度解释多媒体概念。事实上,我正在寻找软件开发人员必须掌握的多媒体编程的必备知识和关键概念
Recently I'm interesting in multimedia programming but all I know about multimedia is simple and basic concepts related to codecs and container formats. So can you tell me from where to begin and is there some good books which explain multimedia concepts from software programming standpoint. In fact, I'm looking for the prerequisite knowledges and key concepts of multimedia programming which a software developer must master
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果你有一点数学背景,你应该学习一些关于DSP(数字信号处理)的知识,有很多书籍和网站例如:http://www.dspguide.com/pdfbook.htm
在该领域,Matlab 非常流行(有免费的克隆,如 Octave),它的高级语言非常适合进行 DSP 实验并掌握主要概念。
If you have a little mathematical background, you should learn something about DSP (Digital Signal Processing), there are lots of books and websites Eg: http://www.dspguide.com/pdfbook.htm
And in that area it's quite popular Matlab (there are free clones, as Octave) , its high level language well suited to experiment with DSP and grasp the main concepts.