Skip to main content

Screencast Editing Workflow Reference

Your complete step-by-step workflow for producing 1–5 minute screencasts. Keyboard-first, repeatable, and fast.

info

This is a reference card — not a tutorial. Each step links to the relevant module. Use this after you've completed the full curriculum.

The 10-Step Screencast Workflow

Phase 1: Setup (5 min)
1. Create project folder
2. New project with correct profile
3. Import and proxy recordings

Phase 2: Edit (15–30 min)
4. Review and zone footage
5. Cut dead air and mistakes
6. Add transitions
7. Add effects and color grade

Phase 3: Polish (5–10 min)
8. Mix audio
9. Add titles and subtitles

Phase 4: Publish (15 min total)
10. Render and upload

Phase 1: Setup

1. Create Project Folder

mkdir -p ~/Videos/my-tutorial/{recordings,audio,assets,exports}

2. New Project

Ctrl+N
Project folder: ~/Videos/my-tutorial/
Profile: HD 1080p 30fps
OK

3. Import and Proxy

Drag recordings to Project Bin
Right-click all clips → Generate Proxy
Wait for proxy generation (watch status bar)

Expected time: 2 minutes

Phase 2: Edit

4. Review and Zone Footage

Double-click clip in Project Bin → Clip Monitor
L, L → play at 2x speed
K → pause at good sections
I → set In point
O → set Out point
Ctrl+Space → preview zone only
V → insert zone to timeline

Repeat for each usable take.

5. Cut Dead Air and Mistakes

With main recording on V1:

L, L → scan at 2x
K → stop at problem
Shift+Left x3 → go back a bit
Shift+R → cut (start of bad section)
Find end of bad section
Shift+R → cut (end of bad section)
S → Selection tool
Click bad section → Shift+Del → extract
Space → preview → clean cut

Target: Remove every pause >2 seconds and all mistakes.

6. Add Transitions

Chapter breaks:
Position clips so they overlap by 15 frames (on different tracks)
Hover bottom-right corner → click to add Wipe composition

Quick dissolves (same track):
Position playhead at clip boundary
U → Mix Clips → 15 frames → OK

Fade in at start:
Hover top-left corner → drag triangle → 24 frames

Fade to black at end:
Hover top-right corner → drag triangle → 30 frames

7. Effects and Color Grade

Select V1 clip
Effects panel → "RGB Adjustment" → double-click → apply
Red: 108, Blue: 90

Effects → "Levels" → Gamma: 1.1
Effects → "Unsharp Mask" → Amount: 0.6

Right-click Effect Stack → Save Stack → "Screencast Base"
Apply "Screencast Base" to all other clips

Expected time: 5 minutes (once preset exists, 30 seconds per clip)

Phase 3: Polish

8. Mix Audio

Open Audio Mixer (Menu → View → Audio Mixer)
Set A1 (system audio): -6 dB
Set A2 (voice/mic): 0 dB
Set A3 (music): -15 dB

Select A2 clip → Effects → "Normalize" → -3 dB target
Drag music fade out (top-right of A3 clip)

9. Add Titles and Subtitles

Menu → Project → Add Title Clip
Load "lower-third-template" → edit name → OK
Drag to V2 at 0:05 → set 7-second duration
Hover top-left → 15-frame fade in

Shift+S → add subtitle at each speech start
Type spoken words → Enter → repeat

Menu → Sequence → Add Subtitle Track (if not present)

Phase 4: Publish

10. Pre-Render Check

☐ No gaps in timeline (no black frames)
☐ Audio peaks below red
☐ Fade in (first 24 frames)
☐ Fade out (last 30 frames)
☐ Titles readable
☐ Subtitles correct
☐ Ctrl+S → save project

10b. Render

Ctrl+Enter
→ Generic → MP4-H264/AAC
→ Output: ~/Videos/my-tutorial/exports/tutorial-v1.mp4
→ Quality: CRF 18
→ Render to File

Check: mpv ~/Videos/my-tutorial/exports/tutorial-v1.mp4

10c. YouTube Upload

youtube.com/upload → drag .mp4
Title: [Keyword] | Tutorial Topic
Description:
Line 1: What they'll learn
Line 2: Why it matters

Chapters (from guide list):
0:00 Intro
[timestamp] [chapter name]
...

Tags: kdenlive, screencast, linux, tutorial
Thumbnail: 1280×720 with readable text

Duration Targets

TypeRaw recordingAfter editingDuration target
Quick tip5–8 minRemove 60–70%1–2 min
Tutorial10–15 minRemove 50–60%3–5 min
Deep dive20–30 minRemove 40–50%8–12 min
tip

If your 2-minute screencast takes more than 45 minutes to edit, you need to improve your recording process — practice your content before recording, use a script, and minimize mistakes at the source.

Common Workflow Blockers and Fixes

BlockerFix
Slow timeline playbackEnable proxy clips; re-generate all proxies
Audio not synced to videoClap sync method; group clips after aligning
Render too slowIncrease rendering threads in settings
Color grade inconsistentApply effect stack at track level (not clip level)
Too many takes to reviewRecord shorter, more focused takes
Subtitles misalignedDrag subtitle edges in timeline to adjust timing

Keyboard Muscle Memory Priority

Learn in this order:

Week 1 (non-negotiable):
Space J K L → transport
Ctrl+Z → undo
Ctrl+S → save
X / S / Esc → Razor / Selection / Return

Week 2:
Shift+R → cut at playhead
Ctrl+Shift+R → cut all tracks
Shift+Del → extract delete
I / O / V / B → zone and insert

Week 3:
Ctrl+Right/Left → guides navigation
G → add guide
Shift+S → add subtitle
Ctrl+Enter → render
Alt+Left/Right → keyframe navigation

What's Next