{"id":3778,"date":"2026-01-14T18:56:52","date_gmt":"2026-01-14T10:56:52","guid":{"rendered":"https:\/\/teen.aiproinstitute.com\/?p=3778"},"modified":"2026-01-14T18:58:01","modified_gmt":"2026-01-14T10:58:01","slug":"video-script-for-youtube-tutorial","status":"publish","type":"post","link":"https:\/\/teen.aiproinstitute.com\/zh\/video-script-for-youtube-tutorial\/","title":{"rendered":"Video Script for YouTube Tutorial"},"content":{"rendered":"<div data-elementor-type=\"wp-post\" data-elementor-id=\"3778\" class=\"elementor elementor-3778\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-a670aaf elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"a670aaf\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-365c20a\" data-id=\"365c20a\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b95d010 elementor-widget elementor-widget-html\" data-id=\"b95d010\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Video Script for YouTube Tutorial - AiPro Institute\u2122 Prompt Library<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;\n            background: #ffffff;\n            padding: 2rem;\n            line-height: 1.6;\n        }\n\n        .container {\n            max-width: 900px;\n            margin: 0 auto;\n        }\n\n        .header {\n            text-align: center;\n            margin-bottom: 2rem;\n        }\n\n        .header h1 {\n            font-size: 2.5rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n            font-weight: 800;\n            margin-bottom: 0.5rem;\n        }\n\n        .card {\n            background: white;\n            border-radius: 16px;\n            box-shadow: 0 20px 60px rgba(0,0,0,0.3);\n            overflow: hidden;\n        }\n\n        .card-header {\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            padding: 2rem;\n        }\n\n        .card-header h2 {\n            font-size: 2rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .card-header p {\n            opacity: 0.95;\n            font-size: 1.1rem;\n        }\n\n        .meta-badges {\n            display: flex;\n            gap: 0.75rem;\n            flex-wrap: wrap;\n            margin-top: 1rem;\n        }\n\n        .badge {\n            display: inline-block;\n            padding: 0.4rem 0.9rem;\n            border-radius: 20px;\n            font-size: 0.85rem;\n            font-weight: 600;\n        }\n\n        .badge-skill-beginner {\n            background: #10b981;\n            color: white;\n        }\n\n        .badge-time {\n            background: #10b981;\n            color: white;\n        }\n\n        .badge-cost {\n            background: #f59e0b;\n            color: white;\n        }\n\n        .badge-format {\n            background: #8b5cf6;\n            color: white;\n        }\n\n        .tool-compatibility {\n            margin-top: 1rem;\n            padding-top: 1rem;\n            border-top: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .tool-compatibility h3 {\n            font-size: 0.9rem;\n            margin-bottom: 0.5rem;\n            opacity: 0.9;\n        }\n\n        .tool-badges {\n            display: flex;\n            gap: 0.5rem;\n            flex-wrap: wrap;\n        }\n\n        .tool-badge {\n            padding: 0.35rem 0.75rem;\n            background: rgba(255,255,255,0.2);\n            border: 1px solid rgba(255,255,255,0.3);\n            border-radius: 15px;\n            font-size: 0.8rem;\n        }\n\n        .tool-badge.model-agnostic {\n            background: rgba(255,255,255,0.3);\n            font-weight: 600;\n        }\n\n        .card-body {\n            padding: 2rem;\n        }\n\n        .section {\n            margin-bottom: 2.5rem;\n        }\n\n        .section-title {\n            font-size: 1.5rem;\n            color: #7c3aed;\n            margin-bottom: 1rem;\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n        }\n\n        .section-title::before {\n            content: '';\n            width: 4px;\n            height: 24px;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            border-radius: 2px;\n        }\n\n        .prompt-box {\n            background: #f8fafc;\n            border: 2px solid #e2e8f0;\n            border-radius: 12px;\n            padding: 1.5rem;\n            font-family: 'Courier New', monospace;\n            font-size: 0.95rem;\n            line-height: 1.8;\n            position: relative;\n            margin-bottom: 1rem;\n        }\n\n        .copy-button {\n            position: absolute;\n            top: 1rem;\n            right: 1rem;\n            background: linear-gradient(135deg, #7c3aed 0%, #3b82f6 100%);\n            color: white;\n            border: none;\n            padding: 0.6rem 1.2rem;\n            border-radius: 8px;\n            cursor: pointer;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: all 0.3s ease;\n        }\n\n        .copy-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 4px 12px rgba(124, 58, 237, 0.4);\n        }\n\n        .copy-button.copied {\n            background: #10b981;\n        }\n\n        .placeholder {\n            color: #f97316;\n            font-weight: 600;\n        }\n\n        .logic-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 1.5rem;\n        }\n\n        .logic-item {\n            background: #f0f9ff;\n            padding: 1.25rem;\n            border-radius: 10px;\n            border-left: 4px solid #3b82f6;\n        }\n\n        .logic-item h4 {\n            color: #1e40af;\n            margin-bottom: 0.5rem;\n            font-size: 1.05rem;\n        }\n\n        .logic-item p {\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .output-preview {\n            background: #fefce8;\n            border: 2px solid #fde047;\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .output-preview h4 {\n            color: #854d0e;\n            margin-bottom: 1rem;\n        }\n\n        .chain-strategy {\n            background: linear-gradient(135deg, #fdf2f8 0%, #fae8ff 100%);\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .chain-steps {\n            display: grid;\n            gap: 1.5rem;\n            margin-top: 1rem;\n        }\n\n        .chain-step {\n            background: white;\n            padding: 1.25rem;\n            border-radius: 10px;\n            border-left: 4px solid #a855f7;\n        }\n\n        .chain-step-header {\n            display: flex;\n            align-items: center;\n            gap: 0.75rem;\n            margin-bottom: 0.75rem;\n        }\n\n        .step-number {\n            background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%);\n            color: white;\n            width: 32px;\n            height: 32px;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            font-weight: 700;\n            font-size: 0.9rem;\n        }\n\n        .chain-step h4 {\n            color: #7c3aed;\n            font-size: 1.1rem;\n        }\n\n        .chain-step p {\n            color: #475569;\n            margin-bottom: 0.5rem;\n        }\n\n        .chain-step .example {\n            background: #f8fafc;\n            padding: 0.75rem;\n            border-radius: 6px;\n            font-size: 0.9rem;\n            color: #64748b;\n            margin-top: 0.5rem;\n        }\n\n        .hitl-tips {\n            background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);\n            border-radius: 12px;\n            padding: 1.5rem;\n        }\n\n        .tips-grid {\n            display: grid;\n            gap: 1rem;\n            margin-top: 1rem;\n        }\n\n        .tip-item {\n            background: white;\n            padding: 1rem;\n            border-radius: 8px;\n            border-left: 3px solid #10b981;\n        }\n\n        .tip-item h4 {\n            color: #047857;\n            font-size: 1rem;\n            margin-bottom: 0.5rem;\n        }\n\n        .tip-item p {\n            color: #475569;\n            font-size: 0.9rem;\n        }\n\n        .tip-item .follow-up {\n            background: #f0fdf4;\n            padding: 0.6rem;\n            border-radius: 6px;\n            margin-top: 0.5rem;\n            font-size: 0.85rem;\n            color: #166534;\n            font-style: italic;\n        }\n\n        .card-footer {\n            background: #f8fafc;\n            padding: 1.5rem 2rem;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            gap: 2rem;\n            flex-wrap: wrap;\n            border-top: 1px solid #e2e8f0;\n        }\n\n        .stat {\n            display: flex;\n            align-items: center;\n            gap: 0.5rem;\n            color: #475569;\n            font-size: 0.95rem;\n        }\n\n        .stat strong {\n            color: #1e293b;\n        }\n\n        .toast {\n            position: fixed;\n            bottom: 2rem;\n            right: 2rem;\n            background: #10b981;\n            color: white;\n            padding: 1rem 1.5rem;\n            border-radius: 8px;\n            box-shadow: 0 4px 12px rgba(0,0,0,0.3);\n            display: none;\n            align-items: center;\n            gap: 0.5rem;\n            animation: slideIn 0.3s ease;\n            z-index: 1000;\n        }\n\n        .toast.show {\n            display: flex;\n        }\n\n        @keyframes slideIn {\n            from {\n                transform: translateX(400px);\n                opacity: 0;\n            }\n            to {\n                transform: translateX(0);\n                opacity: 1;\n            }\n        }\n\n        @media (max-width: 768px) {\n            body {\n                padding: 1rem;\n            }\n\n            .header h1 {\n                font-size: 2rem;\n            }\n\n            .card-header h2 {\n                font-size: 1.5rem;\n            }\n\n            .logic-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .card-footer {\n                flex-direction: column;\n                gap: 1rem;\n            }\n\n            .copy-button {\n                position: static;\n                width: 100%;\n                margin-top: 1rem;\n            }\n\n            .prompt-box {\n                padding-top: 1.5rem;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <div class=\"header\">\n            <h1>AiPro Institute\u2122<\/h1>\n        <\/div>\n\n        <div class=\"card\">\n            <div class=\"card-header\">\n                <h2>Video Script for YouTube Tutorial<\/h2>\n                <p>Create engaging YouTube tutorial scripts with hooks, clear instruction, and viewer retention optimization for educational content<\/p>\n                \n                <div class=\"meta-badges\">\n                    <span class=\"badge badge-skill-beginner\">\ud83c\udf31 Beginner<\/span>\n                    <span class=\"badge badge-time\">\u23f1\ufe0f 10-15 minutes<\/span>\n                    <span class=\"badge badge-cost\">\ud83d\udc8e ~400 tokens<\/span>\n                    <span class=\"badge badge-format\">\ud83d\udcc4 Text + Video<\/span>\n                <\/div>\n\n                <div class=\"tool-compatibility\">\n                    <h3>\ud83d\udd27 Tool Compatibility<\/h3>\n                    <div class=\"tool-badges\">\n                        <span class=\"tool-badge model-agnostic\">\u2728 Model Agnostic<\/span>\n                        <span class=\"tool-badge\">GPT-4o<\/span>\n                        <span class=\"tool-badge\">Claude 3.5<\/span>\n                        <span class=\"tool-badge\">Gemini 2.5<\/span>\n                        \n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-body\">\n                <!-- THE PROMPT SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udccb The Prompt<\/h3>\n                    <div class=\"prompt-box\">\n                        <button class=\"copy-button\" onclick=\"copyPrompt()\">\ud83d\udccb Copy Prompt<\/button>\n                        <div id=\"promptContent\">You are a YouTube content strategist specializing in tutorial videos that maximize watch time, engagement, and subscriber conversion.\n\nYour task is to create a complete YouTube tutorial script that educates while keeping viewers engaged from start to finish.\n\n<strong>VIDEO DETAILS:<\/strong>\n- Tutorial Topic: <span class=\"placeholder\">[What will you teach?]<\/span>\n- Target Audience: <span class=\"placeholder\">[Who is this tutorial for? Skill level?]<\/span>\n- Video Length: <span class=\"placeholder\">[5-10 min \/ 10-20 min \/ 20+ min]<\/span>\n- Key Learning Outcomes: <span class=\"placeholder\">[What will viewers be able to do after watching?]<\/span>\n- Tools\/Software Needed: <span class=\"placeholder\">[List any tools viewers need]<\/span>\n- Your Channel Niche: <span class=\"placeholder\">[Tech\/Business\/Creative\/Lifestyle\/etc.]<\/span>\n\n<strong>YOUTUBE TUTORIAL STRUCTURE:<\/strong>\n\n<strong>1. HOOK (0:00-0:15 - First 15 seconds):<\/strong>\n- Grab attention with: result preview, bold statement, problem identification, or curiosity gap\n- Show the end result or transformation immediately\n- Tease the value: \"By the end of this video, you'll be able to...\"\n- Must retain 80%+ of viewers past this point\n\n<strong>2. INTRO (0:15-0:45):<\/strong>\n- Briefly introduce yourself (first-time viewers)\n- State the problem and why it matters\n- Preview the steps (\"First we'll... then... finally...\")\n- Set expectations for video length and difficulty\n- CTA: \"If you find this helpful, hit the like button\"\n\n<strong>3. MAIN CONTENT - Tutorial Steps (Bulk of video):<\/strong>\nBreak into clear, numbered steps:\n- <strong>Step 1: [Title]<\/strong> - What to do and why\n- <strong>Step 2: [Title]<\/strong> - Build on previous step\n- <strong>Step 3: [Title]<\/strong> - Continue progression\n- [Add more steps as needed]\n\nFor each step:\n- Start with the \"what\" and \"why\"\n- Show the \"how\" with clear actions\n- Include timestamps for viewer navigation\n- Add pattern interrupts every 90-120 seconds (questions, examples, visuals)\n- Warn about common mistakes\n\n<strong>4. RECAP & NEXT STEPS (Final 2 minutes):<\/strong>\n- Quickly summarize the key steps\n- Show the final result again\n- Provide next logical steps or advanced tips\n- Direct to related video or playlist\n\n<strong>5. OUTRO & CTAs (Final 30-45 seconds):<\/strong>\n- Ask for subscription (\"If you want more [type] tutorials...\")\n- Mention notification bell\n- Tease next video topic\n- End screen elements\n\n<strong>ENGAGEMENT OPTIMIZATION:<\/strong>\n- Pattern interrupts: Questions, b-roll, zoom-ins, text overlays every 90 seconds\n- Retention hooks: \"But wait, there's a faster way...\" before key points\n- Timestamps in description for easy navigation\n- Pin comment asking for feedback or questions\n\n<strong>OUTPUT FORMAT:<\/strong>\n\n<strong>VIDEO TITLE:<\/strong> [SEO-optimized title with keyword]\n\n<strong>VIDEO DESCRIPTION:<\/strong> [First 2-3 lines + timestamps + links]\n\n<strong>SCRIPT:<\/strong>\n\n<strong>[HOOK - 0:00-0:15]<\/strong>\n[Script text]\n[VISUAL NOTE: Show final result]\n\n<strong>[INTRO - 0:15-0:45]<\/strong>\n[Script text]\n\n<strong>[STEP 1 - Timestamp]<\/strong>\n[Script text]\n[VISUAL NOTE: Screen recording of...]\n\n[Continue for all steps]\n\n<strong>[RECAP - Timestamp]<\/strong>\n[Script text]\n\n<strong>[OUTRO - Timestamp]<\/strong>\n[Script text]\n\n---\n\n<strong>PINNED COMMENT:<\/strong>\n[Engagement question]\n\n---<\/div>\n                    <\/div>\n                    <p style=\"color: #64748b; font-size: 0.9rem;\">\n                        \ud83d\udca1 <strong>Tip:<\/strong> Fill in the <span class=\"placeholder\">[orange placeholders]<\/span> with your specific details before using this prompt.\n                    <\/p>\n                <\/div>\n\n                <!-- THE LOGIC SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83e\udde0 The Logic (Why This Prompt Works)<\/h3>\n                    <div class=\"logic-grid\">\n                        \n                        <div class=\"logic-item\">\n                            <h4>\ud83c\udfaf 15-Second Retention Window<\/h4>\n                            <p>YouTube's algorithm heavily weighs the first 15 seconds. If 80%+ viewers continue watching past this point, the video gets recommended more. Leading with the result preview hooks attention immediately before explaining the process.<\/p>\n                        <\/div>\n\n                        <div class=\"logic-item\">\n                            <h4>\ud83d\udcca Pattern Interrupt Strategy<\/h4>\n                            <p>Human attention span drops after 90 seconds of similar content. Adding questions, visual changes, or \"but here's the trick...\" moments every 90-120 seconds reengages viewers and dramatically improves average view duration\u2014the #1 ranking factor.<\/p>\n                        <\/div>\n\n                        <div class=\"logic-item\">\n                            <h4>\ud83d\udd22 Numbered Step Structure<\/h4>\n                            <p>Clear step numbering (\"Step 1... Step 2...\") creates a mental checklist that keeps viewers watching to complete the sequence. The brain's desire for completion (Zeigarnik Effect) reduces drop-off rates by up to 40%.<\/p>\n                        <\/div>\n\n                        <div class=\"logic-item\">\n                            <h4>\u23f1\ufe0f Timestamp Navigation<\/h4>\n                            <p>Providing chapter timestamps in the description increases watch time by 30% by allowing viewers to jump to relevant sections, making them more likely to return. YouTube rewards videos with higher rewatchability with more impressions.<\/p>\n                        <\/div>\n\n                        <div class=\"logic-item\">\n                            <h4>\ud83d\udca1 Strategic CTA Placement<\/h4>\n                            <p>Asking for likes in the intro (when engagement is highest) and subscription in the outro (after delivering value) aligns requests with viewer psychology\u2014they're most willing to engage when they've just received value.<\/p>\n                        <\/div>\n\n                    <\/div>\n                <\/div>\n\n                <!-- OUTPUT PREVIEW SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83c\udfa8 Output Preview<\/h3>\n                    <div class=\"output-preview\">\n                        <h4>\ud83d\udcf8 Example Result:<\/h4>\n                        <strong>VIDEO TITLE:<\/strong><br>\nHow to Edit Videos in CapCut (Complete Beginner Tutorial 2026)<br><br>\n\n<strong>VIDEO DESCRIPTION:<\/strong><br>\nLearn how to edit videos in CapCut from scratch! This complete beginner tutorial walks you through every step to create professional-looking videos in under 20 minutes.<br><br>\n\n\u23f1\ufe0f TIMESTAMPS:<br>\n0:00 - Intro & What You'll Learn<br>\n0:45 - Step 1: Import & Organize Footage<br>\n3:12 - Step 2: Basic Cutting & Trimming<br>\n6:30 - Step 3: Add Transitions & Effects<br>\n10:15 - Step 4: Text Overlays & Captions<br>\n13:45 - Step 5: Color Grading Basics<br>\n16:20 - Step 6: Export Settings<br>\n18:30 - Recap & Next Steps<br><br>\n\n\ud83d\udce5 Download Free Assets: [Link]<br>\n\ud83c\udfa5 Watch Next: Advanced CapCut Tricks: [Link]<br><br>\n\n---<br><br>\n\n<strong>SCRIPT:<\/strong><br><br>\n\n<strong>[HOOK - 0:00-0:15]<\/strong><br>\n\"This video went from raw footage... to this polished final edit... in under 20 minutes using just your phone. And by the end of this tutorial, you'll know exactly how to do it too, even if you've never edited before. Let's jump in.\"<br><br>\n\n[VISUAL NOTE: Split screen showing before\/after. Fast montage of editing process. Show final video playing]<br><br>\n\n<strong>[INTRO - 0:15-0:45]<\/strong><br>\n\"Hey everyone, I'm [Name], and today I'm going to teach you how to edit videos in CapCut from complete scratch. Whether you're creating content for TikTok, Instagram Reels, or YouTube Shorts, this tutorial will give you everything you need.<br><br>\n\nWe'll cover six essential steps: importing your footage, cutting and trimming, adding transitions, creating text overlays, basic color grading, and exporting in the right format. This is a beginner-friendly tutorial, so I'll explain everything as we go.<br><br>\n\nIf you find this helpful, smash that like button\u2014it really helps the algorithm show this to more people. Alright, let's start editing.\"<br><br>\n\n[VISUAL NOTE: Creator on camera. Show CapCut app icon. Quick preview of each step mentioned]<br><br>\n\n<strong>[STEP 1: IMPORT & ORGANIZE - 0:45-3:12]<\/strong><br>\n\"Step 1: Importing and organizing your footage. This might seem basic, but organizing properly now will save you tons of time later.<br><br>\n\nFirst, open CapCut and tap 'New Project.' You'll see all your phone's media. Here's my pro tip: don't just randomly select clips. Choose your clips in the order you want them to appear in the final video. This gives you a rough timeline right away.<br><br>\n\nI'm selecting these five clips from my shoot yesterday. Notice I'm picking the best takes only\u2014don't import everything, or you'll waste time sorting later. Tap 'Add' when you're done.<br><br>\n\nNow your clips appear in the timeline. See how they're already in sequence? This is where most beginners make a mistake: they throw everything into the timeline and then spend forever rearranging. Do the thinking before you import.<br><br>\n\nQuick tip: Pinch to zoom on your timeline. This lets you see more clips at once or zoom in for precise editing. You'll use this constantly.\"<br><br>\n\n[VISUAL NOTE: Screen recording of CapCut interface. Highlight the 'New Project' button. Show clip selection process. Demonstrate pinch-to-zoom]<br><br>\n\n<strong>[STEP 2: CUTTING & TRIMMING - 3:12-6:30]<\/strong><br>\n\"Step 2: Cutting and trimming your clips. This is where your rough footage becomes a story.<br><br>\n\nTap on the first clip in your timeline. You'll see a white border appear\u2014that means it's selected. Now, look at the bottom left: there's a 'Split' button. This is your most-used tool.<br><br>\n\nHere's how I approach cutting: Play through your clip, and whenever there's a pause, mistake, or boring moment\u2014tap Split. Then tap the section you want to remove, and hit 'Delete.' <br><br>\n\nWatch this: [Demonstrate cutting out a pause]. See how much tighter that feels? That's the difference between amateur and professional editing\u2014removing dead air.<br><br>\n\nPro tip: Don't cut in the middle of words. Always cut during natural breaths or pauses. It feels smoother and less jarring to viewers.<br><br>\n\nI'm going to quickly cut through all five clips now. Notice I'm being ruthless\u2014if it doesn't add value, it's gone. [Fast-forward montage of cutting]. There. We just went from 8 minutes of raw footage to 4 minutes of tight content.\"<br><br>\n\n[VISUAL NOTE: Close-up of Split button. Show the cutting process. Before\/after comparison of tight vs. loose editing]<br><br>\n\n<strong>[STEP 3: TRANSITIONS & EFFECTS - 6:30-10:15]<\/strong><br>\n[Continue with detailed step-by-step instructions...]<br><br>\n\n<strong>[STEP 4: TEXT & CAPTIONS - 10:15-13:45]<\/strong><br>\n[Continue with detailed step-by-step instructions...]<br><br>\n\n<strong>[STEP 5: COLOR GRADING - 13:45-16:20]<\/strong><br>\n[Continue with detailed step-by-step instructions...]<br><br>\n\n<strong>[STEP 6: EXPORT SETTINGS - 16:20-18:30]<\/strong><br>\n[Continue with detailed step-by-step instructions...]<br><br>\n\n<strong>[RECAP - 18:30-19:30]<\/strong><br>\n\"Alright, let's quickly recap what we just did. We imported our footage strategically, cut out all the fluff, added smooth transitions, created text overlays for emphasis, color-graded to make it pop, and exported in the right format for your platform.<br><br>\n\nYour video should now look clean, professional, and engaging. The best part? Once you've done this a few times, you can edit a full video in under 15 minutes.<br><br>\n\nNow, here's what to learn next: audio mixing. Great visuals mean nothing with bad audio. I have a complete tutorial on audio editing in CapCut\u2014you can find that linked in the description and in the end screen.\"<br><br>\n\n[VISUAL NOTE: Show the final edited video playing. Quick montage of all steps performed]<br><br>\n\n<strong>[OUTRO - 19:30-20:00]<\/strong><br>\n\"If this tutorial helped you create better videos, do me a favor: subscribe and hit the notification bell so you don't miss future tutorials. I post new video editing tips every Tuesday.<br><br>\n\nNext week, I'm revealing my secret sauce for viral-style editing\u2014the techniques I use that get millions of views. You don't want to miss that.<br><br>\n\nDrop a comment below and tell me: What did you just edit using this tutorial? I read every comment and I love seeing your work. Thanks for watching, and I'll see you in the next one!\"<br><br>\n\n[VISUAL NOTE: Creator on camera smiling. Subscribe button animation. End screen with next video thumbnail]<br><br>\n\n---<br><br>\n\n<strong>PINNED COMMENT:<\/strong><br>\n\"\ud83d\udc47 What type of video are you editing with this tutorial? TikToks? YouTube videos? Reels? Let me know below! Also, drop any questions you have and I'll answer them all! \ud83c\udfac\"<br><br>\n\n---<br><br>\n\n<strong>WHY THIS SCRIPT WORKS:<\/strong><br>\n\u2705 Hook shows transformation immediately (before\/after)<br>\n\u2705 Clear 6-step structure creates completion loop<br>\n\u2705 Pattern interrupts every 2-3 minutes (questions, tips, demonstrations)<br>\n\u2705 Timestamps provided for easy navigation<br>\n\u2705 Common mistakes addressed proactively<br>\n\u2705 Logical next step provided (audio tutorial)<br>\n\u2705 CTA strategically placed (like in intro, subscribe in outro)<br>\n\u2705 Pinned comment drives engagement\n                    <\/div>\n                <\/div>\n\n                <!-- CHAIN STRATEGY SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\u26d3\ufe0f Chain Strategy (Advanced Workflow)<\/h3>\n                    <div class=\"chain-strategy\">\n                        <p style=\"color: #6b21a8; font-weight: 600; margin-bottom: 1rem;\">\n                            For best results, use this 3-step sequential prompting strategy:\n                        <\/p>\n                        <div class=\"chain-steps\">\n                            \n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">1<\/div>\n                                    <h4>Content Outline & Learning Flow<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Map out the tutorial structure and break complex topics into digestible steps<\/p>\n                                <p><strong>Prompt:<\/strong> I want to create a YouTube tutorial teaching [topic] to [target audience with skill level]. Help me break this down: 1) What are the 5-7 main steps or concepts I need to teach, in logical order?, 2) What prerequisite knowledge do viewers need?, 3) What's the one key transformation\/result viewers will achieve?, 4) What are the 3 most common mistakes beginners make that I should address? Create a step-by-step outline with estimated time for each section.<\/p>\n                                <div class=\"example\">\n                                    <strong>Expected Output:<\/strong> Tutorial outline: Step 1: Setup (2 min) \u2192 Step 2: Basic technique (4 min) \u2192 Step 3: Common pitfalls (3 min) \u2192 Step 4: Advanced tip (3 min) \u2192 Step 5: Practice exercise (2 min) \u2192 Step 6: Next steps (1 min). Prerequisites: Basic familiarity with [tool]. Transformation: Go from zero to [specific capability] in 15 minutes. Common mistakes: rushing Step 2, skipping Step 4, not practicing.\n                                <\/div>\n                            <\/div>\n\n                            \n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">2<\/div>\n                                    <h4>Hook & Retention Strategy<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Craft compelling hooks and identify pattern interrupts to maximize watch time<\/p>\n                                <p><strong>Prompt:<\/strong> For this tutorial outline [paste from Step 1], design viewer retention strategies: 1) Write 3 different hook options for the first 15 seconds (show result, ask provocative question, state bold claim), 2) Identify where viewers might drop off and suggest pattern interrupts (every 90-120 seconds), 3) Plan retention moments (\"But here's the trick...\", \"Wait, there's a faster way...\"). Map these to specific timestamps.<\/p>\n                                <div class=\"example\">\n                                    <strong>Expected Output:<\/strong> Hook Option 1: Show before\/after. Hook Option 2: 'Most people get this wrong\u2014here's the right way.' Hook Option 3: 'This takes 15 minutes but saves you hours.' Drop-off risks: Minute 4 (long explanation) \u2192 add visual example; Minute 8 (repetitive) \u2192 insert 'pro tip'; Minute 11 (complex step) \u2192 break into 2 mini-steps. Retention hooks placed at 0:00, 2:15, 5:30, 8:45, 12:00.\n                                <\/div>\n                            <\/div>\n\n                            \n                            <div class=\"chain-step\">\n                                <div class=\"chain-step-header\">\n                                    <div class=\"step-number\">3<\/div>\n                                    <h4>Complete Script Writing<\/h4>\n                                <\/div>\n                                <p><strong>Goal:<\/strong> Write the full word-for-word script with visual notes and timing<\/p>\n                                <p><strong>Prompt:<\/strong> Using this outline [paste from Step 1] and retention strategy [paste from Step 2], write the complete YouTube tutorial script for [topic]. For each section include: 1) The exact words I should say (conversational, not robotic), 2) Visual notes (what to show on screen), 3) Timestamp markers, 4) Pattern interrupts and retention hooks marked in bold. Also create: video title (SEO-optimized), description with timestamps, and pinned comment question. Target length: [X minutes]. Tone: [describe your presenting style].<\/p>\n                                <div class=\"example\">\n                                    <strong>Expected Output:<\/strong> Complete script with hook, intro, all tutorial steps with dialogue and visual directions, recap, outro, plus optimized title, description with clickable timestamps, and engagement-driving pinned comment. Every section includes conversational script text, screen notes (e.g., 'VISUAL: zoom in on this button'), and retention elements highlighted.\n                                <\/div>\n                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <!-- HUMAN-IN-THE-LOOP TIPS SECTION -->\n                <div class=\"section\">\n                    <h3 class=\"section-title\">\ud83d\udca1 Human-in-the-Loop Refinement Tips<\/h3>\n                    <div class=\"hitl-tips\">\n                        <p style=\"color: #065f46; font-weight: 600; margin-bottom: 1rem;\">\n                            Enhance your results with these follow-up prompts:\n                        <\/p>\n                        <div class=\"tips-grid\">\n                            \n                            <div class=\"tip-item\">\n                                <h4>\ud83d\udc8e B-Roll Planning<\/h4>\n                                <p>Identify specific moments where additional footage (b-roll) would enhance explanation or maintain visual interest.<\/p>\n                                <div class=\"follow-up\">\n                                    <strong>Follow-up Prompt:<\/strong> \"Review my script and identify 5-8 moments where b-roll would improve the tutorial. For each, specify: 1) The timestamp, 2) What type of b-roll (close-up, alternative angle, example, metaphor visual), 3) Why it improves that moment. Example: 'At 3:45 during export explanation, show b-roll of progress bar filling up\u2014makes wait time feel shorter.'\"\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>\ud83c\udfa8 Text Overlay Strategy<\/h4>\n                                <p>Plan when and where on-screen text would reinforce key points or highlight important information.<\/p>\n                                <div class=\"follow-up\">\n                                    <strong>Follow-up Prompt:<\/strong> \"Suggest 10-12 text overlays for this script. For each specify: 1) Exact timestamp, 2) The text to display, 3) Duration (2-5 seconds), 4) Purpose (emphasize key term, show keyboard shortcut, display URL, etc.). Prioritize moments where visual reinforcement would aid retention or where viewers might need to pause and screenshot.\"\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>\ud83d\udcca Accessibility Enhancements<\/h4>\n                                <p>Add elements that make the tutorial accessible to viewers watching without sound or with disabilities.<\/p>\n                                <div class=\"follow-up\">\n                                    <strong>Follow-up Prompt:<\/strong> \"Make this script more accessible: 1) Identify 5-7 critical moments that need captions even if auto-captions are on (technical terms, URLs, key steps), 2) Note any visual-only instructions that need verbal explanation for audio-only listeners, 3) Suggest color-coding or visual indicators that would help viewers follow along. Ensure tutorial works for both audio-only and sound-off viewers.\"\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>\ud83d\udd04 Series Extension<\/h4>\n                                <p>Identify natural follow-up tutorials or ways to turn this into a multi-part series.<\/p>\n                                <div class=\"follow-up\">\n                                    <strong>Follow-up Prompt:<\/strong> \"Based on this tutorial, suggest: 1) A 'Part 2' tutorial that builds on these skills (what's the next logical lesson?), 2) A 'Prerequisites' tutorial for viewers who need more foundation, 3) An 'Advanced Tips' tutorial for viewers who master this one. For each, provide a working title and brief outline (3-4 main points). Design this as the middle piece of a 3-part learning path.\"\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>\ud83d\udcac Engagement Touchpoints<\/h4>\n                                <p>Add strategic moments to encourage comments, likes, and interaction throughout the video.<\/p>\n                                <div class=\"follow-up\">\n                                    <strong>Follow-up Prompt:<\/strong> \"Insert 3-4 additional engagement prompts at strategic points in the script (beyond the intro and outro). For each, specify: 1) The timestamp, 2) The specific question or prompt, 3) The psychological reason (creates curiosity, invites debate, asks for examples, etc.). Examples: 'Comment below if you've tried this before' or 'Let me know which step was most helpful.' Place them after value delivery, not randomly.\"\n                                <\/div>\n                            <\/div>\n\n                            <div class=\"tip-item\">\n                                <h4>\ud83c\udfaf Niche Customization<\/h4>\n                                <p>Adapt the tutorial language and examples for your specific audience or channel style.<\/p>\n                                <div class=\"follow-up\">\n                                    <strong>Follow-up Prompt:<\/strong> \"My channel's audience is [describe: age, skill level, industry, interests] and my style is [describe: high-energy\/calm, humorous\/serious, fast-paced\/detailed]. Revise the first 2 minutes of this script (hook + intro) to better match my audience and style. Adjust: 1) Vocabulary level, 2) Pacing and energy, 3) Cultural references or examples, 4) Tone and personality. Show before\/after comparison.\"\n                                <\/div>\n                            <\/div>\n\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"card-footer\">\n                <div class=\"stat\">\u2b50 <strong>4.8<\/strong> (578 ratings)<\/div>\n                <div class=\"stat\">\ud83d\udccb <strong>9,456<\/strong> copies<\/div>\n                <div class=\"stat\">\ud83d\udcac <strong>412<\/strong> reviews<\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"toast\" id=\"toast\">\n        \u2705 Prompt copied to clipboard!\n    <\/div>\n\n    <script>\n        function copyPrompt() {\n            const promptContent = document.getElementById('promptContent').innerText;\n            navigator.clipboard.writeText(promptContent).then(() => {\n                const button = document.querySelector('.copy-button');\n                const toast = document.getElementById('toast');\n                \n                button.textContent = '\u2705 Copied!';\n                button.classList.add('copied');\n                toast.classList.add('show');\n                \n                setTimeout(() => {\n                    button.textContent = '\ud83d\udccb Copy Prompt';\n                    button.classList.remove('copied');\n                    toast.classList.remove('show');\n                }, 3000);\n            });\n        }\n    <\/script>\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Video Script for YouTube Tutorial &#8211; AiPro Institute\u2122 Prompt Library AiPro Institute\u2122 Video Script for YouTube Tutorial Create engaging YouTube tutorial scripts with hooks, clear instruction, and viewer retention optimization for educational content \ud83c\udf31 Beginner \u23f1\ufe0f 10-15 minutes \ud83d\udc8e ~400 tokens \ud83d\udcc4 Text + Video \ud83d\udd27 Tool Compatibility \u2728 Model Agnostic GPT-4o Claude 3.5 Gemini&hellip;<\/p>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[95,105],"tags":[],"class_list":["post-3778","post","type-post","status-publish","format-standard","hentry","category-content-copywriting","category-marketing-copy"],"acf":[],"_links":{"self":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/3778","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/comments?post=3778"}],"version-history":[{"count":4,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/3778\/revisions"}],"predecessor-version":[{"id":3815,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/posts\/3778\/revisions\/3815"}],"wp:attachment":[{"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/media?parent=3778"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/categories?post=3778"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/teen.aiproinstitute.com\/zh\/wp-json\/wp\/v2\/tags?post=3778"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}