Skip to content
Courses/Generative AI: image, voice and video/Project: multimedia educational capsule

Project: multimedia educational capsule

The final project ties everything together: a short capsule to explain an AI concept with your own image, narration, subtitles, manifest, and a web-ready output.

  • Design a 60 to 90 second educational piece.
  • Combine image, voice, subtitles, and video without losing traceability.
  • Publish only what is understandable, legal, and reviewable.

Project structure

Terminal
capsula-rag-seguro/
  guion.md
  escenas.json
  prompts/
    portada.md
    video.md
  workflows/
    comfyui-portada.json
    comfyui-video.json
  audio/
    narracion.wav
  subtitulos/
    narracion.srt
  output/
    capsula-rag-seguro.mp4
  manifest.json

Final manifest

Terminal
{
  "titulo": "Qué es RAG seguro",
  "duracion": "00:01:20",
  "modelos": [
    {"uso": "imagen", "nombre": "FLUX.1-schnell", "licencia": "Apache-2.0"},
    {"uso": "stt", "nombre": "Whisper", "licencia": "MIT"},
    {"uso": "tts", "nombre": "Piper voice model", "licencia": "revisada en fuente"}
  ],
  "fuentes_propias": ["guion.md", "boceto-propio.png"],
  "revision": {
    "texto_privado": false,
    "caras_reales": false,
    "logos": false,
    "subtitulos": true,
    "licencias_guardadas": true
  }
}

Publication checklist

Educational quality control

Evaluate the capsule as a learning resource, not as a visual demo. A piece can look spectacular and teach very little.

Terminal
capsule_rubric:
  clear_goal: 1-5
  technical_accuracy: 1-5
  mobile_readability: 1-5
  audio_subtitles: 1-5
  licenses_ok: true
  final_practical_action: true
  decision: "publish | revise | discard"
  • The concept is understandable without relying on effects.
  • The audio contains no significant pronunciation errors.
  • The subtitles match the narration.
  • The image does not include brands, faces, or private text.
  • The file size is right for loading well on mobile.
  • The manifest includes models, licenses, and date.
Complete Aulafy mapSee how this lesson fits without leaving your path.

Complete Aulafy map

How all courses connect

This is not a checklist. Start with the foundation, choose an outcome, and go deeper only when your project needs more control.

  1. 1Understand
  2. 2Apply or build
  3. 3Operate with confidence
01

Choose an application

Turn the foundation into a visible outcome: a website, a business improvement, media, or an interactive experience.

Continue into the technical branch when you need to maintain code, data, or infrastructure.

02

Build with code

Prepare your environment, work with coding agents, and run models while keeping control of your projects.

This branch prepares you to design and operate reliable AI systems.

03

Take systems to production

Combine retrieval, agents, evaluation, security, deployment, and model adaptation when the problem requires it.

You do not need every course: choose the component your system needs and return as it grows.

View full catalogue