Windows media player won't play some "Movie Clip" files that I've downloaded. (note I say "some" - I've got other movie clips files that play ok).
What happens is that I double click on the icon and Windows media player opens and then it searches for codecs: "Requesting codec server.... locating codec server" etc and then it says "error downloading codec". But I've downloaded codecs recently.
I also did a Windows media player update, which was nice, but hasn't sorted this problem.
Incidentally if I copy these files to compact disc they play fine in my standalone DVD player on my TV.

Anyway the WMP error centre said this,

C00D11D1: Cannot play the file
Windows Media Player cannot play the file because there might be a problem with the sound or video device, such as a sound or video card.

Your sound or video device might require an updated driver. To determine if an updated driver is available, see the Windows Update page at the Windows Update Web page at the Microsoft Web site, or see the sound or video device manufacturer's Web site.

Error ID = 0xC00D11D1, Condition ID = 0x00000000

Any help would be appreciated.
Thanks
Kris

Dani AI

Generated

Short version: this is almost certainly a missing audio decoder (not a broken file or bad card). As found, the files are MPG and a codec tool reported MPEG‑1 Audio Layer II (MP2). VLC and standalone players ship their own decoders, so they play the files; Windows Media Player uses system DirectShow/ACM filters and will fail if an MP2 decoder is not installed.

Practical steps to fix:

  1. Confirm the streams with a codec ID tool (MediaInfo, GSpot or the AVIcodec you used). Look for the audio format (MP2).

  2. Install a DirectShow MP2 decoder. A common, low-impact choice is ffdshow (enable MPEG‑1 Layer II in the audio decoders). After installation reboot and test WMP.

  3. If you do not want to add system codecs, keep using VLC (it avoids system codec conflicts) or convert the audio to MP3. Example ffmpeg command to rewrap keeping video and converting audio:

    ffmpeg -i input.mpg -c:v copy -c:a libmp3lame -q:a 2 output.mpg
  4. Only if problems persist: update audio/video drivers and remove conflicting codec packs.

Notes and cautions: avoid unknown, untrusted codec installers and large all-in-one packs unless you need them—those can create filter conflicts. Because the file plays in VLC and on a hardware player, the file itself is fine; installing a reputable MP2-capable DirectShow filter (or using VLC) is the safest solution.

Recommended Answers

All 17 Replies

Your sound or video device might require an updated driver. To determine if an updated driver is available, see the Windows Update page at the Windows Update Web page at the Microsoft Web site, or see the sound or video device manufacturer's Web site.

Have you tried that? I would try what the error suggests.


-T

Yeah afraid I've tried that.

I've done a Windows update, Windows media player update, uninstalled and reinstalled WMP, same with the codecs.

It's weird, it'll play "Windows Media Audio/Video" files and most of my "Movie Clip" files except a few. Very odd

*Double post sorry*

Hm, if these have been obtained illegaly, (im not syaing they have been) that could be the problem, somthimes that stuff just plain old doesnt work.

EDIT: :eek: Double post, sorry bout that i was a little hasty on the mouse :rolleyes: Delete this please.

What do you mean by illegal though?

I just played these files on another computer in this house and I thought the same thing was happening - was searching for codecs and said codec error and then all of a sudden they played ok.

well, what i meant was, did you download them off the internet through a p2p program. Good luck with those links!

-T

A mate told me to download VLC media player - whatever that is - and I did and it plays the clips.
But I'm still not happy, I want them to play via Windows Media Player. Is there any way of working out what codec I need?

A mate told me to download VLC media player - whatever that is - and I did and it plays the clips.
But I'm still not happy, I want them to play via Windows Media Player. Is there any way of working out what codec I need?

what file type are the clips

Movie Clip.

Ok, are they avi, mpeg, or what. Need more specifics.

Movie Clip.

Right click on the file and check the properties ,for the file extention/type, .AVi .MPEG .WMA or what ever is there .

That's what I did, I right-clicked on it and clicked properties and it says "Type of file: Movie Clip". I take it that it should say something else then?

That's what I did, I right-clicked on it and clicked properties and it says "Type of file: Movie Clip". I take it that it should say something else then?

Hmmm, do this. Open up

My Comuter>Tools>Folder Options>View Tab>un-check hide extensions for known files

Then look at the movie file. what is the extension?

-T

:D Ah ha, it's an mpg!

Everything I've tried has failed so far... BUT something called AVIcodec has finally told me the codec I need. It's: Mpeg-1 audio Layer 2 [0xc0]

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.