28 lines
540 B
JSON
28 lines
540 B
JSON
{
|
|
"circle-resolution": 48,
|
|
"rotation-speed": 0.1,
|
|
"recording":
|
|
{
|
|
"screenshot-directory": "local/screenshots",
|
|
"video-directory": "local/video",
|
|
"enabled": true,
|
|
"write-mp4": true,
|
|
"video-frame-length": 33.333,
|
|
"max-video-memory": 2000,
|
|
"mp4-pixel-format": "yuv420p"
|
|
},
|
|
"log":
|
|
{
|
|
"debug-to-stdout": false
|
|
},
|
|
"configuration":
|
|
{
|
|
"auto-refresh": true
|
|
},
|
|
"keys":
|
|
{
|
|
"next": "space",
|
|
"mode": "enter"
|
|
}
|
|
}
|