-
-
Notifications
You must be signed in to change notification settings - Fork 104
Recording
"Recording": {
"FrameWidth": 1920,
"FrameHeight": 1080,
"FPS": 60,
"Encoder": "libx264",
"EncoderOptions": "-crf 14",
"Profile": "high",
"Preset": "faster",
"PixelFormat": "yuv420p",
"Filters": "",
"AudioCodec": "aac",
"AudioBitrate": "320k",
"OutputDir": "videos",
"Container": "mp4",
"MotionBlur": {
"Enabled": false,
"OversampleMultiplier": 3,
"BlendFrames": 5,
"BlendWeights": {
"UseManualWeights": false,
"ManualWeights": "1 1.7 2.1 4.1 5",
"AutoWeightsID": 1,
"GaussWeightsMult": 1.5
}
}
}
Width of the output video in pixels.
Height of the output video in pixels.
Frames per second of the output video.
Encoder for ffmpeg, see this wiki page for recommended encoders.
Encoder settings for ffmpeg, see this wiki page for
recommended encoder settings.
Profile for the encoder, see this wiki page for recommended profiles.
Pixel format for the output video.
Filters for ffmpeg, see this page of the ffmpeg documentation for available filters.
Audio codecs for ffmpeg, see [this page of the ffmpeg documentation[(https://ffmpeg.org/ffmpeg-codecs.html)
for available audio codecs.
Audio bitrate for the output video in bits.
Output directory for the video.
The video container.
Enables/Disables oversampling.
The amount of frames created. For example, to have 960FPS with 60 Output FPS the OversampleMultiplier needs to be 16.
The amount of frames to blend together. For example, with 16 BlendFrames, 16 of the frames created will be blended
together.
Enables/Disables manual weights.
Automatic weights, see this wiki page for a list of the IDs.
Multiplier for gaussian weights.