建议 - 如何开始转换视频/音频
过去五年我一直在使用 C++。在此期间,我从来不需要处理音频或视频文件。我想编写的一件事是一个应用程序,它将获取 AVI/MPEG 文件并将其转换为 OGG 格式。
有没有什么好的书籍/教程可以让我在这个领域涉足?我知道负责 OGG 的组织 Xiph.Org 基金会拥有其 API 的库和文档。
感谢您提供的任何见解。
I have been using C++ for the last five years now. During this time, I never had to work with audio nor video files. One thing I want to write is an application that will take a AVI/MPEG file and convert it to the OGG format.
Are there any good books / tutorials out there where I can get my feet wet in this domain in general? I am aware the Xiph.Org Foundation, the group responsible for OGG, have libraries and documentation for their API.
Thanks for any insight provided.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能想查看 FFmpeg 源代码?
You might want to have a look at FFmpeg source code?