Advice - How To Start Converting Video / Audio

五迷三道 提交于 2019-12-11 02:29:08

问题


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.


回答1:


You might want to have a look at FFmpeg source code?



来源:https://stackoverflow.com/questions/3947481/advice-how-to-start-converting-video-audio

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!