jbmx928
|
| Joined: 23 Jul 2005 |
| Total Posts: 1 |
| |
|
BASS Effect? Posted: 23 Jul 2005 09:39 PM |
| hi im new and i love making video game vids in movie maker for Grand Theft auto vice city and san andreas. and i was wondering, does anyone have an effect for WMM that makes the screen rumble or shake like bass in some rap vids? thanks.. |
|
|
 |
|
|
Re: BASS Effect? Posted: 24 Jul 2005 09:18 PM |
Here's a code that I know as far and screen shaking goes (the credit goes to brilliantly amazing programmers here not myself :):
<TransitionsAndEffects Version="1.0">
<Effects>
<EffectDLL guid="{ADEADEB8-E54B-11d1-9A72-0000F875EADE}">
<Effect name="shake" iconid="31" comment="shake film">
<Param name="FilmJerkiness" value="255" />
</Effect>
</EffectDLL>
</Effects>
</TransitionsAndEffects>
Just in case you are not aware on how to implement the code simply go through this folder path C:/Program Files/Movie Maker/Shared and create a folder called AddOnTFX. Then open notepad copy and paste the code above. Click "save as" and click the drop down menu under "save as type" and select "all files" and enter a save name like this "name.xml" in the file path shown above (the .xml extension is because the file needs to be in that format). Then make sure if movie maker is open to restart it so all the new content is loaded. You'll probably see an icon in the effects section called "shake" ;). To intensify the shake just keep applying the effect to the clip. |
Need help with xml?
~Come visit The Persian Page~
Currently offline due to broadening my horizons at highschool :)! |
|
 |
|
dlk
|
 |
| Joined: 11 Sep 2004 |
| Total Posts: 2026 |
| |
|
Re: BASS Effect? Posted: 25 Jul 2005 11:27 AM |
When you say "bass", I envision the pumping and vibration of
the woofer. If you add something like this effect along with
the shake film, you can really pump up the jamz.
Of course, the effect is not complete without approprate music.
<TransitionsAndEffects Version="1.0" SpecialIconFileID="1033" SpecialIconResourceID="101">
<Effects>
<EffectDLL guid="{0BEDE179-3361-4eea-9058-11CBB1739D50}">
<Effect name="a PIP Plus Effect - bass" iconid="0">
<Param name="RectA" value=" 0.00, 0.0,0.0,1.0,1.0;
0.05, -0.05,-0.05,1.1,1.1;
0.10, 0.0,0.0,1.0,1.0;
0.15, -0.05,-0.05,1.1,1.1;
0.20, 0.0,0.0,1.0,1.0;
0.25, -0.05,-0.05,1.1,1.1;
0.30, 0.0,0.0,1.0,1.0;
0.35, -0.05,-0.05,1.1,1.1;
0.40, 0.0,0.0,1.0,1.0;
0.45, -0.05,-0.05,1.1,1.1;
0.50, 0.0,0.0,1.0,1.0;
0.55, -0.05,-0.05,1.1,1.1;
0.60, 0.0,0.0,1.0,1.0;
0.65, -0.05,-0.05,1.1,1.1;
0.70, 0.0,0.0,1.0,1.0;
0.75, -0.05,-0.05,1.1,1.1;
0.80, 0.0,0.0,1.0,1.0;
0.85, -0.05,-0.05,1.1,1.1;
0.90, 0.0,0.0,1.0,1.0;
0.95, -0.05,-0.05,1.1,1.1;
1.00, 0.0,0.0,1.0,1.0" />
<Param name="Background" value="0x000000" />
</Effect>
</EffectDLL>
</Effects>
</TransitionsAndEffects>
dlk
|
|
|
 |
|
dlk
|
 |
| Joined: 11 Sep 2004 |
| Total Posts: 2026 |
| |
|
Re: BASS Effect? Posted: 25 Jul 2005 11:30 AM |
Sorry, I meant to clarify that this is a PIP+ effect,
so that needs to be installed ...of course.
dlk |
|
|
 |
|
|
Re: BASS Effect? Posted: 26 Jul 2005 07:12 PM |
| dlk: That's an awesome suggestion I wish I were patient enough to figure all that programming :). Alas though we're all movie makers here though.....one of theses days I really should get hold of rehan's pip plus transitions. |
Need help with xml?
~Come visit The Persian Page~
Currently offline due to broadening my horizons at highschool :)! |
|
 |
|
|
Re: BASS Effect? Posted: 28 Aug 2005 11:40 PM |
I have PIP, atleast I'm pretty sure I do. I'm confused how to use this. I got the Film shake to work, but the second script is the one I'm confused on. Exactly how do I make that one work?
Thanks
Mike |
|
|
 |
|
|
Re: BASS Effect? Posted: 29 Aug 2005 01:52 AM |
| Modify inc: You need to have the PIP Plus pack to activate the bass pump ;). The trial version only lasts 15 days and you'll only be able to keep the static effects once the duration period is over (for example effects that change the location of the clip on the screen or the size of the clip as a PIP), so if you want the bass effect to stay permanent you may need to pay for the full version. |
Need help with xml?
~Come visit The Persian Page~
Currently offline due to broadening my horizons at highschool :)! |
|
 |
|
|
Re: BASS Effect? Posted: 06 Nov 2005 10:18 AM |
I did all what you said, and i cant find the shake effect in WMM... |
|
|
 |
|
|
Re: BASS Effect? Posted: 08 Nov 2005 07:30 AM |
| nvm i found it.. |
|
|
 |
|
freaksho
|
| Joined: 19 Oct 2005 |
| Total Posts: 6 |
| |
|
Re: BASS Effect? Posted: 30 Nov 2005 06:44 AM |
sorry,ifollowed all the way up to making the addontfx folder,the copying the code on notepad...but ive got 2 questions
1. can i name the effects anyother name but 'name.xml'?cos i have to keep overwriting when i do.obviously.is it a one effect ata time thing?
2. when i copy some code and paste in the box(like the 'bass' one in this thread,they dont work.infact the only one that worked was the 'shake',and i saw that immediately in the effects menu of movie maker.what am i doing wrong? |
|
|
 |
|
|
Re: BASS Effect? Posted: 30 Nov 2005 01:43 PM |
| freaksho: When I say name it like "name.xml" I mean you insert name in that portion. Also, the "bass" xml that dlk wrote only works with Rehan's PIP Plus Package. If you install the freeware version, for the first 15 days you are allowed to do animated effects such as the one in this post however, after the 15 day period expires animated effects will be disabled and the static effects (non-animated effects) such as resizing your video or placing it on different parts of the screen will stay. |
Need help with xml?
~Come visit The Persian Page~
Currently offline due to broadening my horizons at highschool :)! |
|
 |
|
trexmatt
|
 |
| Joined: 16 Oct 2005 |
| Total Posts: 1289 |
| |
|
Re: BASS Effect? Posted: 30 Nov 2005 06:25 PM |
| Yah, you can name your xml files whatever you want as long as they still have the .xml |
"Microsoft is plagued wth some sort of conspiracy and silence sourounding certain subjects..."
(When contacted for a reply Microsoft said,) "........ MIcrosoft does not comment on such rumours...." |
|
 |
|
weekutch
|
| Joined: 23 Jun 2005 |
| Total Posts: 131 |
| |
|
Re: BASS Effect? Posted: 04 Dec 2005 04:35 PM |
| Is there a BASS effect that can be done without PIP+?? |
|
|
 |
|
trexmatt
|
 |
| Joined: 16 Oct 2005 |
| Total Posts: 1289 |
| |
|
Re: BASS Effect? Posted: 04 Dec 2005 06:52 PM |
| I don't think so because it involves moving the screen why don't you want it as PIP its free for a trial version. |
"Microsoft is plagued wth some sort of conspiracy and silence sourounding certain subjects..."
(When contacted for a reply Microsoft said,) "........ MIcrosoft does not comment on such rumours...." |
|
 |
|
| |