- 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
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.jsonFinal manifest
{
"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
- 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.