vote up 3 vote down star
1

How can I find which codec an AVI file needs? A method that does not require downloading a program would be preferred (such as looking at the file in notepad).

flag

74% accept rate

2 Answers

vote up 12 vote down check

Open in notepad, do a search for 'vids' - the FOURCC is right after that. Eg you'll find something like:

vidsWMV1

Then google for 'fourcc WMV1' in this example.

link|flag
Interesting solution, didn't know about this. +1 – musicfreak Aug 17 at 23:17
Woo hoo! I got an accepted answer! That never happens! – Chris Aug 18 at 4:14
vote up 15 vote down

This is a very simple process and can be done using the GSpot Codec Information Tool. Just download the program and install it. Now go into your Start Menu and open the program.

  1. Select File | Open and select your AVI file
  2. Look for the FourCC code for the file's Video Codec

  3. Visit the FourCC website and find out who develops that codec

  4. You can now go to that developers website to download your codec. You can also visit the Codec section of wmplugins.

Note: Do not download anything labeled as a "Codec Pack" or from the links at the top of the FourCC website. This will help you stay out of trouble when playing your files.

VLC has support for Divx and 3ivx built in for all platforms.

Source :http://msmvps.com/blogs/chrisl/articles/11529.aspx

link|flag
4  
I think he would prefer a method that does not require downloading a program. – hyperslug Aug 17 at 0:13
7  
GSpot is <200KB and doesn't require installation. Downloading and running it will probably be faster than trying to load a video file on Notepad. – Badaro Aug 17 at 0:47
1  
+1 for Gspot, it works great – Ivo Aug 17 at 6:36
1  
A good answer, but it wasn't the answer I was looking for. – C. Ross Aug 17 at 12:48

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.