文件格式

See also

媒体格式 for technical information about supported file formats.

图像输出

When rendering a single frame, the output should be a single image format and not a video. Several image formats are available, PNG being the default.

Images can also be used for rendering animations which has a couple advantages. For example, when rendering animations to image file formats the render job can be canceled and resumed at the last rendered frame by changing the frame range. This is useful if the animation takes a long time to render and the computers resources are needed for something else.

Images can then be encoded to a video by adding the rendered image sequence into the Video Sequencer and choosing an appropriate Video Output.

Tip

Rendered image sequences can be played back in the Animation Player.

视频输出

编码面板

参考

面板:属性编辑器 ‣ 输出 ‣ 编码
../../_images/render_output_file-formats_video-encoding-panel.png

编码面板。

Here you choose which video container, codec, and compression settings you want to use. With all of these compression choices, there is a trade-off between file size, compatibility across platforms, and playback quality.

Tip

当你阅读 系统控制 这块文档,你可以了解更多关于输出的编码过程。如果你使用 blender -d 执行Blender,可以看到更多输出。

预设
您可以使用预设功能来为输出类型选择最佳效果。
Container
Video container or file type. For a list of all available options, see video formats.
自动分割输出
If your video is huge and exceeds 2GiB, enable Autosplit Output. This will automatically split the output into multiple files after the first file is 2Gig.

Video

视频编码器
Chooses the method of compression and encoding. For a list of all available options see video formats.

Note

标准

Some containers and codecs are not compatible with each other, so if you are getting errors check that your container and codec are compatible. Like containers and codecs are sometimes not compatible with each other, some codecs do not work with arbitrary dimensions. So, try to stick with common dimensions or research the limitations of the codec you are trying to use.

Output Quality
These are preset Rates.
Encoding Speed
Presets to change between a fast encode (bigger file size) and more compression (smaller file size).
Keyframe Interval
The number of pictures per Group of Pictures. Set to 0 for "intra_only", which disables inter-frame video. A higher number generally leads to a smaller file but needs a higher-powered device to replay it.
Max B-frames

Enables the use of B‑frames.

Interval
The maximum number of B‑frames between non-B-frames.

比率

码率
Sets the average bit rate (quality), which is the count of binary digits per frame. See also: FFmpeg -b:v.
比率
Video files can use what is called variable bit rate (VBR). This is used to give some segments of the video less compressing to frames that need more data and less to frames with less data. This can be controlled by the Minimum and Maximum values.
缓冲区
解码器码流缓冲区 尺寸。

多路复合

Multiplexing is the process of combining separate video and audio streams into a single file, similar to packing a video file and .mp3 audio file in a zip-file.

比率
多路复用流式处理中最大的位速率。
包大小
减少数据碎片或复用器开销取决于源。

Audio

音频编码器
Audio format to use. For a list of all available options, see video formats.
码率
For each codec, you can control the bit rate (quality) of the sound in the movie. Higher bit rates are bigger files that stream worse but sound better. Use powers of 2 for compatibility.
音量
设置音频的输出音量。

提示

Tip

The choice of video format depends on what you are planning to do.

It's not recommended to render directly to a video format in the first instance. If a problem occurs while rendering, the file might become unplayable and you will have to re-render all frames from the beginning. If you first render out a set of static images such as the default PNG format or the higher-quality OpenEXR (which can retain HDR pixel data), you can combine them as an Image Strip in the Video Sequence Editor (VSE). This way, you can easily:

  • Restart the rendering from the place (the frame) where any problem occurred.
  • Try out different video encoding options in seconds, rather than minutes or hours as encoding is usually much faster than rendering the 3D scene.
  • Enjoy the rest of the features of the VSE, such as adding Image Strips from previous renders, audio, video clips, etc.

Tip

You shouldn't post-process a lossy-compressed file as the compression artifacts may become visible. Lossy compression should be reserved as a final 'delivery format'.