2

Let's say I want to move a picture in the Video Editor from place a to b, over 100 frames. A way to do this is to create 100 pictures and adjust the coordinates of each one in each frame. It's gonna take forever! and 100 frames are very few! Can I automate it?

David
  • 49,291
  • 38
  • 159
  • 317

1 Answers1

2

Yes, keyframes will allow you can automate your goal.

Select regular strip. Add a Menu/Effect Strip/Transform strip to a regular video/image strip. Select new transform strip.

Keyframe the position. Frame 1.

enter image description here

In the image above the mouse was used the to get the [Insert Keyframe] menu option.

Next a second keyframe on frame 100. Yellow indicates key frame.

enter image description here

Next Blender places the images on frames 2-99 via interpolation.

enter image description here

There are tutorial resources here a blender.stackexchange and other video websites.

atomicbezierslinger
  • 14,279
  • 28
  • 42