{
  "$mulmocast": {
    "version": "1.1"
  },
  "lang": "en",
  "title": "Transition Test",
  "movieParams": {
    "transition": {
      "type": "fade",
      "duration": 1.0
    }
  },
  "beats": [
    {
      "speaker": "Presenter",
      "text": "This is a local image.",
      "image": {
        "type": "image",
        "source": {
          "kind": "path",
          "path": "../../assets/images/mulmocast_credit.png"
        }
      }
    },
    {
      "speaker": "Presenter",
      "duration": 3.0,
      "image": {
        "type": "textSlide",
        "slide": {
          "title": "3.0 second with no Audio"
        }
      }
    },
    {
      "speaker": "Presenter",
      "image": {
        "type": "movie",
        "source": {
          "kind": "url",
          "url": "https://github.com/receptron/mulmocast-media/raw/refs/heads/main/test/pingpong.mov"
        }
      }
    },
    {
      "speaker": "Presenter",
      "text": "This is a text slide with audio.",
      "image": {
        "type": "textSlide",
        "slide": {
          "title": "Text Slide with Audio"
        }
      }
    }
  ]
}
