I'm posting this guide here so then I can link all my old releases to this thread.
All my latest movies were encoded using XviD and Mencoder under GNU/Linux, and were only playable under Windows (except with some players which didn't use the default Windows' avi-playing infrastructure). With the help of many friends (let me at least name
Faeton@DXC,
LastNinja2@ItaloDome, the pals at
Doom9, and
Fitz@FH for testing) we found out that for some reasons the default Windows avi-splitter was trying to interpret a part of the header that has no meaning for this file format and so it's junk. Luckily there's a quick and easy fix to it.
1) You will need an hex-editor: I don't use Windows, but I was informed from a reliable source that one of these free hex-editors will be enough for what we're trying to do:
ftp://ftp.sunet.se/pub/simtelnet/win95/ ... xfre20.zip
http://www-physics.mps.ohio-state.edu/~ ... exedit.exe
2) We are going to work on the .avi file, so if you are not 100% sure of what you're doing please
do a backup copy of the file.
3) Open the avi file in the hex-editor. You will see something like this:
Note the highlighted part: that's the junk that make Windows' avi-splitter stumble. We only have to delete it: to do that we overwrite that part with ASCII zeroes (not the character 0). After zeroing out the offending string, you should see something like this:
4) Save the file. It will now work flawlessy. Ask in the forum if you have doubts

.