Astro Productions one way to do that is to grab an image of the cell phone, then make a separate video of the on screen images, and put that in the image of the phone, then just render the whole thing to the proper resolution for your end product, but add a green screen instead of a transparency (unless you render as .mov I think those are the only formats that can carry transparency)
Honestly man thank you, you're amazing. I'm just starting out in this career choice and i spend hours on youtube trying to find help and new ways of editing and you by far are better than most of my teachers.
Ah yes, here is a small tip for me that makes it extremely useful if you want to add BOUNCING effect mostly on SCALE = first keyframe scale = 0% and close to it scale=100% and then LeftAlt + LeftMouseButton and add following (copy/paste) command I've found on the internet and that makes it bouncing and falling down objects or text / letters: n = 0; if (numKeys > 0){ n = nearestKey(time).index; if (key(n).time > time){ n--; } } if (n == 0){ t = 0; }else{ t = time - key(n).time; } if (n > 0 && t < 1){ v = velocityAtTime(key(n).time - thisComp.frameDuration/10); amp = .05; freq = 4.0; decay = 8.0; value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t); }else{ value; }
At first I thought "Oh great, another After Effects tutorial on an effect I won't use because I hate After Effects.. Then I realized that After Effects is really nice and I should probably get back into using it. Great video as always Justin!
Thanks! After effects can be confusing, but it's actually really fun. Check my tutorial on how to work between Premiere and After effects to get an idea of how to use it.
Yeah I saw that the other day and it somewhat convinced me to get back into it but then I saw your Bokeh blur video that you posted yesterday and I finally got around to opening After Effects. Then this one just pushed me over the edge convincing me to start using AE in my workflow
Thanks a lot!!! I can not that I used to create such a effects... manually... (!) by adding LATL + LMouseButton on Rotate, Transparency, Position (x or y) etc... keyframes (or even without adding any keyframes, just LAlt + LMB and this command line: wiggle(2, 2) for fine or higher numbers for faster rate... I've even had to manually edit each letter :)
thank you a lot for useful and clear guides ,your audio match and sync very well with visual video , and you also do not rush when speaking and showing , which makes it easy to learn.
Bro you really are my guy! So many times I was beyond lost or really curious but didn't know what i didn't know (if that makes sense) but your videos always seem to lead me to the right direction and help my ideas flow, not to mention all the software lessons. Really appreciative of you bro
Thanks a lot to share all these tips with us! We just started to follow your channel and this video already made difference for us! We just used one of the text effects in our later video!
Hi. I'm a new subscriber. I'm actually in one of my classes right now and this video just saved my final's life for the semester! GOD BLESS YOU! You should be a Professor +
Hello, I do not know if this issue occured in your other videos , but in this video until 2:11 time video display screen looked unclear(blur), and only from 2:12 time screen display of your video guide became fully clear, visible. Just wanted to let you know.
Great, I was wondering in the past, how to make video like 'Something Just Like This" by Coldplay. Your tutorial showed some insights. Thank you, hope you can do the full video on how to do it.
Hey Bro!!!! I really enjoy your videos. I think your channel should explode in popularity this year!!!! Anyway can you do a tutorial on "the clone effect" in adobe premiere pro? I know there are ways to do it, but I can't get the lighting right. And with multiple characters too. like 3 or even 4. Best of luck my friend!!! keep it up
Just so you guys know too, I fastly thought that this "jiggy" effect can be used to great glitch intro's I tried it, and it works well and it works with more glitch options.
Hello sir ^^ this is really useful. I'm so thankful you made this since before I've been using imovie. And I had adobe premiere cc on my computer for a while now.. but it looked complicated. I got inspired to look up a tutorial , specifically on texts first and this is so useful
How do you add a separate effect to transition the text out - like using jiggy to reveal the text and typewriter to remove the text? thanks in advance. Great video!
Hi there! Is there any effect such as Quiver which can be applied to shapes or even an entire precomp? I'm thinking something to make an entire animation look like a Dr Katz episode. Thanks!
Thanks! I've also tried the bad TV effect on an entire movie clip and the result is quite satisfying. I used to do it with a whole bunch of adjustments in different layers, this way is easier and neat.
love your tutorials. I am trying to make the text jumpy. Can you give a tip on that or do you have a tutorial on that. Would be great to do right in Premiere, but I guess I can delve into AE.
@Justin Odisho Question: How do you bring two words together from either side meeting in the middle of the screen? I would also like to control the speed of the two words.
justin God will bless you am actually learning Video editing and those. and am learning it from you every day and night am watching and working on my system thank you boss
Yo can either start with a raw footage in Pr, cut a clip, right-click on it and select "replace with after effect composition", or you work the whole thing in AE, export as video, then import that video in a Pr project.
This channel is incredible! I seriously admire how dedicated you are to your craft and to creating videos on this channel. I make short films and filmmaking type videos on my own channel. I think you would really enjoy them! Totally subscribing--you have a serious talent!
Thanks for watching! Follow me on Instagram @JustinOdisho instagram.com/Justinodisho
Justin Odisho im not the first one again :(
Name of font?
+TECHNAMiTE the main font is called pyjama party
thanks buddy
Astro Productions one way to do that is to grab an image of the cell phone, then make a separate video of the on screen images, and put that in the image of the phone, then just render the whole thing to the proper resolution for your end product, but add a green screen instead of a transparency (unless you render as .mov I think those are the only formats that can carry transparency)
Thanks Justin. I'm new to After Effects and I'm finding your tutorials educational, yet not overwhelming. A real confidence builder.
Honestly man thank you, you're amazing. I'm just starting out in this career choice and i spend hours on youtube trying to find help and new ways of editing and you by far are better than most of my teachers.
Thank you!
Ah yes, here is a small tip for me that makes it extremely useful if you want to add BOUNCING effect mostly on SCALE = first keyframe scale = 0% and close to it scale=100% and then LeftAlt + LeftMouseButton and add following (copy/paste) command I've found on the internet and that makes it bouncing and falling down objects or text / letters:
n = 0;
if (numKeys > 0){
n = nearestKey(time).index;
if (key(n).time > time){
n--;
}
}
if (n == 0){
t = 0;
}else{
t = time - key(n).time;
}
if (n > 0 && t < 1){
v = velocityAtTime(key(n).time - thisComp.frameDuration/10);
amp = .05;
freq = 4.0;
decay = 8.0;
value + v*amp*Math.sin(freq*t*2*Math.PI)/Math.exp(decay*t);
}else{
value;
}
At first I thought "Oh great, another After Effects tutorial on an effect I won't use because I hate After Effects.. Then I realized that After Effects is really nice and I should probably get back into using it.
Great video as always Justin!
Thanks! After effects can be confusing, but it's actually really fun. Check my tutorial on how to work between Premiere and After effects to get an idea of how to use it.
Yeah I saw that the other day and it somewhat convinced me to get back into it but then I saw your Bokeh blur video that you posted yesterday and I finally got around to opening After Effects. Then this one just pushed me over the edge convincing me to start using AE in my workflow
Santiago there is a video of his called "How to Create a Social Media Promo Intro for your Videos using iPhone Mockups (Adobe CC Tutorial)"
Anytime :P
of all the youtubers who uses any adobe products, you're def my fav of all! doesn't sound robotic and boring and easy to learn from you
Thanks!
Why would someone dislike this? Justin is awesome!
This is why I love you. The Earthquake effect is EXACTLY what I was looking for. Thank you!
Thanks a lot!!! I can not that I used to create such a effects... manually... (!) by adding LATL + LMouseButton on Rotate, Transparency, Position (x or y) etc... keyframes (or even without adding any keyframes, just LAlt + LMB and this command line: wiggle(2, 2) for fine or higher numbers for faster rate... I've even had to manually edit each letter :)
omg i have never used anything (or ever looked in) that animation presets drop down. saved me a ton of time, thanks for pointing that out!!
Jiggy effect is EXACTLY what I needed for a small, personal project!
Thanks a lot Justin :D
thank you a lot for useful and clear guides ,your audio match and sync very well with visual video , and you also do not rush when speaking and showing , which makes it easy to learn.
Congrats, Justin! All is very well explained, and what you show is very useful.
Bro you really are my guy! So many times I was beyond lost or really curious but didn't know what i didn't know (if that makes sense) but your videos always seem to lead me to the right direction and help my ideas flow, not to mention all the software lessons. Really appreciative of you bro
Amazing value for a beginner - thanks so much for posting such awesome and easy to follow content!
Justin, awesome choice of text effects. Very instructive video tutorial. Thank you a million.
Thanks!
this is the first video I've ever watched and actually managed to implement the effects. nice one buddy.
Ah ha! Someone that not only knows what they're doing but explains it PROPERLY! That's my week sorted *subbed!*
Awesome thanks!
Thanks Justin, It helped me to choose the right one for my video
Excellent tutorial. Can't wait to watch some of your other ones. Keep up the good work!
Thanks Anna!
Justin Odisho, thumbs up bruh. Keep em coming
+Supa Fela thanks more coming!
omg, I am actually LEARNING in your videos thank you so much! I am a total beginner and I have wanted to know how to do this!
Honestly Man can't thank you enough these videos are going to make me a better content creator!!!
Hope it helps!
Awesome tutorial, short and straight to the point! Thank you so much! Def. subscribing to your channel.
you just changed my world.
I've been using all your tuts to put together my most recent video. Thanks for all the great videos, it helped a lot
fluorescent light was my fav.
Thanks a lot to share all these tips with us! We just started to follow your channel and this video already made difference for us! We just used one of the text effects in our later video!
Really helpful, saved a ton of time.
your content and the way you present it, is awsome :)
Thank you
*your video tutorials are the BEST*
Hi. I'm a new subscriber. I'm actually in one of my classes right now and this video just saved my final's life for the semester! GOD BLESS YOU! You should be a Professor +
OMG that's so cool! I never noticed these presets exist, I always did everything myself for my videos 😮
Simple, yet Super useful! Thank you!!! ♥
Great Tut!!
Hello, I do not know if this issue occured in your other videos , but in this video until 2:11 time video display screen looked unclear(blur), and only from 2:12 time screen display of your video guide became fully clear, visible.
Just wanted to let you know.
thanks justin odisho
nice tutorial and real easy to understand! thanks!
Man I learnt so much from you, keep the good work up!
The Jiggy effect help me a lot, thank you
keep the ae tutorials coming justin.. thanks
Nice One Justin!
Great, I was wondering in the past, how to make video like 'Something Just Like This" by Coldplay. Your tutorial showed some insights. Thank you, hope you can do the full video on how to do it.
Thanks!
thanks so much, After Effects sure is becoming more and more interesting :)
Yes it is a very interesting software
Hey Bro!!!! I really enjoy your videos. I think your channel should explode in popularity this year!!!! Anyway can you do a tutorial on "the clone effect" in adobe premiere pro? I know there are ways to do it, but I can't get the lighting right. And with multiple characters too. like 3 or even 4. Best of luck my friend!!! keep it up
Check my tutorial "combine slow motion" for a similar idea. The lighting changes is the only variable that might mess up your shot
awsome, Ill check it out!!!
Awesome Justin, good job
dang this channel freaking rules
great video.
How can we apply these effects or any other text effect on another language text that appears from right to left?
i already told u I love the way u say Odisho... Love it. Learning form u. 👌
I like the video before i watch it :)
because i know you are the best Justin thanks ♥
good man thank u so much
Very handy! Got to use it straight away. thx
Glad it helped!
hi justin you are the best thanks for your tutorial it's amazing and so much helpful for me ..
>Animation Presets key words : Quiver , Jiggy , Typewriter , Fluorescent Light , Flicker Color , Rotate Hue , Bad TV2-OLD
this is a grate video mate.
Just so you guys know too,
I fastly thought that this "jiggy" effect can be used to great glitch intro's
I tried it, and it works well and it works with more glitch options.
Thanks for posting.
Thank you so much! This is exactly what I needed rn
That was very helpful. I just learned so much from this video. My old University course is all coming back to me now. LOL
Great stuff!!
Question: For the jiggy effect can you make the words move to an audio layer?
Watch my "how to make anything react to audio" video
i actually saw that video in recommended right after i watched this one lol.
Thank you! :)
So helpful! Thank you!!
Dope and simple. Thank you sir.
This video included exactly everything I needed thank you, you earned a sub.
Another great tutorial :)
Thanks man, this helps a lot!
i like your voice, and professional talking,
hi i like your videos, i get different ideas for my music projects.
+Billy Plan B thank you
Hello sir ^^ this is really useful. I'm so thankful you made this since before I've been using imovie. And I had adobe premiere cc on my computer for a while now.. but it looked complicated. I got inspired to look up a tutorial , specifically on texts first and this is so useful
Thank you so much 😊
Hey Justin.. Your videos help me a lot.. Thanks for that.. But how do you manipulate these option to animate on a specific beat
Awesome tutorial! Thanks a lot!
How do you add a separate effect to transition the text out - like using jiggy to reveal the text and typewriter to remove the text? thanks in advance. Great video!
thanks a lot Justin.
wow thats so nice tut. thanks
Thanx,. that exactly what I was looking for!!
decoder fade in, is also good
hey justin please do a tutorial on sky replacement like big sean's bounce back .... like a big planet on the sky
I'll keep it in mind for an idea!
will be waiting for it.... btw your tutorial are very helpful and easy to follow 😊😊
Really good and learning tutorials! It's here i learn my editing👍🏼 Keep it up!
Will do!
Thanks for making it fun and easy!
Great tutorial, but how do you move your keyframe? I can't klick it
Can you make a small tutorial about how to sync that shake effect with audio?
Thank you! This is so useful :)
very good thanks!
Hi there!
Is there any effect such as Quiver which can be applied to shapes or even an entire precomp?
I'm thinking something to make an entire animation look like a Dr Katz episode.
Thanks!
I believe you can apply certain behaviors onto any type of layer
Thanks! I've also tried the bad TV effect on an entire movie clip and the result is quite satisfying.
I used to do it with a whole bunch of adjustments in different layers, this way is easier and neat.
Thank you!
awesome as always. thanks!
love your tutorials. I am trying to make the text jumpy. Can you give a tip on that or do you have a tutorial on that. Would be great to do right in Premiere, but I guess I can delve into AE.
thank you, it's great ! Helpful !
I appreciate you so much! :D
simply amazing
@Justin Odisho Question: How do you bring two words together from either side meeting in the middle of the screen? I would also like to control the speed of the two words.
justin God will bless you
am actually learning Video editing and those. and am learning it from you every day and night am watching and working on my system thank you boss
You're Nigerian?
Hi! May i know how to export the Ae text effect to Pr?
I'm not sure you can export the text but you can replace a premiere clip with an after effects composition and get the same result
I think i know how to do it, just save as Project and open in Pr will do. Awesome!
Yo can either start with a raw footage in Pr, cut a clip, right-click on it and select "replace with after effect composition", or you work the whole thing in AE, export as video, then import that video in a Pr project.
what if the "replace with after effect composition" option is grayed out? That's what is happening with me. Brand new to AE
This channel is incredible! I seriously admire how dedicated you are to your craft and to creating videos on this channel. I make short films and filmmaking type videos on my own channel. I think you would really enjoy them! Totally subscribing--you have a serious talent!
Thanks for subscribing!
Of course!
Thank you very much!!
Thanks brother!
Hi, love your tutorials. So helpful.
One question tough: I can't see as many presets as you have. Why? Is there any way I can import them?
yes, plugins
None of these were plugins
hey how do i apply typewriter and jiggy combined?like first it types and then the jiggy effect happens
I can't see the panel Effects& Presets as one as you do. Can't see Animation presets, Text Folder - nothing :(((
hey hope you are fine..... can we use these animation and effects in unity? please guide.
How can i get the "Pyjama Party" you are using for the text?