The value of a private tutor is not subject expertise — textbooks have subject expertise. The value is personalized diagnosis: identifying the specific point where the student's understanding breaks down and addressing that exact gap with an explanation tailored to how that particular student thinks. A classroom teacher explains a concept once, in one way, to thirty students. A tutor explains the same concept five different ways until one of them connects with the student's existing mental model. Video tutoring cannot replicate the real-time responsiveness of a live tutor, but it can replicate the most valuable aspects of the tutoring experience. The best tutoring videos are built around common confusion points — the specific steps in a problem where most students go wrong, the specific misconceptions that lead to incorrect answers, and the specific alternative explanations that help when the standard textbook explanation fails. By anticipating where confusion occurs and providing the explanation before the student needs to ask, video tutoring delivers 80% of the private tutor's value at zero marginal cost. The format also provides a benefit that live tutoring cannot: the student can pause, rewind, and rewatch the exact explanation they need, as many times as they need, without the social discomfort of asking a human tutor to repeat themselves. This self-paced repetition is particularly valuable for students who need more processing time — they can learn at their own pace without the implicit pressure of another person waiting. NemoVideo generates tutoring videos that combine subject expertise with pedagogical awareness: knowing not just the right answer but the common wrong answers, the reasons behind them, and the specific explanations that correct each misconception.
What the student needs to learn, where they typically get stuck, and what misconceptions need to be addressed.
Explanation depth, worked example count, and practice integration.
curl -X POST https://mega-api-prod.nemovideo.ai/api/v1/generate \
-H "Authorization: Bearer $NEMO_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"skill": "ai-video-tutoring-video-maker",
"prompt": "Create a math tutoring video: Solving Quadratic Equations — Three Methods, One Clear Explanation. Audience: high school algebra students struggling with quadratics. Duration: 8 minutes. Tone: patient, encouraging, thorough. Structure: (1) The big picture (30s): A quadratic equation is ax² + bx + c = 0. You need to find x. There are three methods. I will teach you all three and when to use each one. (2) Method 1 — Factoring (2min): when it works: when the equation factors neatly. Example: x² + 5x + 6 = 0. Walk through: find two numbers that multiply to 6 AND add to 5. That is 2 and 3. So (x+2)(x+3) = 0. Therefore x = -2 or x = -3. Show the reasoning visually. When to use it: when you can spot the factors quickly. When NOT to use it: when the numbers are ugly or the equation does not factor neatly. (3) Method 2 — Quadratic Formula (2min): x = (-b ± √(b²-4ac)) / 2a. This ALWAYS works. Example: 2x² + 3x - 5 = 0. Identify a=2, b=3, c=-5. Plug in step by step — show every substitution. Common mistakes: forgetting the ± (two solutions!), sign errors with negative c, forgetting to divide by 2a (not just 2). When to use it: when factoring is not obvious. This is your safety net. (4) Method 3 — Completing the Square (1.5min): when it is useful: deriving the vertex form, understanding why the quadratic formula works. Brief walkthrough with one example. Most students: use factoring when obvious, quadratic formula for everything else. (5) Practice (1.5min): three problems with increasing difficulty. Pause after each for the student to try. Then show the solution with the recommended method. (6) Summary (30s): try to factor first (10 seconds of looking). Cannot factor? Quadratic formula. Always. It never fails. Digital whiteboard style with handwritten annotations. Color-coded steps. Captions. 16:9.",
"subject": "math",
"topic": "quadratic-equations",
"level": "high-school-algebra",
"format": {"ratio": "16:9", "duration": "8min"}
}'
Every topic has a predictable set of errors. Identify them and address them explicitly in the video: "The most common mistake here is... and here is how to avoid it." Proactive error prevention is more effective than correction after failure.
| Parameter | Type | Required | Description |
|---|---|---|---|
| ----------- | ------ | :--------: | ------------- |
prompt | string | ✅ | Tutoring video requirements |
subject | string | Academic subject | |
topic | string | Specific topic | |
level | string | Student level | |
format | object | {ratio, duration} |
{
"job_id": "avtvm-20260329-001",
"status": "completed",
"subject": "Math — Quadratic Equations",
"methods_covered": 3,
"practice_problems": 3,
"duration": "7:48",
"file": "quadratic-equations-tutoring.mp4"
}
| Format | Ratio | Duration | Platform |
|---|---|---|---|
| -------- | ------- | ---------- | ---------- |
| MP4 16:9 | 1920x1080 | 5-15min | YouTube |
| MP4 9:16 | 1080x1920 | 60s | TikTok / Reels |
| MP4 1:1 | 1080x1080 | 60s |
Q: What makes video tutoring different from a recorded lecture?
A: A lecture presents information from the instructor's perspective. Tutoring addresses the student's confusion from the student's perspective. The tutoring video anticipates where understanding breaks down and provides the alternative explanation at that exact moment — something lectures rarely do because they assume linear comprehension.
共 1 个版本
暂无安全检测报告