interview-transcription

Featured

Transcription, recording management, and quote extraction. Use when processing audio/video or generating timestamped transcripts.

Data & Documents 391 stars 65 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
86
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Interview transcription and management Practical workflows for journalists managing interviews from preparation through publication. ## When to activate - Preparing questions for an interview - Processing audio/video recordings - Creating or managing transcripts - Organizing notes from multiple sources - Building a source relationship database - Generating timestamped quotes for fact-checking - Converting recordings to publishable quotes ## Recording setup for transcription For pre-interview research, question design, attribution agreements, and consent scripts, use the **interview-prep** skill. The notes here cover only the recording configuration that affects transcription quality. ```python # Standard recording configuration for clean transcription RECORDING_SETTINGS = { 'format': 'wav', # Lossless for transcription 'sample_rate': 16000, # Whisper resamples to 16k anyway; 16k saves disk 'channels': 1, # Mono is fine for speech; stereo only if mics are positionally distinct 'backup': True, # Always run a backup recorder } # File naming convention # YYYY-MM-DD_source-lastname_topic.wav # Example: 2026-05-08_smith_budget-hearing.wav ``` **Two-device rule.** Always record on two devices. Phone as backup minimum. If using a wireless lav mic, the recorder built into the lav unit is one device; the phone running a backup app is the second. **Mono is preferred** unless each speaker has their own dedicated microphone ...

Details

Author
jamditis
Repository
jamditis/claude-skills-journalism
Created
8 months ago
Last Updated
4 days ago
Language
Python
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category