• 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.

What FORMAT / CODEC to use for a video file?

Superwormy

Golden Member
A fricking friend just sent me a video file with no extension, I dont' know what Codec I need to watch the video, and MS Media Player can't download it. Is there any way I can find out waht format its encoded / decoded with so that I can go dl the appropriate Codec and watch it?
 
If you have cygwin or other GNU text utilities installed you can get the codec signature out of any AVI like this:

head -c 192 [filename] | tail -c 4

If the output of that looks like garbage its not an AVI, try renaming it to .mpg and seeing if that works, or try renaming to .mov and seeing if quicktime will play it.
 
Back
Top