Create the Iconic Digital Rain Code Effect from The Matrix in After Effects

  Рет қаралды 38,424

Pixflow

Pixflow

Күн бұрын

Пікірлер: 52
@adidasLP11
@adidasLP11 Жыл бұрын
I usually never write comments on tutorials, but this one was made so well, that I had to. Straight to the point, no needless talking, humor involved, showed good examples on how to use it. 11/10. THANK YOU!!
@Pixflow
@Pixflow Жыл бұрын
Hi there, it's our pleasure to see your comment here🙂
@seanfroelich4528
@seanfroelich4528 Жыл бұрын
I'm very grateful you published this video at the exact time I needed to recreate this effect. cheers!
@Pixflow
@Pixflow Жыл бұрын
Hi there, Thank you very much for sharing your compliment with us.
@angelaw7963
@angelaw7963 Жыл бұрын
Ditto! Great timing on a great tutorial!
@Pixflow
@Pixflow Жыл бұрын
@@angelaw7963 Glad you liked it :)
@georged.christensen1053
@georged.christensen1053 2 ай бұрын
Note if your particles/numbers happen to be swaying like they are blowing in the wind. Make sure "Extra" is set to Zero. This is an issue I had even with the effect reset to factory settings.
@JCoyk
@JCoyk Жыл бұрын
Thank you so much for this, I will definitely be using this and then checking out the glitch titles. Amazing work and demonstration !
@Pixflow
@Pixflow Жыл бұрын
Thanks for your attention, we're so glad to see your nice compliment here :)
@shiobhandeshields5379
@shiobhandeshields5379 11 ай бұрын
"I don't know why I'm talking like thiiiss" really got me :D
@Pixflow
@Pixflow 10 ай бұрын
Hope you enjoy it more 🙂
@OddClarity
@OddClarity Жыл бұрын
Sweet this is awesome! Thanks so much *thumbs up* indeed
@Pixflow
@Pixflow Жыл бұрын
It's our pleasure to see your encouragement here 🙂
@Pathfinder_tua
@Pathfinder_tua Жыл бұрын
I did this and looks great however my characters are not randomly changing. They fall as the matrix effect does but the characters stay the same. please help
@Pathfinder_tua
@Pathfinder_tua Жыл бұрын
never mind found it. changed it from birth to current.
@Pixflow
@Pixflow Жыл бұрын
Hi there, Glad to hear that :)
@svenstenberg2124
@svenstenberg2124 2 ай бұрын
@@Pathfinder_tua Thank you! I was having the same problem!
@aclark210
@aclark210 11 ай бұрын
So I just did everything in the video and it works PERFECTLY but is there a way that I can get just the characters falling instead of the black background because I want to use this as an overlay
@Pixflow
@Pixflow 11 ай бұрын
Hi there, Thanks for contacting us. The easiest way to use a layer with a black background as an overlay is to set it's blending mode to "screen". you don't actually need a transparent background for something like this.
@HHGD53
@HHGD53 10 ай бұрын
Very cool - thank you. Do you know the font used for the numbers in the first Matrix movie?
@Pixflow
@Pixflow 10 ай бұрын
Hi there, thanks for contacting us. You can search matrix fonts to find the font.
@jamesbrady9105
@jamesbrady9105 4 ай бұрын
very good
@Pixflow
@Pixflow 4 ай бұрын
Glad you liked it 🙂
@pcosgrove1216
@pcosgrove1216 Жыл бұрын
Great tutorial! What do I do if I want my text to only be 0s and 1s randomized? I put 0s and 1s as my text but as the rain falls it uses all different numbers.
@Pixflow
@Pixflow Жыл бұрын
Hi there, Thanks for contacting us. If you don't want the letters or numbers to change, you shouldn't add "character offset" to your text.
@harshaansingh4008
@harshaansingh4008 7 ай бұрын
"I think the link is in the description..." LOL EDIT: I was gonna say that was the best sponsorship shoutout but then I realized YOU'RE Pixflow LOLOL
@Pixflow
@Pixflow 7 ай бұрын
😎
@jelielm.8103
@jelielm.8103 Жыл бұрын
If I want to make it less dense, what do you recommend I change. I don't know anything about Ae. Thanks for the video tho, managed to reproduce it very easily!
@Pixflow
@Pixflow Жыл бұрын
Hi there Thanks for contacting us. If you want less lines in your effect (if that's what you meant) go to the CC Particle World effect, and decrease the Birth Rate
@MattjamesOfficial
@MattjamesOfficial 7 ай бұрын
So... how did you get the writing on to the video? I've watched this a thousand times and still can't figure out. I drag my rain into the comp " there is no "FX" button available. I create Null and Camera but it doesn't let me apply the rain to anything.. what am I missing?..
@Pixflow
@Pixflow 7 ай бұрын
Hi there, Thanks for contacting us. Please explain more about what you want exactly. Also, please let me know which part of the video you mean, please let us know its time.
@pai0703
@pai0703 10 ай бұрын
How do I offset the text but i only want 1 and 0 to appear? and my offset doesnt work for some reason the numbers are not changing while its in the particle hope you can help thank you!
@Pixflow
@Pixflow 10 ай бұрын
Hi there, Thanks for contacting us. To do that, please remove the animator offset. Then please copy the below code and paste it into the source text ( as an expression) tX = 1; //chars per line tY = 40; //number of lines tChangesPerSecond = 4; //how often a new random is generated posterizeTime( tChangesPerSecond ); tText = ""; //initialise text for ( j = 0; j < tY; j++ ){ //loop thru lines for ( i = 0; i < tX; i++ ){ tText += (( random() > 0.5 ) ? "1" : "0" ); } tText += " "; //add line break } [ tText ]
@dubby9723
@dubby9723 Жыл бұрын
How would I get the code rain to have blurred codes along with the normal codes for depth?
@Pixflow
@Pixflow Жыл бұрын
Hi there, Try duplicating them and turn on Motion blur for some of them Also you can simply add fast box blur to the duplicate layer.
@bySterling
@bySterling Жыл бұрын
PIXFLOW ALL WAYS ROCK$!!
@Pixflow
@Pixflow Жыл бұрын
Thank you for sharing your compliment with us🙂
@JohnBenalay
@JohnBenalay Жыл бұрын
Thank you for this. But my text is not animating to different every one letter. I follow all your step but I don't know where I have been mistake.
@JohnBenalay
@JohnBenalay Жыл бұрын
anyway I found it. I just change the "Texture time" to "Current" instead of "Birth"
@Pixflow
@Pixflow Жыл бұрын
Hi there, glad to hear that. Thanks for sharing your experience with us.
@jochemterbeeke6517
@jochemterbeeke6517 Жыл бұрын
Great video, got real far! At 3:12 though, how do you get the green text only in the mp4 and not the black background?
@jochemterbeeke6517
@jochemterbeeke6517 Жыл бұрын
Found it: blending modes, bottom left side: "Expand or collapse the transfers control panel" toggle, then under your channel, column "Mode"
@Pixflow
@Pixflow Жыл бұрын
Hi there, glad to hear that. good luck :)
@rodrigues5376
@rodrigues5376 Жыл бұрын
hey, bro how can i use only tem green text?
@Pixflow
@Pixflow Жыл бұрын
Hi there, please explain more about what you mean exactly.
@lowkeybttd
@lowkeybttd Жыл бұрын
Can someone help me? When I installed pix flow directory, whenever I click the login, it doesn't direct me anywhere
@Pixflow
@Pixflow Жыл бұрын
Hi there, thanks for contacting us. There was an issue on our server and it has been fixed. Please try again.
@Godwillbegod
@Godwillbegod Жыл бұрын
after 2 mintues and 1 houre try out I got just blacknesss i request team viwer with you pal
@Pixflow
@Pixflow Жыл бұрын
Hi there, Please check the video more than once because we explained the steps and the details one by one.
@Godwillbegod
@Godwillbegod Жыл бұрын
@@Pixflow it worked yesterday after i brought larger screen
@otashmedia4023
@otashmedia4023 Жыл бұрын
👍👍😀😊
@Pixflow
@Pixflow Жыл бұрын
🙂
Bend The Scene Like Inception! | After Effects Tutorial
4:25
This MATRIX Effect is EASIER To Recreate Than You Might Think
8:00
amazing#devil #lilith #funny #shorts
00:15
Devil Lilith
Рет қаралды 17 МЛН
Миллионер | 2 - серия
16:04
Million Show
Рет қаралды 1,9 МЛН
Seja Gentil com os Pequenos Animais 😿
00:20
Los Wagners
Рет қаралды 89 МЛН
Advanced 'The Matrix' Scan Effect in After Effects
16:54
Ignace Aleya
Рет қаралды 107 М.
New After Effects Features That Will Blow Your Mind
14:00
Premiere Gal
Рет қаралды 91 М.
The Matrix Raining code effect Tutorial for After Effects CC
13:09
Flat Pack FX
Рет қаралды 183 М.
Matrix Code Rain - 1 Hour Matrix Theme TV Screensaver and Live Wallpaper 4K
1:00:02
Matrix Code logo Reveal Animation in After Effects | NoPlugins
25:06
After Effects Digital Logo Wiper Tutorial (Include project files)
12:14
Tutorials View+
Рет қаралды 526 М.
amazing#devil #lilith #funny #shorts
00:15
Devil Lilith
Рет қаралды 17 МЛН