- 38
- 55 108
Fanverse
United Kingdom
เข้าร่วมเมื่อ 18 ธ.ค. 2022
In that particular order - filmmaker, editor and coder.
The Making of Arrowz // Comlete MOGRT Tutorial in After Effects
This is a complete walk through/tutorial of this MOGRT I released a coupe of days ago:
th-cam.com/video/BUBO8V7qBuA/w-d-xo.html
Follow along, and you can make your own MOGRT.
Chapters
00:00 - Introduction: Overview and goals of the tutorial.
00:24 - Creating the Composition: Setting up the composition and objects.
01:24 - Setting Path and Expressions: Defining the path with expressions.
02:02 - Adding Stroke to Shape Path: Making the path visible with a stroke.
05:02 - Tangent and Curve Adjustment: Creating and adjusting the tangent to control curves.
10:08 - Controller Setup: Creating controllers to manage path adjustments.
13:27 - Animating the Path: Using trim paths for animation control.
18:02 - Creating the Arrow Shape: Designing a triangle to follow the path.
27:00 - Controlling the Arrow's Rotation and Scale: Fine-tuning rotation and scaling based on the path.
36:09 - Using Essential Graphics Panel: Adding controls to the Essential Graphics panel.
47:22 - Final Adjustments and Export: Final touches, exporting, and concluding the tutorial.
------------
Expressions:
To create the path and the controller:
point1=thisComp.layer("Point1").transform.position;
point2=thisComp.layer("Point2").transform.position;
zero =[0,0];
tangent = thisComp.layer("Tangent").transform.position;
createPath(points = [point1,point2], inTangents = [zero,zero], outTangents = [tangent,zero], isClosed = false)
For the triangle to stick to the trim paths 1:
getPath = content("Group 1").content("Path 1").path;
trimEnd = content("Group 1").content("Trim Paths 1").end;
getPath.pointOnPath(trimEnd/100)
For the trangle to always point to the right direction:
angle =thisComp.layer("Controller").effect("Angle Control")("Angle")
var pathToTrace = content("Group 1").content("Path 1").path;
var progress = content("Group 1").content("Trim Paths 1").end/100;
var pathTan = pathToTrace.tangentOnPath(progress);
timeIn = thisComp.layer("Controller").effect("timeIn")("Slider");
timeInDuration = thisComp.layer("Controller").effect("timeInDuration")("Slider");
radiansToDegrees(Math.atan2(pathTan[1],pathTan[0]))+angle;
------------
Visit my Gumroad page for goodies: fanverse.gumroad.com/
------------
Subscribe to my channel for future updates📺:
th-cam.com/channels/cDRUeCoDaJoLx0k5FDfGoA.html
Support me by buying me a coffee☕: www.buymeacoffee.com/fanversepost
📸Instagram: fanverse.io
#aftereffects #aftereffectsexpressions #createpath #createpathexpression #motiongraphics #animation #tutorial #keyframes #mograph #aftereffectstips #aftereffectstutorial #pathanimation #vfx #visualfx #2danimation #expressionlanguage #aftereffectscripting #tangentmanipulation #dynamicpaths #Premiere Pro Mogrt, #Text Effects Premiere Pro, #Mogrt Templates, #Premiere Pro Text Templates, #Quick Text Effects, #Animated Text Premiere Pro, #Modern Text Effects Premiere Pro, #Cinematic Text Effects Premiere Pro, #Title Animation Premiere Pro, #Lower Thirds Premiere Pro, #Text Overlays Premiere Pro, #Dynamic Text Premiere Pro, #Clean Text Effects Premiere Pro, #Premiere Pro Tutorials, #After Effects Templates, #Video Editing Tips, #Motion Graphics, #Graphic Design, #Video Production
th-cam.com/video/BUBO8V7qBuA/w-d-xo.html
Follow along, and you can make your own MOGRT.
Chapters
00:00 - Introduction: Overview and goals of the tutorial.
00:24 - Creating the Composition: Setting up the composition and objects.
01:24 - Setting Path and Expressions: Defining the path with expressions.
02:02 - Adding Stroke to Shape Path: Making the path visible with a stroke.
05:02 - Tangent and Curve Adjustment: Creating and adjusting the tangent to control curves.
10:08 - Controller Setup: Creating controllers to manage path adjustments.
13:27 - Animating the Path: Using trim paths for animation control.
18:02 - Creating the Arrow Shape: Designing a triangle to follow the path.
27:00 - Controlling the Arrow's Rotation and Scale: Fine-tuning rotation and scaling based on the path.
36:09 - Using Essential Graphics Panel: Adding controls to the Essential Graphics panel.
47:22 - Final Adjustments and Export: Final touches, exporting, and concluding the tutorial.
------------
Expressions:
To create the path and the controller:
point1=thisComp.layer("Point1").transform.position;
point2=thisComp.layer("Point2").transform.position;
zero =[0,0];
tangent = thisComp.layer("Tangent").transform.position;
createPath(points = [point1,point2], inTangents = [zero,zero], outTangents = [tangent,zero], isClosed = false)
For the triangle to stick to the trim paths 1:
getPath = content("Group 1").content("Path 1").path;
trimEnd = content("Group 1").content("Trim Paths 1").end;
getPath.pointOnPath(trimEnd/100)
For the trangle to always point to the right direction:
angle =thisComp.layer("Controller").effect("Angle Control")("Angle")
var pathToTrace = content("Group 1").content("Path 1").path;
var progress = content("Group 1").content("Trim Paths 1").end/100;
var pathTan = pathToTrace.tangentOnPath(progress);
timeIn = thisComp.layer("Controller").effect("timeIn")("Slider");
timeInDuration = thisComp.layer("Controller").effect("timeInDuration")("Slider");
radiansToDegrees(Math.atan2(pathTan[1],pathTan[0]))+angle;
------------
Visit my Gumroad page for goodies: fanverse.gumroad.com/
------------
Subscribe to my channel for future updates📺:
th-cam.com/channels/cDRUeCoDaJoLx0k5FDfGoA.html
Support me by buying me a coffee☕: www.buymeacoffee.com/fanversepost
📸Instagram: fanverse.io
#aftereffects #aftereffectsexpressions #createpath #createpathexpression #motiongraphics #animation #tutorial #keyframes #mograph #aftereffectstips #aftereffectstutorial #pathanimation #vfx #visualfx #2danimation #expressionlanguage #aftereffectscripting #tangentmanipulation #dynamicpaths #Premiere Pro Mogrt, #Text Effects Premiere Pro, #Mogrt Templates, #Premiere Pro Text Templates, #Quick Text Effects, #Animated Text Premiere Pro, #Modern Text Effects Premiere Pro, #Cinematic Text Effects Premiere Pro, #Title Animation Premiere Pro, #Lower Thirds Premiere Pro, #Text Overlays Premiere Pro, #Dynamic Text Premiere Pro, #Clean Text Effects Premiere Pro, #Premiere Pro Tutorials, #After Effects Templates, #Video Editing Tips, #Motion Graphics, #Graphic Design, #Video Production
มุมมอง: 525
วีดีโอ
Arrowz // MOGRT to create arrows in Premiere Pro with ease // Premiere Pro Plugin
มุมมอง 3702 หลายเดือนก่อน
Timestamps: 00:00 Intro 00:26 How to customize your arrow mogrt 01:12 Animating the arrow 02:44 Combining mogrts for advanced effects 04:58 Final thoughts & next steps Downloads Arrowz: fanverse.gumroad.com/l/arrowz Download Wiggle: fanverse.gumroad.com/l/wiggleppro If you want to make your own, you can follow this tutorial - th-cam.com/video/n7-5VsoT01o/w-d-xo.html Visit my Gumroad page for go...
How to resize clips and sequence in Premiere Pro? // Premiere Howto // resize a video in PPro
มุมมอง 462 หลายเดือนก่อน
Learn how to rezie a video in Premiere Pro - watch till the end :-) 🎥 Subscribe for more editing tips! Subscribe to my channel for future updates📺: th-cam.com/channels/cDRUeCoDaJoLx0k5FDfGoA.html Visit my Gumroad page for all free assets and tutorials: fanverse.gumroad.com/ Support me by buying me a coffee☕: www.buymeacoffee.com/fanversepost 📸Instagram: fanverse.io Learn how to r...
How to set Audio Channels in Premiere Pro // Quick Premiere Pro Howto // Fix Double audio in PPro.
มุมมอง 5602 หลายเดือนก่อน
Fixing Multichannel Audio in Premiere Pro | Separate & Balance Left and Right Audio Channels 🎙️ 🎥 Subscribe for more editing tips! Subscribe to my channel for future updates📺: th-cam.com/channels/cDRUeCoDaJoLx0k5FDfGoA.html Visit my Gumroad page for all free assets and tutorials: fanverse.gumroad.com/ Support me by buying me a coffee☕: www.buymeacoffee.com/fanversepost 📸Instagram: instagram.com...
Wiggle2 // a MOGRT for Premiere Pro
มุมมอง 3512 หลายเดือนก่อน
Download Mogrt and assets: fanverse.gumroad.com/l/wiggle2 Learn how to add a wiggle effect to text, images, or video clips in Premiere Pro! 🎥✨ Discover two methods: using the Warp Stabilizer and handheld footage, or utilizing a custom wiggle effect. Get the assets and tutorial from my Gumroad page! 🔗 #PremierePro #WiggleEffect #videoediting Subscribe to my channel for future updates📺: th-cam.co...
How to WIGGLE in Premiere Pro? // 2 Ways to wiggle text and clips with free downloads.
มุมมอง 1.5K3 หลายเดือนก่อน
Download Mogrt and assets: fanverse.gumroad.com/l/wiggleppro Learn how to add a wiggle effect to text, images, or video clips in Premiere Pro! 🎥✨ Discover two methods: using the Warp Stabilizer and handheld footage, or utilizing a custom wiggle effect. Get the assets and tutorial from my Gumroad page! 🔗 #PremierePro #WiggleEffect #videoediting Subscribe to my channel for future updates📺: th-cam...
Three ways to crop and mask a video in Premiere Pro // Quick Premiere Pro Howto
มุมมอง 6683 หลายเดือนก่อน
Learn 3 ways to crop & mask in Premiere Pro! ❌ Crop effect (simple but limited) ⭕ Create a mask (flexible but tricky) ⭕ Use shapes & Track Matte Key (precise & versatile). 🎥 Subscribe for more editing tips! Subscribe to my channel for future updates📺: th-cam.com/channels/cDRUeCoDaJoLx0k5FDfGoA.html Visit my Gumroad page for all free assets and tutorials: fanverse.gumroad.com/ Support me by buyi...
How to rotate a clip in Premiere Pro // Batch rotate and flip clips // Premiere Pro Quick Howto
มุมมอง 8753 หลายเดือนก่อน
00:09 Using Effect Controls 00:31 Using the Transform Effects 00:51 Flipping with Basic 3D 01:01 Batch rotate source clips Footage credit: Video by Vlada Karpovich: www.pexels.com/video/a-hand-holding-leaves-9969034/ Video by paashuu : www.pexels.com/video/a-woman-in-a-gold-dress-posing-on-the-rocks-27989388/ Video by Naro K: www.pexels.com/video/a-red-leaf-on-a-tree-with-the-sun-shining-280794...
Chained Text and Chained Text Pro // MOGRT for Premiere Pro
มุมมอง 1853 หลายเดือนก่อน
📩To download the MOGRT, please go to my Gumroad: HD version (Free) fanverse.gumroad.com/l/chainedtexthd UHD version fanverse.gumroad.com/l/chainedtextuhd ⚠️⚠️⚠️Warning: Please only purchase the UHD version after you've tested the HD version and it works smoothly on your computer. Visit my Gumroad page for all free assets and tutorials: fanverse.gumroad.com/ Subscribe to my channel for future up...
Instant 3D Text Intros with Free Mogrts // Mogrt files and AE Project
มุมมอง 3134 หลายเดือนก่อน
To download the mogrt and assets, please head over here: fanverse.gumroad.com/l/3dtextmogrts These 3D Text Intro Mogrts are available under a 'Name Your Price' model, so feel free to grab them for free if you'd like to test them out or use them for your personal projects! If you're feeling generous and want to support my work, you're welcome to contribute a small amount-your support helps fuel ...
Mogrt - quick and easy intro // How to import, edit and delete mogrts in Premiere Pro // Mogrt EP02
มุมมอง 5115 หลายเดือนก่อน
In this quick tutorial, I'll quickly show you how to navigate the essential graphics panel in Premiere Pro to import mogrts or load a local folder. How to quickly edit them and delete them (though delete at your own risk). Along with this quick tut, I've also included a link to some new mogrts, exported from After Effects Presets here: fanverse.gumroad.com/l/mogrts02 And another quick tutorial ...
Mogrts - from After Effects to Premiere Pro // Free mogrts // Beginner After Effects tutorial
มุมมอง 6785 หลายเดือนก่อน
Download all mogrts from this link: fanverse.gumroad.com/l/mogrts01 Visit my Gumroad page for all free assets and tutorials: fanverse.gumroad.com/ Subscribe to my channel for future updates📺: th-cam.com/channels/cDRUeCoDaJoLx0k5FDfGoA.html Support me by buying me a coffee☕: www.buymeacoffee.com/fanversepost 📸Instagram: fanverse.io 🎥TikTok: www.tiktok.com/@fanverseio #editor #adob...
Unleash the Power of createPath: After Effects Expression Techniques // Use tangents in createPath
มุมมอง 5475 หลายเดือนก่อน
00:19 create the handles manually 03:35 using createPath expression 04:59 Tangents in createPath 06:06 create your own debugger 10:17 create your path handles 💖Thanks for watching, please find useful links below: AE scripting guide: ae-scripting.docsforadobe.dev/ Project file: fanverse.gumroad.com/l/createPath Visit my Gumroad page for all free assets and tutorials: fanverse.gumroad.com/ Subscr...
Moving Dots on a Path with AE Expressions // After Effects Expressions tutorial.
มุมมอง 1.4K6 หลายเดือนก่อน
Thanks for watching! In this short video, I'll show you how to use the pointOnPath expression in After Effects, along with some other expressions. Link to download project file: fanverse.gumroad.com/l/aepointonpath Visit my Gumroad page for all free assets and tutorials: fanverse.gumroad.com/ Subscribe to my channel for future updates📺: th-cam.com/channels/cDRUeCoDaJoLx0k5FDfGoA.html Support me...
Photo Stacking / Morphing Effect in After Effects (Or whatever effect you'd like to call it)
มุมมอง 1K7 หลายเดือนก่อน
Photo Stacking / Morphing Effect in After Effects (Or whatever effect you'd like to call it)
Create Simple Loading Animations in After Effects
มุมมอง 2597 หลายเดือนก่อน
Create Simple Loading Animations in After Effects
Learn how to use Slider Controls in After Effects with two examples // #aetutorial #aftereffects
มุมมอง 4.6K10 หลายเดือนก่อน
Learn how to use Slider Controls in After Effects with two examples // #aetutorial #aftereffects
Cube flying through a 3D Tunnel After effects and Premiere tutorial | #aftereffects #motiondesign
มุมมอง 49710 หลายเดือนก่อน
Cube flying through a 3D Tunnel After effects and Premiere tutorial | #aftereffects #motiondesign
Color Control in After Effects + Free Premiere Pro Mogrt // #aftereffects #mogrt #premierepro
มุมมอง 35710 หลายเดือนก่อน
Color Control in After Effects Free Premiere Pro Mogrt // #aftereffects #mogrt #premierepro
Text Effector in After Effects with expressions // #aftereffects #adobeaftereffects #aeplugins
มุมมอง 6K11 หลายเดือนก่อน
Text Effector in After Effects with expressions // #aftereffects #adobeaftereffects #aeplugins
How to use Checkbox Control in After Effects // After Effects Tutorial
มุมมอง 1.1K11 หลายเดือนก่อน
How to use Checkbox Control in After Effects // After Effects Tutorial
Make Waves with After Effects #adobeaftereffects #aftereffects #aftereffectstutorial
มุมมอง 17211 หลายเดือนก่อน
Make Waves with After Effects #adobeaftereffects #aftereffects #aftereffectstutorial
Make a Clock in After Effects with a Shape Layer and Expressions! / After Effects Beginner Tutorial
มุมมอง 312ปีที่แล้ว
Make a Clock in After Effects with a Shape Layer and Expressions! / After Effects Beginner Tutorial
Timer - A Free Mogrt Pack for Premiere Pro
มุมมอง 2.3Kปีที่แล้ว
Timer - A Free Mogrt Pack for Premiere Pro
TikTok_CAPS - A Free Premiere Mogrt to do Tiktok-Style captions
มุมมอง 5Kปีที่แล้ว
TikTok_CAPS - A Free Premiere Mogrt to do Tiktok-Style captions
Text Highlighter - 5 FREE Premiere Pro Mogrts
มุมมอง 1.6Kปีที่แล้ว
Text Highlighter - 5 FREE Premiere Pro Mogrts
How to use Layer Control in After Effects // After Effects Tutorial
มุมมอง 12Kปีที่แล้ว
How to use Layer Control in After Effects // After Effects Tutorial
Typewriter with a caret - A Free Premiere Mogrt
มุมมอง 765ปีที่แล้ว
Typewriter with a caret - A Free Premiere Mogrt
How to use Dropdown Menu Control in After Effects // After Effects Tutorial
มุมมอง 6Kปีที่แล้ว
How to use Dropdown Menu Control in After Effects // After Effects Tutorial
Digital Clock - A Free Premiere Pro Mogrt
มุมมอง 1.6Kปีที่แล้ว
Digital Clock - A Free Premiere Pro Mogrt
Download the extension here: fanverse.gumroad.com/l/pprotodolist
for me when i turn off the thumbnail screen, it still appears, how do i fix it?
Sorry what was your OS and what version were you running it on please?
You should see the latest version with the thumbnail off as default.
@@fanversepost os:windows 10 version: premiere 2024
The Mogrt file is missing from the Google Drive link. Could you please re-upload it?
Thanks for letting me know! I've re-upload the files - fanverse.gumroad.com/l/digitalclockmogrt
@@fanversepost Thank you for your reply, but I still don't see the new file you re-upload!
@@GàHaui-q5u It should be in the untitled folder. Please check.
Can I use this with the auto captioning so I dont have t type every word out?
I am afraid not. This is a mogrt and you will still have to type/copy the words.
@@fanversepost dang
GOAT!! Awesome
Thanks! Appreciate it!
Hiiii love this! I just bought it, is there a way to add another arrow to the other side?
Thanks for your support! Yes if you can bring another one to your timeline and adjust the direction with the layer controls. You can rotate or move it as you wish.
Cool video, I'm just starting to learn expressions in AE, so it was very useful, I'll try to solve the 90/180 degree problem and let you know if it's done
For some reason it wont work on Premiere pro 2020. fixes?
Unfortunately most mogrts are not backward compatible.
Thanks!!!
Is it compatible with 2023 version of Premiere Pro? Great work BTW!
Thanks! I have tried to install PPro 2023 but it won’t let me. The earliest version I tried was version 24.0.0 and it’s working fine ☺️
@fanversepost Is there any chance you can provide a 23-compatible version? My studio won't update Adobe for a while, I purchased Arrowz today and would be a life saver being able to use it now! I read about backsaving AE projects to export previous versions of .mogrt on adobe community
just came across your channel, its amazing what you do!
Thanks!
amazing bro, how is this not getting more views. you've got my sub
hi there. I have a question. Is there a way to convert mogrts to preset? The reason is because I want to use Highlighter with Speed Control on SRT files.
No, I don’t think there’s a way to do it with mogrt. If you want the highlight to follow the speed of the words best way is to do it in after effects.
@@fanversepost Can you teach me?
I wish I knew how to call this effect
I’d call it photo stacking effect.
@@fanversepost the name of the effect is mosaic. You're doing a great job keep it up👍
@@rupammondal3657 Thank you! You are so kind 😊😊
My brother, thank you so much!!! <3333
You are very welcome!
the 1st mogart isn't on their. great vid btw you cool
Hi there! Is it still possible obtain this free of charge?
Hey sorry this no longer free.
@@fanversepost ok would update the description here and in Gumroad and remove that. That way it avoids confusion 🙂
Thanks for the suggestion! Have changed the title and thumbnail now.
Thank you!
How'd you make the position in a circle motion? Thank you!
If you meant how I'd move a layer along a circle path - I'd create an ellipse shape, then copy the path to the position property of the layer I want to animate.
Does this also work with colors and gradients ?
Sorry in what sense?
@@fanversepost He means changing text colour. No-one ever talks about that functionality. @unmushinthebeegyoshi I achieved this by making several text layers in the colours I wanted to toggle through. Parent the Source text of all layers below the top text layer to the SOurce text of the top layer (so they update) then paste in the expression if(thisComp.layer("Control Layer").effect("Dropdown Menu Control")("Menu")==1){100} else {0} and change the ==1 number for all text layers. Then you can add this to the Essential graphics Panel. That worked for me. Hope that helps.
Thank you sir
Welcome 👍
Wow. this is awesome and so useful. Thank you.
Thanks a lot!
Excellent tuto! Thank you so much!
No probs, hope it's been helpful!
I love the MOGRT, but have an unusual problem. After getting the timing correct to fit the pace of my speech it will repeat a word from the phrase at the end of the instance. I've tried several things and nothing seems to work. What I'd like to do is the following: Imagine I am using it for the phrase "Please get me some tea" and I am able to set the text speed to fit my cadence perfectly. I'd want the last word "tea" to stay on the screen for an extra second or so before the new instance begins. But instead of doing that the last word of my text will immediately go to another random word from the text. For example the caption will instead read as: "Please get me some tea get". The "get" will stay on screen until the instance ends, but I don't want that to be the last word, I want "tea" to be the last word. How do I fix this? (I'm using the latest version of PP 24.4.1 build 2). EDIT: I found a temporary solution. I have to type the last word twice. So, instead of typing "Please get me some tea" I have to type it as "Please get me some tea tea" in order for "tea" to stay on the screen and not switch to another random word from the text. But surely there is a better fix?
hey, thanks for flagging this. A solution can be just cut before the last frame of 'tea'. While the playhead is on 'tea', right click and select 'frame hold options'. Press ok and that frame should become a still frame for you. And you should be able to extend it left and right to fit your timeline. This should work. But doesn't, feel free to drop me an email - fanverse.io@gmail.com Will try to put out a tut about how to use this technique next week.
I was literally (and I mean it in the literal sense) trying to do something the other day with dots moving into different formations. But just couldn't get it to work right. I think I now know how. Thanks a lot, this really helps.
Glad to be helpful :-)
wow this is incredible!
Glad that you liked it :-)
Great one! Keep the good work
Thanks a lot!
This is Amazing
Thanks buddy!
if (thisComp.layer("Control Layer").effect("Dropdown Menu Control")("Menu")==1{100} else {0} you're welcome <3
congrats
Solid Stuff.
Hello, thank you for this, sadly I am unable to get this clock to be longer than 1 minute
Hey it’s quite limited to configure time in morgt. It’s better to use After Effects for for that.
Thank you
Thank you brother 😀
waiting for more keep it up
Thanks very much for sharing! Keep making these videos!
thankyou so much brother! have been searching for this for a long time and finally found it.
No probs! Keep an eye on my channel, will have something new soon ;-)
Exactly what I was looking for! Thanks!
No probs :-)
This was one of the coolest ways to play with text I have ever seen. Thank you for sharing. Will definitely use it for my next videos!
Thanks! Hope you find it useful!
hey can you give this file as free possible ?
Please dm me at fanverse.io@gmail.com
it's only 10 seconds long, how do i make it longer"?
You just duplicate it.
but then i need to seperate all the words by 10 seconds interals?@@fanversepost
I love how this works! There is one problem, when you add text with multiple lines, the caret stays on the end of the first line.
To be honest, I wasn’t intending to use it for multiple lines. Let me check it out this weekend. Thanks for pointing it out tho.
Thanks for being generous and helpful!
haha its like a cut worm 😅
Very very thanks !
short and to the point, excellent
😍
if (thisComp.layer("logo selecter").effect("Dropdown Menu Control")("Menu").value == index) { 100; } else { 0; } Also nice to use index so you can use the layer numbers and just stack a lot of stuff in there.
Thanks Mate!
Thank you much! This is a cool technique to have in my pocket.