• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

.avi files

silverdj

Senior member
I was just wondering how you can play .avi files in wmp? For some reason they won't play on mine and I have the .avi file type selected in the options.
 
AVI is just a container, I believe...the actual video/audio content can be lots of different formats, so you probably don't have the correct codec installed for whatever the particular video uses. Might be Divx, Xvid, or lots of other things...where did the video come from, and do you know what codec it uses? You could always open it up in something like Virtualdub to check...
 
Originally posted by: keeleysam
Download VLC and quit worrying about codecs.

Yup... VLC bundles libavcodec which can decode pretty much everything in just a single set of libraries. They all work together correctly and postprocessing works on all of them. Much less chance of having things conflict. That's an open-source, cross-platform library so it works on any operating system as well, and you can stream to other people.

If you want to use WMP, you may have to use ffdshow. I am not sure if VLC registers codecs or not with other players, but try it before you get ffdshow (which is essentially the same ffmpeg/libavcodec libraries for the Windows multimedia DirectShow interface).
 
Back
Top