As I've mentioned in my another question, I'm having trouble with Qt 5.1's multimedia module. The QMediaPlayer class can't play some MP3 files. I haven't tested other formats thoroughly.

I'm not sure if this is a codec related problem. But I'm interested in using codec directly in my program rather than relying on the backend support for playing media files. I'll be developing the application in Qt 5.1 for desktop Windows platform.

I have no idea about using codecs in programs. Any pointer will be greatly appreciated.

有帮助吗?

解决方案

You can go to [FFMPEG]: http://www.ffmpeg.org/ to integrate the open-source codec to play your media file.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top