MPQ to AVI
-
- Joined: Thu Jan 16, 2003 12:17 am
- Location: Malaysia
MPQ to AVI
Has anyone successfully converted WarcraftIII's MPQ movies to AVI format ?
I would be very much appreciated if you could let me know which converter & the mmethod to do it.
I would be very much appreciated if you could let me know which converter & the mmethod to do it.
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
- melezov
- Joined: Sat Mar 09, 2002 5:51 pm
- Location: Croatia, Zagreb
- Contact:
Warcraft III video files
Yes, Warcraft III animations are encoded with DivX 5.0 but if you actually want to do some constructive work with these (like editing) you would have to acquire a "BLZ0" Video For Windows codec..
I don't think there is a version of this codec available for Windows..
I've seen it in many codec packs for Linux movie players..
Anyway - if you want to edit these animations to use them in an W3MV (Warcraft III Music Video :) the most painless option would have to be using AVISynth's DirectShowSource() import function (Thanx, AD!)
If you need more help with this, gimmie a shout and I'll try to help you out.
I don't think there is a version of this codec available for Windows..
I've seen it in many codec packs for Linux movie players..
Anyway - if you want to edit these animations to use them in an W3MV (Warcraft III Music Video :) the most painless option would have to be using AVISynth's DirectShowSource() import function (Thanx, AD!)
If you need more help with this, gimmie a shout and I'll try to help you out.
-
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
Re: Warcraft III video files
BLZ0 is just a different FourCC code for DX50 (or Divx5). mplayer, for example, is set up to recognize BLZ0 as just another DivX5 stream:
If an application gets tripped up on the fourcc code, changing it from BLZ0 to DX50 in, say, VirtualDub's hex editor should make things work.
Code: Select all
videocodec ffodivx
info "FFmpeg MPEG-4"
status working
fourcc DIVX,divx
fourcc xvid,XVID,xviD,XVIX
... [many more ] ...
fourcc DX50, BLZ0 DX50
...
- NicholasDWolfwood
- Joined: Sun Jun 30, 2002 8:11 pm
- Location: New Jersey, US
- melezov
- Joined: Sat Mar 09, 2002 5:51 pm
- Location: Croatia, Zagreb
- Contact:
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
-
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
- melezov
- Joined: Sat Mar 09, 2002 5:51 pm
- Location: Croatia, Zagreb
- Contact:
hmm
That's true, but as trythil said before, you first have to change the magic fourcc code thingymaboobklinky wrote:...if it's DivX5 and you have the DivX5 VfW codec installed then you should be able to use it in any program....