{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://aivideogenerations.org/#organization",
      "name": "FrameForge",
      "url": "https://aivideogenerations.org",
      "description": "FrameForge is an AI video generation studio that turns a written brief into a finished narrated video.",
      "email": "support@aivideogenerations.org",
      "sameAs": [
        "https://www.facebook.com/share/19FfuRY3Jb/",
        "https://www.instagram.com/frameforge611"
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://aivideogenerations.org/#website",
      "name": "FrameForge",
      "url": "https://aivideogenerations.org",
      "publisher": { "@id": "https://aivideogenerations.org/#organization" }
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://aivideogenerations.org/#software",
      "name": "FrameForge",
      "url": "https://aivideogenerations.org",
      "applicationCategory": "MultimediaApplication",
      "operatingSystem": "Web",
      "description": "FrameForge plans video scenes with Gemini, generates scene images and Veo video clips, quality-checks every scene twice (alignment scoring plus AI judge review on the image and the final clip), and composes the final narrated MP4 with ffmpeg.",
      "publisher": { "@id": "https://aivideogenerations.org/#organization" },
      "featureList": [
        "Scene planning from a written brief using Gemini",
        "AI-generated scene images and Veo video clips",
        "Two-stage quality evaluation per scene: alignment scoring plus AI judge review",
        "3 built-in content templates: Technical Diagram, Marketing Product Demo, Brand Design Concept",
        "Up to 4 reference images with automated reference-alignment scoring",
        "Editable scene plans before rendering",
        "Per-scene quality scores",
        "Final MP4 composition with narration via ffmpeg"
      ],
      "offers": [
        {
          "@type": "Offer",
          "name": "Starter",
          "price": "20",
          "priceCurrency": "USD",
          "category": "one-time",
          "description": "3 videos, 1 custom template"
        },
        {
          "@type": "Offer",
          "name": "Creator",
          "price": "100",
          "priceCurrency": "USD",
          "category": "one-time",
          "description": "5 videos, 2 custom templates, AI template writer"
        },
        {
          "@type": "Offer",
          "name": "Studio",
          "price": "150",
          "priceCurrency": "USD",
          "category": "subscription",
          "description": "150 scene credits per month, 4 custom templates"
        },
        {
          "@type": "Offer",
          "name": "Studio Plus",
          "price": "200",
          "priceCurrency": "USD",
          "category": "subscription",
          "description": "250 scene credits per month, 6 custom templates"
        }
      ]
    }
  ]
}
