Activity › Forums › Adobe After Effects › Making a 3d Speaker?
-
Making a 3d Speaker?
Posted by Malcolm Desoto on June 12, 2008 at 8:24 pmYeah, I know I should be doing this in a 3D app. No, I do not have a 3D app.
The construction of the speaker box will be pretty easy. It’ll just be like building any other 3D box in AE.
My main concern is trying to create a moving tweater. composing a tweeter out of ps layers and moving them around seems insufficient and probably won’t look so realistic.
At the end of the day, I could just film some speakers against a green screen and crank the bass. That, of course, would not give me a lot of flexibility as far as moving them around.
So, if you have any ideas at all, I’m all ears.
Thanks.
“The secret to creativity is knowing how to hide your sources.” –Albert Einstein
George Loch replied 17 years, 11 months ago 8 Members · 11 Replies -
11 Replies
-
Ron Coy
June 12, 2008 at 8:43 pmyeah.. you pretty much have to use a 3D app..
blender is free, quite powerful, and there are TONS of resources online to learn to use it.
-
Malcolm Desoto
June 12, 2008 at 8:44 pmThanks for the suggestion. I guess I should have learned Blender by now. I just don’t know if I’ll have time to learn how to use it in time.
“The secret to creativity is knowing how to hide your sources.” –Albert Einstein
-
Jason Milligan
June 12, 2008 at 9:03 pmHave you tried using distortion filters like bulge or liquify on the flat tweeter layer?
It may give better results than you’d anticipate. -
Chris Wright
June 12, 2008 at 9:35 pmIf you mirror, orientate, and parent the 3 parallel sides of the box to one side, they will follow each other precisely, automatically. rotation, size, etc. Then you just only have to animate one layer and the rest follow by relative motion.
After Effects wins again!
-
Malcolm Desoto
June 12, 2008 at 10:16 pmThanks! Those are some pretty good ideas. I’ll try em out.
“The secret to creativity is knowing how to hide your sources.” –Albert Einstein
-
David Bogie
June 12, 2008 at 11:09 pm> My main concern is trying to create a moving tweater. composing a tweeter out of ps layers and moving them around seems insufficient and probably won’t look so realistic.
No, it won’t look real in the slightest but neither will your box.
Creating a speaker isn’t all that difficult if you don’t mind the stylization. You have two or more flat or concentric circles that are expressed so their z-spaces respond to amplitude from an audio layer.Impossible to describe here but the Trish and Chris Meyer book “After Effects in Production” has a realworld example, see page 250.
bogiesan
This is my standard sigfile so do not take it personally: “For crying out loud, read the freakin’ manual.”
-
Mike Clasby
June 13, 2008 at 6:03 amHere is an earlier thread to sync scale (of a speaker) with audio via an expression:
https://forums.creativecow.net/readpost/2/919313
Mu mood of Dan’s expression will make it pop from 85 to 100% scale with the audio, so if the wolfer has concentric rings they’ll expand/contract with the audio.
You could do something similar with Bulge, ask if you want to go there.
-
Mike Clasby
June 13, 2008 at 6:33 am1) An expression for Bugle would look something like this (on Bulge Height):
Audio = thisComp.layer(“Audio Amplitude”).effect(“Both Channels”)(“Slider”);
minAudio = 0;
maxAudio = 25;
minScale= 0;
maxScale = 10;
b = linear(Audio,minAudio,maxAudio,minScale,maxScale);
bIt assumes an Audio Amplitude layer via the old Animation>Keyframe Assistant>Convert Audio to keyframes. Twirl down to the effect>Both Channels, then set you minAudio and maxAudio to match the high and low keyframes.
2) Methinks the easiest way to build a 3D speaker in AE 3D space is with this script, that creates a 3D cube, from your own 6 layers (all equal sides), or with new solids. The box is a unit, the sides are parented to a Null for movement/rotation:
https://forums.creativecow.net/readpost/227/10249
-
Bart Winckers
June 13, 2008 at 9:39 amI just wanted to note that I had to do the same thing last year, and the bulge effect really did the trick.
-
Malcolm Desoto
June 13, 2008 at 2:55 pmThis is all really helping. I’ll give a go at these techniques.
For the record, When I said. “It probably won’t look very realistic.”
I was really trying to sya that it would look bad or cheesy. I don’t care if it looks real. The entire commercial is highly stylized anyway.
Thanks again!
“The secret to creativity is knowing how to hide your sources.” –Albert Einstein
Reply to this Discussion! Login or Sign Up