{ "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": "\ud83c\udfa5", "postprocessing": "\u2699", "transforms": "\ud83d\udd00", "curves": "\ud83d\udcc8", "color": "\ud83c\udfa8", "generate": "\u26a1", "utils": "\ud83d\udee0", "image": "\ud83c\udf04", "switches": "\u2b46", "conditioning": "\u262f", "Dream": "\u2728" } } }