File size: 1,159 Bytes
baa8e90
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
EMBEDDED_CONFIGURATION = {
    "ffmpeg": {
        "file_extension": "mp4",
        "path": "ffmpeg",
        "arguments": ["-r", "%FPS%", "-f", "concat", "-safe", "0", "-vsync",
                      "cfr", "-i", "%FRAMES%", "-c:v", "libx264", "-pix_fmt",
                      "yuv420p", "%OUTPUT%"]
    },
    "mpeg_coder": {
        "encoding_threads": 4,
        "bitrate_factor": 1.0,
        "max_b_frame": 2,
        "file_extension": "mp4",
        "codec_name": "libx264"
    },
    "encoding": {
        "jpeg_quality": 95
    },
    "debug": False,
    "ui": {
        "top_category": "Dream",
        "prepend_icon_to_category": True,
        "append_icon_to_category": False,
        "prepend_icon_to_node": True,
        "append_icon_to_node": False,
        "category_icons": {
            "animation": "πŸŽ₯",
            "postprocessing": "βš™",
            "transforms": "πŸ”€",
            "curves": "πŸ“ˆ",
            "color": "🎨",
            "generate": "⚑",
            "utils": "πŸ› ",
            "image": "πŸŒ„",
            "switches": "β­†",
            "conditioning": "☯",
            "Dream": "✨"
        }
    },

}