For all questions - @MoDesHelp_bot
After Effects, Project Files *.AE, Premiere Pro, Apple Motion Templates, Footages - VideoHive, MotionArray, MotionElements
Подписывайтесь! 👍
@MotionFX_Free
@MotionFX_Free
@MotionFX_Free
10 tricks for fast editing
#lessons | #premiere
On AiTube you can:
- Upload AI Content: Video, Audio, Text, Images!
- Get income from Likes, Downloads, Sales!
- Buy AI Art Collections and earn on it!
Audi 'Q3 in :03' Motion
#inspiration | By Scholar
How to make a video fit the screen
#lessons | #premiere
Augmented World Expo
#inspiration | By Studio Champ
Shading in After Effects
#lessons | #AE | By ross">Ross Plaskow
Simple Wiping Animation
#lessons | #AE | By FreakMotion">Freak Motion
Unfolding the text as you go
#lessons | #premiere
Flow
#inspiration | By Paloma Rincón
Minimal and clean logo animation
#lessons | #AE | By dopemotions">Dope Motions
Painted Title Animation
#lessons | #AE | by Manuel does Motion
Character Animation Tutorials
#lessons | #AE | By InspirationTuts2D">InspirationTuts 2D
3D object tracking tutorial
#lessons | #AE | By flo.motion">flomotion
Turbulent Noise Effect in After Effects
#lessons | #AE | By ManueldoesMotion">Manuel does Motion
Fade opacity of a 3D layer based on distance from camera
Apply the following expression to the Opacity property of a 3D layer:var startFade = 500; // Start fade 500 pixels from camera.
var endFade = 1500; // End fade 1500 pixels from camera.
try {
// Check whether there's a camera
var C = thisComp.activeCamera.toWorld([0,0,0]);
} catch ( err ) {
// No camera, so assume 50mm
var w = thisComp.width * thisComp.pixelAspect;
var z = (w/2)/Math.tan(degreesToRadians(19.799));
var C = [0,0,-z];
}
var P = toWorld( anchorPoint );
var d = length( C, P );
linear( d, startFade, endFade, 100, 0 );
The fade starts at a distance of 500 pixels from the camera and is complete at 1500 pixels from the camera. The linear interpolation method is used to map distance values to opacity values.
#expressions | #AE
JBL Audio: Sonic Stories Nadeshot
#inspiration | By Vascolo
How to Add Video Inside Text in Premiere Pro
#lessons | #premiere
Advanced Text Effects
#lessons | #AE | By CayoEdit">Cayo Edit
After Effects Tutorial - How to Animate Geometric Shapes in Your Designs.
#lessons | #AE
NEON TEXT Glow Effect in Adobe Premiere Pro
#lessons | #premiere
10 Sound Design Tips for Filmmaking
#lessons | #premiere
Make a 3D layer invisible if facing away from camera
Apply the following expression to the Opacity property of a 3D layer:if ( toCompVec([0, 0, 1])[2] > 0 ) {
value;
} else {
0;
}
#expressions | #AE
Text Stretching
#lessons | #AE | By JakeInMotion">Jake In Motion
How to Simulate a Camera Rotation Effect in Premiere Pro
#lessons | #premiere
How to make lightning on your hands
#lessons | #premiere
3 Things You Need to Change to Edit Faster
#premiere | #lessons
Flip layer horizontally if facing away from camera
Apply the following expression to the Scale property of a 3D layer:if ( toCompVec([0, 0, 1])[2] > 0 ) {
value;
} else {
[ -value[0], value[1], value[2] ];
}
#expressions | #AE
Sound Design for Filmmaking
#lessons | #premiere
Myth Showreel
#inspiration | By mythstudio7391">Myth Studio