Movie Strips

要添加影片(带或不带音频),请在文件浏览器中选择一个影片文件,例如音频-视频嵌入格式( * .avi 文件)。

Note

剪辑可以是巨大的

三分钟Quicktime .mov 文件可能有140M。加载它时,即使通过高速LAN也需要一些时间。如果你的电脑或Blender一段时间没有反应,不要以为你的电脑或Blender已经锁定。

添加影片片段

参考

菜单

Add ‣ Movie

相对路径

Store the location of the image file relative to the blend-file.

起始帧

The Start Frame to place the left handle of the strip.

通道

The Channel to place the strip.

替换选择

Replaces the currently selected strips with the new strip.

适配方法

Determines how images with an aspect ratio different than the Scene’s are scaled to fit inside the render area.

  • 缩放至适应

    Adjusts the strips Scale Transforms so the visual contents of the strip to fit exactly within the project’s 规格尺寸 while maintaining the original aspect ratio.

    This may mean that the transparent areas may be added along the content’s border to fit the content in the rendered area.

    缩放至填充

    Adjusts the strips Scale Transforms so the visual contents of the strip to span the project’s 规格尺寸 while maintaining the original aspect ratio.

    This may mean that portions of the original image no longer fit the content inside the rendered area.

    拉伸至填充

    Adjusts the strips Scale Transforms so the visual contents of the strip to fill the project’s 规格尺寸. Note, unlike the other two methods described above, Stretch to Fill does not maintaining the original aspect ratio.

    This may mean that the original image becomes distorted to fit the content inside the rendered area.

Set View Transform

Automatically sets an appropriate View Transform based on the Color Space of the imported media. In most cases, the Standard should be used; using the wrong transform could result in inaccurate colors or degraded rendering performance.

声音

Add a Sound Strip that contains the movie’s audio track.

Use Movie Frame Rate

Sets the Scene Frame Rate to the frame rate encoded in the movie file.

例子

../../../_images/video-editing_sequencer_strips_movie-image_example.png

导入下带音频轨道的影片片段。

在片段本身里,你可以看到片段名称,源文件的路径和片段长度。

Image/Sequence Strips

单张图像

当你添加单个静止图像(*.jpg*.png 等)时,Blender会创建一个25帧长的片段,并将沿该片段范围显示此图像。

图像序列

对于(已编号)图像序列的情况(例如 *-0001.jpg*-0002.jpg*-0003.jpg 等,任意图像格式的),你可以选择:

范围

导航到目录,单击 LMB 并在一个范围内的名称上拖动以高亮显示多个文件。你可以向下翻页并继续 Shift-LMB 点击并拖动以添加更多选择。

批量

按下 Shift-LMB 选定的非相关图像进行批处理;每个图像将是一个帧,按照排序顺序,可以是文件类型的混合( jpgpngexr 等)。

全部

按下 A 选择或者取消选择目录中全部文件。

Tip

处理不同尺寸

Dealing with different sized images and different sized outputs is tricky. If you have a mismatch between the size of the input image and the render output size, the VSE will try to auto-scale the image to fit it entirely in the output. This may result in clipping. If you do not want that, use Crop and/or Offset in the Input panel to move and select a region of the image within the output. When you use Crop or Offset, the auto-scaling will be disabled and you can manually re-scale by adding the Transform effect.

添加图像片段

参考

菜单

Add ‣ Image/Sequence

相对路径

Store the location of the image file relative to the blend-file.

起始帧

The Start Frame to place the left handle of the strip.

结束帧

The end frame to place the right handle of the strip.

Tip

Subtract the Start Frame from the End Frame to get the strip’s duration.

通道

The Channel to place the strip.

替换选择

Replaces the currently selected strips with the new strip.

适配方法

Determines how images with an aspect ratio different than the Scene’s are scaled to fit inside the render area.

  • 缩放至适应

    Adjusts the strips Scale Transforms so the visual contents of the strip to fit exactly within the project’s 规格尺寸 while maintaining the original aspect ratio.

    This may mean that the transparent areas may be added along the content’s border to fit the content in the rendered area.

    缩放至填充

    Adjusts the strips Scale Transforms so the visual contents of the strip to span the project’s 规格尺寸 while maintaining the original aspect ratio.

    This may mean that portions of the original image no longer fit the content inside the rendered area.

    拉伸至填充

    Adjusts the strips Scale Transforms so the visual contents of the strip to fill the project’s 规格尺寸. Note, unlike the other two methods described above, Stretch to Fill does not maintaining the original aspect ratio.

    This may mean that the original image becomes distorted to fit the content inside the rendered area.

Set View Transform

Automatically sets an appropriate View Transform based on the Color Space of the imported media. In most cases, the Standard should be used; using the wrong transform could result in inaccurate colors or degraded rendering performance.

使用文件占位符

Image sequences can use placeholder files. This works by enabling Use placeholders checkbox when adding an image strip. The option detects the frame range of opened images using Blender’s frame naming scheme (filename + frame number + .extension) and makes an image sequence with all files in between even if they are missing. This allows you to render an image sequence with a few frames missing and still the image strip will have the correct range to account for the missing frames displayed as black.

When the missing frames are rendered or placed in the same folder, you can refresh the Sequencer and get the missing frames in the strip. The option is also available when using the Change Data/File operator and allows you to add more images to the range.