Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找适用于 Windows Phone 8 的 mp4/h264 解码器,它允许我访问解码的视频帧数据(在 I/P/B 帧处理之后)。Afaik Windows Phone 8 本身不提供访问解码的 h264 数据以进行进一步处理的方法。
你能推荐一个最好用 C/C++ 编写、独立于平台并且可以在 WP8 上编译的库吗?欢迎免费和商业建议。
问候,
看看FFMpeg或libav。