base class — bpy_struct
FFmpeg related settings for the scene
Audio bitrate (kb/s)
| Type: | int in [32, 384], default 0 |
|---|
Audio channel count
| Type: | enum in [‘MONO’, ‘STEREO’, ‘SURROUND4’, ‘SURROUND51’, ‘SURROUND71’], default ‘MONO’ |
|---|
FFmpeg audio codec to use
| Type: | enum in [‘NONE’, ‘MP2’, ‘MP3’, ‘AC3’, ‘AAC’, ‘VORBIS’, ‘FLAC’, ‘PCM’], default ‘NONE’ |
|---|
Audio samplerate(samples/s)
| Type: | int in [8000, 192000], default 0 |
|---|
Audio volume
| Type: | float in [0, 1], default 0.0 |
|---|
Rate control: buffer size (kb)
| Type: | int in [0, 2000], default 0 |
|---|
FFmpeg codec to use
| Type: | enum in [‘NONE’, ‘MPEG1’, ‘MPEG2’, ‘MPEG4’, ‘HUFFYUV’, ‘DV’, ‘H264’, ‘THEORA’, ‘FLASH’, ‘FFV1’, ‘QTRLE’, ‘DNXHD’, ‘PNG’], default ‘NONE’ |
|---|
Output file format
| Type: | enum in [‘MPEG1’, ‘MPEG2’, ‘MPEG4’, ‘AVI’, ‘QUICKTIME’, ‘DV’, ‘H264’, ‘XVID’, ‘OGG’, ‘MKV’, ‘FLASH’], default ‘MPEG1’ |
|---|
Distance between key frames
| Type: | int in [0, 100], default 0 |
|---|
Rate control: max rate (kb/s)
| Type: | int in [-inf, inf], default 0 |
|---|
Rate control: min rate (kb/s)
| Type: | int in [-inf, inf], default 0 |
|---|
Mux rate (bits/s(!))
| Type: | int in [0, inf], default 0 |
|---|
Mux packet size (byte)
| Type: | int in [0, 16384], default 0 |
|---|
Autosplit output at 2GB boundary
| Type: | boolean, default False |
|---|
Use lossless output for video streams
| Type: | boolean, default False |
|---|
Video bitrate (kb/s)
| Type: | int in [-inf, inf], default 0 |
|---|
Inherited Properties
Inherited Functions
References