图像/序列片段¶
图像片段用于向视频序列添加静态图像或编号图像序列。它们通常用于幻灯片、图形叠加层、背景板、渲染图像序列或逐帧动画。
单帧图像片段会在指定时长内显示一张静态图像,而图像序列片段则会随时间播放一系列图像,每张图像代表一个单独的帧。两种图像片段均支持变换、效果、色彩管理,以及与时间轴上其他图像片段进行合成。
Tip
启用缩略图叠加层后,图像片段可在序列中显示叠加在其片段上的缩略图。
单张图像¶
添加静态图像(如 *.jpg、*.png 等)时,默认情况下,Blender 会自动生成一条 25 帧长的图像片段,完整呈现该图像在时间线上的动态效果。若需调整长度,可通过 “添加图像片段” 操作导入图像,并在侧栏中修改对应属性。
图像序列¶
对于(已编号)图像序列的情况(例如 *-0001.jpg、*-0002.jpg、*-0003.jpg 等,任意图像格式的),你可以选择:
- 范围
导航到目录,单击 鼠标左键 并在一个范围内的名称上拖动以高亮显示多个文件。你可以向下翻页并继续 Shift-鼠标左键 点击并拖动以添加更多选择。
- 批量
按下 Shift-鼠标左键 选定的非相关图像进行批处理;每个图像将是一个帧,按照排序顺序,可以是文件类型的混合(
jpg、png、exr等)。- 全部
按下 A 选择或者取消选择目录中全部文件。
Tip
处理不同尺寸
处理不同大小的图像和不同大小的输出是很棘手的。如果输入图像的大小与渲染输出大小不匹配,视频序列器将尝试自动缩放图像以使其完全适合输出。这可能会导致削波。如果不希望这样,请使用 "输入" 面板中的 裁剪 和/或 偏移 来移动和选择输出中图像的某个区域。使用 裁剪 或 偏移 时,将自动缩放将被禁用,您可以通过添加 "变换" 效果来手动重新缩放。
添加图像片段¶
参考
- 菜单:
- 移动片段
添加片段后,立即使用鼠标将其定位在时间线上。若启用此选项,起始帧和通道属性将不会显示,因为它们是通过交互方式确定的。
- 起始帧
起始帧用于放置片段左侧控制柄。
- 通道
通道用于放置片段。
- 替换选择
以前选择的片段将被取消选择。只选择新添加的片段。
- 相对路径
存储图像文档相对于 blend 文档的位置。
- 匹配方法
确定如何缩放纵横比与场景的 分辨率 不同的图像以适合渲染区域。
- 缩放至适配:
Adjusts the strips Scale Transforms so the visual contents of the strip to fit exactly within the project's Resolution while maintaining the original aspect ratio.
这可能意味着可以沿内容的边框添加透明区域,以适合呈现区域中的内容。
- 缩放至填充:
Adjusts the strips Scale Transforms so the visual contents of the strip to span the project's Resolution while maintaining the original aspect ratio.
这可能意味着原始图像的某些部分不再适合渲染区域内的内容。
- 拉伸至填充:
Adjusts the strips Scale Transforms so the visual contents of the strip to fill the project's Resolution. Note, unlike the other two methods described above, Stretch to Fill does not maintaining the original aspect ratio.
这可能意味着原始图像会失真以适合渲染区域内的内容。
- 设置视图变换
根据导入媒体的色彩空间自动设置适当的视图转换。在大多数情况下,应使用 标准;使用错误的变换可能会导致颜色不准确或渲染性能下降。
- 导入为
确定图像导入的方法。
- 自动检测:
Filenames that are numbered consecutively (see 打开图像序列) will be imported as a single image sequence with length equal to the number of images. Otherwise, files are imported as separate image strips with the given length.
- 图像序列:
All images are imported as a single image sequence, no matter their extension or filename. Note that since these files do not have to be numbered, placeholders are not supported for this mode.
- 单独图像:
Each image is imported as a separate image strip with the given length, placed one after the other.
- 使用占位符
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, while ensuring that the image sequence strip maintains the correct length. Placeholder frames are rendered in pink in the VSE preview.When the missing frames are rendered out or placed into the folder with the rest of the image sequence, you can refresh the Sequencer and the placeholder frames will be filled in. The option is also available when using the Change Data/File operator and allows you to add more images to the range.
- 长度
添加的片段的长度。导入图像序列时不会使用此值,因为其帧长度由序列中的图像数量决定。