Skip to content

[NODE] Add Dub media documentation #29

@ShambaC

Description

@ShambaC

Node Config

{
    title: "Dub Video Audio",
    category: "audio",
    type: "dub_media",
    icon: {},
    desc: "Dub your video or audio to another language using Eleven Labs",
    credit: 100,
    inputs: [
        {
            desc: "The Flow to trigger",
            name: "Flow",
            type: "Flow",
        },
        {
            desc: "Link to the Media to dub",
            name: "Media Link",
            type: "Text",
        }
    ],
    outputs: [
        {
            desc: "Link to the dubbed media file",
            name: "Dubbed Link",
            type: "Text",
        },
    ],
    fields: [
        {
            desc: "Link to the Media to dub",
            name: "Media Link",
            type: "Text",
            value: "Link here ...",
        },
        {
            desc: "Language to dub media into",
            name: "Dub Language",
            type: "select",
            value: "Japanese",
            options: [
                "English",
                "Hindi",
                "Portuguese",
                "Chinese",
                "Spanish",
                "French",
                "German",
                "Japanese",
                "Arabic",
                "Russian",
                "Korean",
                "Indonesian",
                "Italian",
                "Dutch",
                "Turkish",
                "Polish",
                "Swedish",
                "Filipino",
                "Malay",
                "Romanian",
                "Ukrainian",
                "Greek",
                "Czech",
                "Danish",
                "Finnish",
                "Bulgarian",
                "Croatian",
                "Slovak",
                "Tamil",
            ],
        },
    ],
    difficulty: "easy",
    tags: ["dubbing", "translate", "audio", "elevenlabs"],
}

Additional Information

Long Description:
Dub a audio or video from one language to another

Use Cases:

  • Dub youtube videos to your language for easier consumption
  • Dub ad campaigns to multiple languages
  • Use as a realtime translator agent

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions