Robert Müller
Forum Replies Created
-
Robert Müller
February 4, 2021 at 10:01 am in reply to: loopOut(“continue”) not interpreting correctly 2d valuesYou should check the spatial interpolation of your keyframe, it might be on Auto Bezier and you should set it to linear.
Another tip: you can always use “time” as a constantly growing variable to achieve something similar
-
Hi, this script called Pastiche seems to be right for what you want:
https://aescripts.com/pastiche/
-
It sounds like your sending your renders directly to Media Encoder, have you tried encoding a MOV in After Effects first and then encoding it again with Media Encoder?
-
Robert Müller
February 1, 2021 at 9:45 am in reply to: Does AE support SVG glyph font format? (suggest alternative if not?)Hi, as far as I know AE does not support SVG fonts so far. What might work is an animated type face using Font Manager:
https://aescripts.com/font-manager/
You should be able to add your icons to this, but Ive never used it before so maybe try it out? Would love to hear your results 🙂
-
There are lots of different ways to accomplish this, search for topographic maps or textures on youtube to find a tutorial which suits your needs, for example:
https://www.youtube.com/watch?v=_fZ72wZ30MA
Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.
-
Robert Müller
February 1, 2021 at 9:18 am in reply to: Non-overlapping borders/strokes with layered Shape Layers?You can assign different blend modes for fill and strokes inside the shape layer. You could also have all 4 circles inside one shape layer.
-
Robert Müller
January 29, 2021 at 1:39 pm in reply to: How to create 3D audio visualizer that's like this?You can extract keyframe values from the audiochannels and use the now generated slider values to drive the position of your triangles, using a linear function. You should smooth the audio values out though, see this:
https://www.youtube.com/watch?v=HkkSL2gupRw
For example, this is what I quickly put together:
the 36 is the max value for the song I used, this might be different for you. I used the layername as the last parameter, so Ive got a quickly interchangeable variable, to have some variation in this
s=thisComp.layer("Audio Amplitude").effect("Both Channels")("Slider"); //my null with the audio-keyframe-datay=linear(s,0,36,0,thisLayer.name)
value-[0,y];
Some contents or functionalities here are not available due to your cookie preferences!This happens because the functionality/content marked as “Google Youtube” uses cookies that you choosed to keep disabled. In order to view this content or use this functionality, please enable cookies: click here to open your cookie preferences.
-
Robert Müller
January 29, 2021 at 9:39 am in reply to: How to create 3D audio visualizer that's like this?You could do this:
Create a solid, apply the Audio Spectrum or Waveform effect, make sure start and endpoints are to the very left and very right of the layer, then apply a CC Cylinder effect. It remains a 2D layer but will interact with cameras and you got 3D controlls inside the effect
-
Ups, sorry Filip I didnt see your reply and that you allready linked the script
-
Ok dude, if this was a paid plugin it would not be ok to ask for a pirated copy….
But it is “pay what you want” on AEscripts