变换片段

Transform is a Swiss Army knife of image manipulation. It moves, rotates, and scales the images within a strip.

选项

过滤

Determines how pixel values are interpolated when scaling or transforming images.

:

Uses the value of the closest pixel with no smoothing. This is the fastest method and is well-suited for pixel art or low-resolution images where sharp, blocky edges are desirable. In animations, motion appears in single-pixel steps, which can cause visible jittering.

双线性:

Averages the values of surrounding pixels to create a smoother result than Nearest. Provides a good balance between performance and visual quality.

双立方:

Computes a weighted average of a larger neighborhood of pixels for even smoother results. Ideal for photographic images or gradients where preserving fine detail is important.

转换单位

控制输入值是 百分比 还是 像素

位置

沿X轴和Y轴移动输入。

均匀缩放

沿着X轴和Y轴均匀地缩放输入。

缩放

在 X 轴和 Y 轴上缩放图像。

旋转

沿 Z 轴二维旋转输入。

例子

../../../../../_images/video-editing_sequencer_strips_effects_transform_example.png

变换效果。