我正在寻找可以将 MPEG 转换为 AVI 的库。
有没有一个很好的用途?
提前致谢。
(我的程序是用VC++编写的,谢谢)
(我正在使用 DirectShow。但我不知道如何使用它将 MPEG 转换为 AVI ?我知道如何构建图形并渲染已经具有适当编解码器的视频)
你没有指定你正在使用的 prog 语言,所以我只会提到 ffmpeg。 http://ffmpeg.org/
libavcodec非常流行。
最好的办法是使用音频/视频框架。
我会推荐以下内容:
If you need a cross platform solution I would recommend the commercial MainConcept CodecSDK, which has some of the best video codec implementations around.