The Warhammer40K - Dawn Of War has some video files, like the intro-trailer. The trailer is “dow_intro.avi”, but in the same folder there is another file called “dow_intro.lua”. Opening it with the Notepad, the following is revealed:
— The DivX movie, with the FOURCC code changed to DXGM using avic
movie = “dow_intro.avi”
— Internal audio, or no audio at all.
audio = “dow_intro”
— Stretch, squish, and kill!
maintainAspect = 0
I have used the patch mentioned by a user before and it worked fine (very nice job by the way

), but it has not sound to me either, but as the .lua file says, I think that the sound is at the same divX, but requires something else :/