Skip to content

Commit

Permalink
Create a max quality profile
Browse files Browse the repository at this point in the history
  • Loading branch information
crashfort committed Jun 26, 2020
1 parent adf04b4 commit b06a690
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bin/data/profiles/hq.json
@@ -0,0 +1,36 @@
{
"movie": {
"encoding-threads": 0,
"debug": false,
"video-fps": 60,
"video-encoder": "libx264rgb",
"video-pixel-format": "bgr0",
"video-color-space": "rgb",
"video-x264-crf": 0,
"video-x264-preset": "ultrafast",
"video-x264-intra": true
},
"motion-blur": {
"enabled": true,
"fps-mult": 60,
"frame-exposure": 0.5
},
"preview-window": {
"enabled": false
},
"velocity-overlay": {
"enabled": false,
"font-family": "Arial",
"font-size": 72,
"color-r": 255,
"color-g": 255,
"color-b": 255,
"color-a": 255,
"font-style": "normal",
"font-weight": "bold",
"font-stretch": "normal",
"text-align": "leading",
"paragraph-align": "far",
"padding": 100
}
}

0 comments on commit b06a690

Please sign in to comment.