Using the mciSendString command I am able to play avi, mpeg, mp3, etc. but I am unable to play mp4. Here in this web-site it says I can play any videos provided that I have the correct codecs. I am able to play mp4 using my other media players (eg. vlc player). How can I play mp4 videos or how can I make the MCI device auto detect the necessary driver type and play the videos ?
Asked
Active
Viewed 3,032 times
1 Answers
2
VLC embeds its MPEG-4 parser and codecs within the applciation and does not share it with the system. You need "true" codecs which register with Windows and extend standard API with support for MPEG-4. If you don't feel like looking for specific codec to install, perhaps the easiest would be to install a codec pack such as K-Lite.

Roman R.
- 68,205
- 6
- 94
- 158
-
I downloaded and installed K-Lite Codecs (Full Pack), now I am able to play most of the videos in my computer. Thank You – Failed_Noob Jan 13 '12 at 08:13