C , linux 中的音频视频编程
我想学习ffmpeg,在fedora linux下用C语言实现文件格式转换和播放器。在哪里可以获得有关如何在 PC 中播放音频视频文件的基本详细信息? 在哪里可以获得音频视频节目的最佳材料?
I want to learn ffmpeg, to implement file format conversion and player in C language under fedora linux. Where I can get the basic details of how audio video files are played in PC?
Where I can get the best material for audio video programming?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在 http://dranger.com/ffmpeg/ 上,您可以找到关于 ffmpeg c-api 的非常好的介绍
On http://dranger.com/ffmpeg/ you find a very nice introduction to the ffmpeg c-api
首先观看:http://xiph.org/video/vid1.shtml
您将需要数字信号处理背景:http://www.dspguide.com/pdfbook.htm
Alsa编程:http://www.linuxjournal.com/article/6735
对于视频显示,您可以按照 Friedrich 的说明使用 SDL。
Start by watching that : http://xiph.org/video/vid1.shtml
You will need digital signal processing background : http://www.dspguide.com/pdfbook.htm
Alsa programming : http://www.linuxjournal.com/article/6735
For video display you can use SDL as explained by Friedrich.