HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Mpeg in maps?

10-23-2003, 07:56 PM#1
Another Stold in disguise
Here the problem, I have look everywhere for a trigger/jass way to git a mpeg music video in my maps.
-Any ideas
10-23-2003, 08:01 PM#2
Vexorian
It is impossible, Unless you take every frame of the mpeg vide, import them as tga - blp, and use fade filters and a timer, but really that would be to stupid.
10-23-2003, 08:07 PM#3
35263526
I did that with a nuclear blast video clip, but that was only about 20 frames.
10-23-2003, 08:19 PM#4
Another Stold in disguise
ok thanks
10-23-2003, 08:52 PM#5
Lost Loch
On a related note, is it possible to put DivX movies in a campaign like Blizzard does in theirs? Or is this a Blizzard-only trick? I've never really looked at it as I've never had anything worth putting in, but- any clues?
10-23-2003, 08:54 PM#6
35263526
Yep, you can. I have done it for my W.I.P. campaign.
10-23-2003, 11:46 PM#7
Bulletcatcher
On a completely unrelated note, isn't that an insanely massive sig? I mean, 240k animated gif? It doesn't even spell "too" properly!
10-24-2003, 12:08 AM#8
Another Stold in disguise
Quote:
Originally posted by Bulletcatcher
On a completely unrelated note, isn't that an insanely massive sig? I mean, 240k animated gif? It doesn't even spell "too" properly!

Yes it is spelled rite but this is not "FaUiCKING-----IDOaT____"
10-24-2003, 09:27 AM#9
PitzerMike
It is possible to play videos in game.
You'll need to do the following steps:

1. Convert your mpeg video to avi
2. Rename the file extension from avi to mpq
3. Place the file in your warcraft movies folder, where the other movies are
4. Trigger Editor: After you have a end game (lost/won) action you can use the JASS function PlayCinematic takes string file returns nothing to play your video.
So either you you convert your trigger to JASS and add the action call PlayCinematic("YourName") or you use the GUI trigger action I added to WEU. ("YourName" is the name of the video file without the mpq extension).