FFmpegSettings(bpy_struct)¶
base class — bpy_struct
-
class
bpy.types.FFmpegSettings(bpy_struct)¶ FFmpeg related settings for the scene
-
audio_channels¶ Audio channel count
MONOMono, Set audio channels to mono.STEREOStereo, Set audio channels to stereo.SURROUND44 Channels, Set audio channels to 4 channels.SURROUND515.1 Surround, Set audio channels to 5.1 surround sound.SURROUND717.1 Surround, Set audio channels to 7.1 surround sound.
Type: enum in [‘MONO’, ‘STEREO’, ‘SURROUND4’, ‘SURROUND51’, ‘SURROUND71’], default ‘MONO’
-
audio_mixrate¶ Audio samplerate(samples/s)
Type: int in [8000, 192000], default 0
-
Inherited Properties
Inherited Functions
References