{
    "version": "1.0",
    "shareable_presets": [
        {
            "preset_id": "cover",
            "preset_style": "image"
        },
        {
            "preset_id": "cover",
            "preset_style": "video"
        },
        {
            "preset_id": "aura",
            "preset_style": "standard"
        },
        {
            "preset_id": "aura",
            "preset_style": "blue"
        },
        {
            "preset_id": "aura",
            "preset_style": "purple"
        },
        {
            "preset_id": "starfield",
            "preset_style": "green"
        },
        {
            "preset_id": "fbm_warp",
            "preset_style": "pink"
        },
        {
            "preset_id": "sliced_screen",
            "preset_style": "standard"
        },
        {
            "preset_id": "clouds",
            "preset_style": "standard"
        },
        {
            "preset_id": "neon",
            "preset_style": "pulse"
        },
        {
            "preset_id": "synthwave",
            "preset_style": "scene_v1"
        },
        {
            "preset_id": "warp_grid",
            "preset_style": "pool_v1"
        },
        {
            "preset_id": "balloon",
            "preset_style": "scene_v1"
        },
        {
            "preset_id": "fire",
            "preset_style": "sparks_v1"
        },
        {
            "preset_id": "rain",
            "preset_style": "scene_v1"
        },
        {
            "preset_id": "grid_warp",
            "preset_style": "pink"
        },
        {
            "preset_id": "grid_warp",
            "preset_style": "blue"
        },
        {
            "preset_id": "goo",
            "preset_style": "waves"
        },
        {
            "preset_id": "space",
            "preset_style": "rocks_v1"
        },
        {
            "preset_id": "sunset",
            "preset_style": "sea_v1"
        }
    ],

    "config_map": {
        "aura-standard": "aura_v1.json",
        "aura-blue": "aura_v2.json",
        "aura-purple": "aura_v3.json",
        "starfield-green": "starfield.json",
        "fbm_warp-pink": "fbm_warp_v1.json",
        "sliced_screen-standard": "sliced_screen_v1.json",
        "clouds-standard": "clouds_v1.json",
        "neon-pulse": "neon_pulse_v1.json",
        "synthwave-scene_v1": "synthwave_scene_v1.json",
        "warp_grid-pool_v1": "grid_pool_v1.json",
        "balloon-scene_v1": "balloons_v1.json",
        "fire-sparks_v1": "fire_sparks_v1.json",
        "rain-scene_v1": "rain_scene_v1.json",
        "grid_warp-pink": "grid_warp_v1_pink.json",
        "grid_warp-blue": "grid_warp_v2_blue.json",
        "goo-waves": "goo_blue_v1.json",
        "space-rocks_v1": "space_rocks_v1.json",
        "sunset-sea_v1": "sunset_sea_v1.json",

        "sticker-five_band_wave": "five_band_wave_v1.json"
    },

    "sticker_overlay_configurations": {
        "none": [],
        "core_info_standard": [
            {
                "sticker_id": "suno_logo",
                "sticker_style": "image_overlay",

                "image_name": "suno_logo_watermark_v1.png",
                "x_placement": "leading",
                "y_placement": "bottom",
                "x_padding": 56.0,
                "y_padding": 100.0,
                "image_width": "auto",
                "image_height": 42,
                "opacity": 0.5
            },
            {
                "sticker_id": "clip_title",
                "sticker_style": "text_overlay",

                "text_source": "clip_title",
                "font_name": "EditorialNew-Regular.otf",
                "font_size": 64.0,
                "x_placement": "leading",
                "y_placement": "top",
                "x_padding": 64.0,
                "y_padding": 128.0,
                "image_width": "auto",
                "image_height": "auto",
                "opacity":"1.0"
            },
            {
                "sticker_id": "clip_author",
                "sticker_style": "text_overlay",

                "text_source": "by_clip_author",
                "font_name": "PPNeueMontreal-Medium.otf",
                "font_size": 32.0,
                "x_placement": "leading",
                "y_placement": "top",
                "x_padding": 64.0,
                "y_padding": 200.0,
                "image_width": "auto",
                "image_height": "auto",
                "opacity":0.5
            },
            {
                "sticker_id": "timer",
                "sticker_style": "rendered_video_overlay",

                "video_source_id": "timer",
                "ffmpeg_scale": "iw:ih",
                "ffmpeg_pos": "((W-(w/2))-230):(H-(h/2))-120"
            },
            {
                "sticker_id": "five_band_wave",
                "sticker_style": "rendered_video_overlay",

                "video_source_id": "five_band_wave",
                "ffmpeg_scale": "iw/3:ih/3",
                "ffmpeg_pos": "256:(H-(h/2))-120"
            }
        ],
        "leading_info_standard": [
            {
                "sticker_id": "suno_logo",
                "sticker_style": "image_overlay",

                "image_name": "suno_logo_watermark_v1.png",
                "x_placement": "leading",
                "y_placement": "bottom",
                "x_padding": 64.0,
                "y_padding": 200.0,
                "image_width": "auto",
                "image_height": 42,
                "opacity": 1.0
            },
            {
                "sticker_id": "clip_title",
                "sticker_style": "text_overlay",

                "text_source": "clip_title",
                "font_name": "EditorialNew-Regular.otf",
                "font_size": 64.0,
                "x_placement": "leading",
                "y_placement": "top",
                "x_padding": 64.0,
                "y_padding": 960.0,
                "image_width": "auto",
                "image_height": "auto",
                "opacity":"1.0"
            },
            {
                "sticker_id": "clip_author",
                "sticker_style": "text_overlay",

                "text_source": "by_clip_author",
                "font_name": "PPNeueMontreal-Medium.otf",
                "font_size": 32.0,
                "x_placement": "leading",
                "y_placement": "top",
                "x_padding": 64.0,
                "y_padding": 1050,
                "image_width": "auto",
                "image_height": "auto",
                "opacity": 0.70
            },
            {
                "sticker_id": "timer",
                "sticker_style": "rendered_video_overlay",

                "video_source_id": "timer",
                "ffmpeg_scale": "iw:ih",
                "ffmpeg_pos": "64:836"
            }
        ],
        "core_lyrics_standard": [
            {
                "sticker_id": "suno_logo",
                "sticker_style": "image_overlay",

                "image_name": "suno_logo_watermark_v1.png",
                "x_placement": "center",
                "y_placement": "bottom",
                "x_padding": 0.0,
                "y_padding": 256.0,
                "image_width": "auto",
                "image_height": 42,
                "opacity": 1.0
            },
            {
                "sticker_id": "clip_title",
                "sticker_style": "text_overlay",

                "text_source": "clip_title",
                "font_name": "EditorialNew-Regular.otf",
                "font_size": 64.0,
                "x_placement": "center",
                "y_placement": "top",
                "x_padding": 0.0,
                "y_padding": 260.0,
                "image_width": "auto",
                "image_height": "auto",
                "opacity":"1.0"
            },
            {
                "sticker_id": "clip_author",
                "sticker_style": "text_overlay",

                "text_source": "by_clip_author",
                "font_name": "PPNeueMontreal-Medium.otf",
                "font_size": 32.0,
                "x_placement": "center",
                "y_placement": "top",
                "x_padding": 0.0,
                "y_padding": 360.0,
                "image_width": "auto",
                "image_height": "auto",
                "opacity": 0.70
            },
            {
                "sticker_id": "timer",
                "sticker_style": "rendered_video_overlay",

                "video_source_id": "timer",
                "ffmpeg_scale": "iw:ih",
                "ffmpeg_pos": "((W/2-(w/2))):430"
            }
        ],
        "framed_core_center": [
            {
                "sticker_id": "suno_logo",
                "sticker_style": "image_overlay",

                "image_name": "frame_v1_1.png",
                "x_placement": "center",
                "y_placement": "center",
                "x_padding": 0.0,
                "y_padding": 0.0,
                "image_width": "auto",
                "image_height": 1920,
                "opacity": 1.0
            },
            {
                "sticker_id": "suno_logo",
                "sticker_style": "image_overlay",

                "image_name": "suno_logo_watermark_v1.png",
                "x_placement": "center",
                "y_placement": "bottom",
                "x_padding": 0.0,
                "y_padding": 512.0,
                "image_width": "auto",
                "image_height": 42,
                "opacity": 1.0
            },
            {
                "sticker_id": "clip_title",
                "sticker_style": "text_overlay",

                "text_source": "clip_title",
                "font_name": "EditorialNew-Regular.otf",
                "font_size": 64.0,
                "x_placement": "center",
                "y_placement": "top",
                "x_padding": 0.0,
                "y_padding": 960.0,
                "image_width": "auto",
                "image_height": "auto",
                "opacity":"1.0"
            },
            {
                "sticker_id": "clip_author",
                "sticker_style": "text_overlay",

                "text_source": "by_clip_author",
                "font_name": "PPNeueMontreal-Medium.otf",
                "font_size": 32.0,
                "x_placement": "center",
                "y_placement": "top",
                "x_padding": 0.0,
                "y_padding": 1050,
                "image_width": "auto",
                "image_height": "auto",
                "opacity": 0.70
            },
            {
                "sticker_id": "timer",
                "sticker_style": "rendered_video_overlay",

                "video_source_id": "timer",
                "ffmpeg_scale": "iw:ih",
                "ffmpeg_pos": "(W/2-(w/2)):400"
            },
            {
                "sticker_id": "five_band_wave",
                "sticker_style": "rendered_video_overlay",

                "video_source_id": "five_band_wave",
                "ffmpeg_scale": "iw/3:ih/3",
                "ffmpeg_pos": "(W/2-(w/2)):(H/2)-128"
            }
        ],
        "framed_core_top": [
            {
                "sticker_id": "suno_logo",
                "sticker_style": "image_overlay",

                "image_name": "frame_v1_1.png",
                "x_placement": "center",
                "y_placement": "center",
                "x_padding": 0.0,
                "y_padding": 0.0,
                "image_width": "auto",
                "image_height": 1920,
                "opacity": 1.0
            },
            {
                "sticker_id": "suno_logo",
                "sticker_style": "image_overlay",

                "image_name": "suno_logo_watermark_v1.png",
                "x_placement": "center",
                "y_placement": "bottom",
                "x_padding": 0.0,
                "y_padding": 512.0,
                "image_width": "auto",
                "image_height": 42,
                "opacity": 1.0
            },
            {
                "sticker_id": "clip_title",
                "sticker_style": "text_overlay",

                "text_source": "clip_title",
                "font_name": "EditorialNew-Regular.otf",
                "font_size": 64.0,
                "x_placement": "center",
                "y_placement": "top",
                "x_padding": 0.0,
                "y_padding": 400.0,
                "image_width": "auto",
                "image_height": "auto",
                "opacity":"1.0"
            },
            {
                "sticker_id": "clip_author",
                "sticker_style": "text_overlay",

                "text_source": "by_clip_author",
                "font_name": "PPNeueMontreal-Medium.otf",
                "font_size": 32.0,
                "x_placement": "center",
                "y_placement": "top",
                "x_padding": 0.0,
                "y_padding": 520.0,
                "image_width": "auto",
                "image_height": "auto",
                "opacity": 0.70
            },
            {
                "sticker_id": "timer",
                "sticker_style": "rendered_video_overlay",

                "video_source_id": "timer",
                "ffmpeg_scale": "iw:ih",
                "ffmpeg_pos": "(W/2-(w/2)):600"
            },
            {
                "sticker_id": "five_band_wave",
                "sticker_style": "rendered_video_overlay",

                "video_source_id": "five_band_wave",
                "ffmpeg_scale": "iw/3:ih/3",
                "ffmpeg_pos": "(W/2-(w/2)):(H/2)"
            }
        ]
    }
}
