When an AI-generated image or short video works, reproducing it later is harder than it looks. The final frame hides many decisions: what was visible in the reference, how the camera was described, which parts were changed during iteration, and which settings mattered.
This article describes a model-agnostic workflow for turning a visual reference into a prompt that another person can study and refine.
1. Describe the visible result first
Start with observations rather than model-specific keywords:
- subject and environment
- composition and framing
- camera angle and lens feeling
- lighting, color, and materials
- motion, gesture, and timing for video
- the emotional or editorial tone
This keeps the visual intent understandable when you move between image and video models.
2. Separate stable intent from model syntax
Keep the reusable description separate from parameters that belong to one model. A small record can look like this:
{
"subject": "a cyclist crossing a rain-wet modern plaza",
"composition": "wide frame, subject placed on the right third",
"camera": "low viewpoint with a gentle forward move",
"lighting": "cool overcast light with warm reflections",
"motion": "slow, controlled movement with visible water spray",
"model_parameters": {
"aspect_ratio": "16:9",
"duration_seconds": 5
}
}
The first six fields describe intent. The model parameters can change without rewriting the whole idea.
3. Record the iteration, not only the winner
A reproducible workflow should keep the failed or nearly-correct attempts nearby. For each iteration, record:
- what changed;
- what improved;
- what became worse;
- which part of the prompt caused the change.
For video, also record the first and last frame, camera movement, and any timing cue. These details are often more useful than a long list of style adjectives.
4. Use a case library as a reference
A visual case library makes this process easier because the reference, prompt, model context, and workflow can stay together. FilmLune is a creative AI studio for exploring image and video generation through visual cases, complete prompts, and practical workflows.
Explore the references at FilmLune.
The goal is not to copy a finished result blindly. It is to make the decisions behind a result visible enough that you can reproduce, compare, and improve the idea yourself.