A clean, well-formatted interview transcript makes your content searchable, quotable, and reusable. Here are free templates for every type of interview, plus the fastest ways to generate a transcript automatically.
Template 1: Standard Interview Transcript (Research/Journalism)
`
INTERVIEW TRANSCRIPT
=====================
Interviewee: [Full Name, Title, Organization]
Interviewer: [Your Name]
Date: [Date]
Location/Platform: [In-person / Zoom / Phone]
Duration: [00:00]
Transcribed by: [Name or "AI-generated, reviewed by X"]
NOTE: This transcript has been lightly edited for clarity.
[OR: This is a verbatim transcript.]
---
INTERVIEWER: [Question or statement here]
INTERVIEWEE: [Response here. Each speaker turn gets its own paragraph.
Break long responses into separate paragraphs for readability.]
[00:05:30]
INTERVIEWER: [Next question]
INTERVIEWEE: [Response...]
---
[END OF TRANSCRIPT]
Total word count: [X words]
`
Template 2: Podcast Interview Transcript
`
[PODCAST NAME] — Episode [Number]
"[Episode Title]"
GUEST: [Guest Name, Title]
HOST: [Host Name]
PUBLISHED: [Date]
DURATION: [00:00:00]
---
[INTRO MUSIC / SOUND CUE]
HOST: Welcome to [Podcast Name]. I'm [Host], and today I'm joined by
[Guest Name], who is [brief description]. [Guest], thanks for being here.
GUEST: Thanks for having me, [Host name].
[00:01:15]
HOST: Let's start with...
---
[END OF EPISODE TRANSCRIPT]
`
Template 3: Job Interview Transcript (HR/Hiring)
`
INTERVIEW RECORD
================
Candidate: [Full Name]
Position: [Job Title]
Interviewers: [Names and titles]
Date: [Date]
Interview Type: [Phone / Video / In-person]
Interview Round: [First / Second / Final]
CONFIDENTIAL — For internal HR use only
---
QUESTION 1: [Interview question]
RESPONSE: [Candidate's answer verbatim or paraphrased]
NOTES: [Interviewer observations]
QUESTION 2: [Question]
RESPONSE: [Answer]
NOTES:
---
OVERALL IMPRESSIONS:
RECOMMENDATION: [ ] Move forward [ ] Hold [ ] Decline
NEXT STEPS:
`
Template 4: Research Interview (Academic)
`
RESEARCH INTERVIEW TRANSCRIPT
==============================
Study/Project: [Title]
Participant ID: [P001] (anonymized)
Interviewer: [Name]
Date: [Date]
Consent obtained: [ ] Yes
Recording: [ ] Audio only [ ] Video
[Identifying details have been changed to protect participant anonymity]
---
I: [Interviewer question]
P: [Participant response — verbatim, including filler words for qualitative
analysis: "um," "uh," repetitions, self-corrections]
I: Can you tell me more about that?
P: [...]
---
[END OF TRANSCRIPT — [X] pages, [X] words]
Transcribed: [Date]
Member-checked: [ ] Yes [ ] No
`
How to Auto-Generate an Interview Transcript
For video or audio interviews, AI transcription is dramatically faster than typing:
For YouTube interviews:
1. Go to VidText AI
2. Paste the YouTube URL
3. Get the full transcript in under 10 seconds — free, no sign-up
For recorded files (MP3, MP4, M4A, WAV):
`
pip install openai-whisper
whisper interview.mp4 --model medium --output_format txt
`
Whisper produces a timestamped transcript. Then apply your preferred template format above.
For better speaker identification (multiple interviewers/guests):
Use AssemblyAI with speaker diarization enabled — it labels each speaker automatically (Speaker A, Speaker B, etc.).
Transcript Accuracy Tips
- Record in a quiet environment — reduces transcription errors significantly
- Ask speakers to state their name at the start — helps speaker identification tools
- Avoid crosstalk — when multiple people speak simultaneously, AI accuracy drops
- Use a directional microphone — reduces background noise pickup
- Review and correct proper nouns — names, brands, and technical terms are most often wrong
Verbatim vs Clean Transcription: Which to Use?
| Type | Use Case |
|---|---|
| **Verbatim** | Legal, court reporting, academic qualitative research |
| **Clean/Intelligent** | Journalism, blog posts, podcasts, business content |
| **Edited** | Published articles, show notes, marketing content |
For most content creation and business purposes, clean transcription (filler words removed, punctuation corrected) is more appropriate and readable.