- 14
- 65 263
Francisco Giordano
Приєднався 5 тра 2020
Boxed Children - After Effects FREE Preset
Get the Preset for FREE here: aexpressions.gumroad.com/l/boxed-children
#aftereffects #preset #aftereffectspreset #aftereffectsscript
#aftereffects #preset #aftereffectspreset #aftereffectsscript
Переглядів: 350
Відео
After Effects Tutorial - Force Field using Expressions
Переглядів 1,4 тис.2 роки тому
Expressions here: frangiordano96.gitbook.io/ae-expressions/quick-tips/after-effects-expression-force-field Get the project here: aexpressions.gumroad.com/l/gjnoo
After Effects Tutorial - Abstract Space Scene
Переглядів 3,1 тис.4 роки тому
Expressions here: frangiordano96.gitbook.io/ae-expressions/after-effects-abstract-space-scene Get the project here: gumroad.com/aexpressions?sort=newest#VExjG Buy me a Coffee: www.buymeacoffee.com/frangior
After Effects Expressions - Dynamic Line Waves using createPath() and sampleImage()
Переглядів 14 тис.4 роки тому
Expressions here: app.gitbook.com/@frangiordano96/s/ae-expressions/quick-tips/after-effects-expression-dynamic-line-waves Get the Project here: gumroad.com/aexpressions?sort=newest#EUpjL
After Effects Tutorial - Bouncing Ball with Squash and Stretch
Переглядів 16 тис.4 роки тому
Expression for the Number of Echoes: Math.abs(transform.yPosition.speed/150) Download the project here: gumroad.com/aexpressions?sort=newest#JSOkx
After Effects Expressions - Global Wind Controller using Math.sin
Переглядів 6 тис.4 роки тому
Expressions here: frangiordano96.gitbook.io/ae-expressions/quick-tips/after-effects-expression-global-wind-controller Download the Project: gumroad.com/aexpressions?sort=newest#VyVcQ
After Effects Expressions - School of Fish - using valueAtTime and random
Переглядів 15 тис.4 роки тому
Expressions here: frangiordano96.gitbook.io/ae-expressions/quick-tips/after-effects-school-of-fish Download the project: gumroad.com/aexpressions?sort=newest#rBaZX
After Effects Tutorial - Dot Display using sampleImage
Переглядів 4,6 тис.4 роки тому
Expressions here: frangiordano96.gitbook.io/ae-expressions/quick-tips/after-effects-dot-display Download the Project: gumroad.com/aexpressions?sort=newest#GEGXAE Music used: ua-cam.com/video/EtZ2m2Zm3vY/v-deo.html
After Effects Tutorial - Dynamic Shadows
Переглядів 2,4 тис.4 роки тому
Expressions here: frangiordano96.gitbook.io/ae-expressions/quick-tips/after-effects-dynamic-shadows Download the Project: gumroad.com/aexpressions?sort=newest#nCYMM Music: ua-cam.com/video/EtZ2m2Zm3vY/v-deo.html
After Effects Tutorial - Liquid Smear using expressions
Переглядів 1,6 тис.4 роки тому
Expressions here: frangiordano96.gitbook.io/ae-expressions/quick-tips/liquid-smear Donwload the Project: gumroad.com/aexpressions?sort=newest#lrjpH
Wow thank you so so much for sharing this, I think I've been searching for a method like this for ages!! Unlocks so much creative potential, I feel I'm going to love using it!!
00000000
Hi Thank you so much, I am overwhelmed after completing the whole tutorial. I wanna learn about the leave animation under the water. Do you have one on that?
great!
THANK GOD. This took me forever to find.
Dude you don't know how you saved my life. Cheers
Nice 🙏
Estoy totalmente de acuerdo con todo lo expuesto. Después lo veo.
Thanks. This is incredibly useful :)
Que Bueno!
Isn't this possible with repetile?
can i do this to a vector layer/drawing ?
Thank you! This opens up so many possibilities!
Man, you just saved my work..) Thank u so so much
When duplicating the lines at @27:03 this seems to stack the lines on top of each other for me. The only way to overcome this is to copy the "lines" layer separately. Is this process exactly the same or can it use up more processing power? let myIndex = thisProperty.propertyGroup(3).propertyIndex; seems to not be working correctly. Is the code correct: let amountOfPoints = thisComp.layer("CONTROLS").effect("amount of points")("Slider"); let distanceBetweenLines = thisComp.layer("CONTROLS").effect("distance between the lines")("Slider"); let distanceBetweenPoints = thisComp.width/amountOfPoints; let yInfluence = thisComp.layer("CONTROLS").effect("Y influence")("Slider"); let myIndex = thisProperty.propertyGroup(3).propertyIndex; let myPoints = []; for(i=0; i<=amountOfPoints; i++) { let tempPoint = fromComp([i*distanceBetweenPoints, (index-1)*distanceBetweenLines]); let sample = thisComp.layer("ANIMATION").sampleImage(toComp(tempPoint), [1, 1]); let sampleHSL = rgbToHsl(sample); let posInfluence = linear(sampleHSL[2], 0, 1, yInfluence, -yInfluence); let newPoint = tempPoint + [0, posInfluence] myPoints.push(newPoint); } createPath(points = myPoints, inTangents = [], outTangents = [], is_closed = false);
The rotation code does not loop animation, it leaves 1 or 2 frames off
If the shadow comp goes off the bottom of the screen, it cuts off the shadow layer - is there any way to fix that?
good tutorial but stopped at 10sh minutes, just too many layers, too much sidelines that were not needed to show how to, will come back to visit your channel again, keep up the good work, you know how to do the job, just have to learn to explain the end result in a less timely manner, maybe focusing on less features and more on the basics? I can't explain it right but hope you understand, would love to see more tutorials, you know what you're doing.
can't believe i really found this channel. that´s outstanding. thank you, francisco!
dude, this is so amazing. Thank you, I definitely subscribed to your channel.
Brilliant! Could it work in 3d space as well, for instance introducing a space movement?
Francisco, I can't tahnk you enough my good sir. I was just reading up about sampleImage() just to make something similar to this. I was quite confused as I was trying to find a way to map the luminance values of another layer to my lines when I found this amazing tutorial of your. and I have to tell you, in addition to helping me immensly, this video actually made my day. Cheers!
I'm glad the video was helpful to you!
OMG you are seriously underrated!
Cool Fran!
Thank you for sharing
You are absolutely amazing, thank you very much for sharing!
this needs more support and subscription. keep it up man! Thanks for this tutorial.
Hi Francisco. I was wondering if you could help tweak this expression to affectthe scale but also the rotation of elements. Any idea? Thanks in advance.
Sure! You can use the exact same expression and just change the last line to be "newScale" instead of "[newScale, newScale]". You can also change the name of the variable to newRotation instead of newScale and also tweak the maximum and minimum rotation from linear(). I hope that helps!
@@frangiordano Thanks a lot!! Gonna try it out!
Hey man, I bought your file but it has 38 expression errors if I open it ... :D what is going on? edit: yea I also changed the language of the "slider" to "Schieberegler" in German. So, you should put a readme addition to the project files wich explains that issue! :)
Hi! Thanks for purchasing the project. Yes, sadly After Effects Expressions won't translate very well when using a different language than the one used when creating the project.
@@frangiordano was this written in German?
Brilliant! Thanks
Purchased the project file but it crashes AE everytime I try to open.
Thanks for purchasing my project! What version of After Effects are you using? Also, this is quite a heavy project, it may not work very well if you're using a not good performing computer. Let me know!
@@frangiordano, I'm using the latest version on a 2021 Macbook Pro. I downloaded an earlier version of After Effects and the project is currently working on there. Thanks!
so amazing
Nice. I likey
Flaco vos sos mas argentino que putear a un arbitro antes que arranque el partido vos no me engañas me escuchaste
that's good stuff. On my latest project, I thougth i had to had a displacement map for it to work! Wish I found this video earlier!
Anyone knows if its possible to navigate with camera on it?
Thanks!
Thats closer to weird smear then to strech and squash as the volume isnt consistant
Does anyone know what the background art style is called?
Looks like a 2D flat design with some textures applied
Thank you so much for this tutorial! Awesome technique!
A seriously underrated channel. Can't believe i actually found a gem :')
Francisco, thanks for sharing this great effect. Can you repost the project file with the corrections compiled in the comments? Keeps crashing on me and I can't solve (tried all the suggestions). => Error at line 1 in property 'path' of layer 2 ('LINES') in comp 'MAIN'. Expected: ;, an expression was disabled as a result
Sorry for the late reply. In this case you should change the expression engine to JavaScript!
brilliant
Very nice thank you. Just a tip, this particular case you don't need to use linear(), you can just *100 :) var newScale = sampleHSL[2]*100;
Thanks for sharing this. I was able to modify it and use it to sample a generated fire to make surrounding areas flicker and glow
thanks for sharing ^^
i just bought the project but i dont know how to open it on after effects
please i need helpppppppppppp!!!! as soon as you can
Hey! You should be able to open it by double click on the AEP file. Or go to File - Open Project and then select the AEP file.
@@WhispersOfTheForgottenAmbience I also just purchased but it didn't come with an AEP file at all. Just .rar and I'm not on a windows computer.
@@braintwins Hi there! Thanks for buying the project :) I've updated to product to contain a .zip file, so you should be able to open it now. Please let me know!
@@frangiordano Thanks!
could not understand a thing
Toooooo Long tutorial! You lost many times what you are focusing on.