Dog Park Adjacent - Podcast Setup Analysis
Current State
What We Have
Show Information:
- Title: Dog Park Adjacent
- Tagline: AKA my self-taught film school project
- Description: “A 138-minute feature film that explores the lives of two men trying to buy a house in Southern California” (from self-taught film school project in 2024)
- Author: @stovak
- Tags: video, dog-park-adjacent, self-taught-film-school
Episodes/Chapters:
- Chapter 1: Requiem for a Fruit Fly (2024-03-07) - Vimeo: 920547314
- Chapter 2: Requiem for a Don (2024-04-15) - Vimeo ID in post
- Chapter 3: Requiem for Full Time Employment (2024-05-04) - Vimeo ID in post
- Chapter 4: Requiem for Journalism (2024-06-18) - Vimeo ID in post
- Chapter 5: Prelude to Something Proven (2024-07-31) - Vimeo ID in post
- Chapter 6: Aria for an Expat Enclave (2024-09-22) - Vimeo ID in post
- Chapter 7: Etude for a Meet Cute (2024-10-08) - Vimeo ID in post
- Chapter 8: Sonata for Secrets (2024-12-24) - Vimeo: 1041973953
Source Files Located at: /Volumes/The Big Combo/podcasts/dog-park-adjacent/
Directory Structure:
dog-park-adjacent/
├── media/ # 7 video files (Chapter 2 is MISSING!)
│ ├── Chapter 1 - Long Form.mov (63 GB)
│ ├── Chapter 3 - Long Form.mov (58 GB)
│ ├── Chapter 4 - Long Form.mov (57 GB)
│ ├── Chapter 5 - Long Form.mov (58 GB)
│ ├── Chapter 6 - Long Form.mov (36 GB)
│ ├── Chapter 7 - Long form.mov (56 GB)
│ └── Chapter 8 - Long Form.mov (87 GB)
│ Total: ~414 GB
├── screenplays/ # EMPTY
└── transscripts/ # EMPTY (note: typo in directory name)
Full Feature Film:
- Vimeo: 1042657886 (138 minutes total)
CRITICAL QUESTIONS - NEED ANSWERS
Q: Video or Audio Podcast?
Impact:
- Video podcasts require much more storage (414GB in Git LFS = expensive!)
- Video podcasts have limited distribution (Apple Podcasts supports video, Spotify does not for all plans)
- Audio-only is standard and widely supported
Q: Should we convert .mov to .mp4?
Impact:
- .mp4 is more universally compatible
- Conversion will take significant time (7 files, ~60GB each)
- May reduce file size with re-encoding
2. Missing Content
Q: Where is Chapter 2 video file?
- Is it on Vimeo but not downloaded?
- Was it never created?
- Is it stored elsewhere?
Action needed: Locate or confirm Chapter 2 status
Q: Do transcripts exist?
- The
transscripts/ directory is empty
- Are transcripts available elsewhere?
- Should we generate them (AI transcription)?
Impact:
- Transcripts improve accessibility and SEO
- Required for some podcast directories
- Can be generated from video/audio
Q: Do screenplays exist?
- The
screenplays/ directory is empty
- Are these source scripts available?
- Are they needed for the podcast?
Q: Podcast Category?
Choose from Apple Podcasts categories:
Recommendation: TV & Film or Fiction > Drama
Q: Explicit Content Flag?
Q: Copyright/License?
Q: Contact Email?
Q: Website URL?
For each episode, we need:
Duration:
File Size:
- Current: 36-87 GB per file (too large!)
- If converting to .mp4: Need to calculate new sizes
- If audio-only: ~100-500 MB per episode
Episode Descriptions:
- Currently only have chapter titles
- Need 1-2 sentence descriptions per episode
- Should we generate from content or do you want to write them?
Episode Type:
Recommendation: Serial (since it’s a continuous story)
5. Artwork Requirements
Q: Show Cover Art
Podcast directories require:
- 1400×1400 px (minimum for Apple Podcasts)
- 3000×3000 px (recommended high-res)
- Square (1:1 aspect ratio)
- JPG format
- <512 KB file size
Do you have artwork, or should we:
6. Git LFS & Storage Costs
Current file sizes: 414 GB
GitHub LFS Pricing:
- Free: 1 GB storage + 1 GB bandwidth/month
- $5/month: 50 GB data pack (storage + bandwidth combined)
- For 414 GB: Need ~$40-50/month just for storage!
Options:
- Store only audio (~3-5 GB total) = $5/month
- Use external storage (Vimeo, YouTube, R2) and link in RSS
- Compress videos to smaller sizes
- Private repository but don’t use LFS (repo size limits)
Q: What’s your budget for Git LFS?
7. Distribution Strategy
Q: Where do you want to publish?
Q: Public or Private?
8. Naming & Versioning
Q: Semantic Versioning Scheme?
Since this is a serial with 8 chapters:
Q: Repository Name?
Technical Decisions Summary
Critical Path Items (MUST DECIDE):
- ✅ Author Handle: @stovak
- ❓ Media Type: Video, Audio, or Both?
- ❓ Video Format: Keep .mov or convert to .mp4?
- ❓ Chapter 2 Status: Where is it?
- ❓ Storage Strategy: Git LFS budget? Use external hosting?
- ❓ Category: Which podcast category?
- ❓ Explicit Flag: Yes or No?
- ❓ Contact Email: Which email to use?
- ❓ Artwork: Do you have it or need to create?
- ❓ Episode Descriptions: Need descriptions for each chapter
Nice-to-Have Items (Can Add Later):
- Transcripts (can generate with AI)
- Screenplays (if available)
- Custom artwork (can use video stills initially)
- Multi-platform distribution (can start with RSS feed only)
Recommended Approach
Option A: Audio-Only Podcast (Recommended)
Pros:
- Cost-effective ($5-10/month for Git LFS)
- Widely supported (all podcast platforms)
- Faster downloads for listeners
- Standard podcast format
Steps:
- Extract audio from .mov files → .mp3 (128-192 kbps)
- Store .mp3 files in Git LFS (~3-5 GB total)
- Create RSS feed with audio enclosures
- Link to Vimeo in show notes for video version
Cons:
- Loses visual component
- Two versions to maintain (audio + video)
Option B: Video Podcast (High Cost)
Pros:
- Preserves original intent (visual storytelling)
- Single version to maintain
- Can submit to video podcast platforms
Steps:
- Convert .mov to .mp4 (H.264) for compatibility
- Compress to manageable sizes (10-20 GB each?)
- Store in Git LFS (~100-150 GB) = $30-40/month
- Create RSS feed with video enclosures
Cons:
- Expensive Git LFS costs
- Limited platform support (Spotify doesn’t support video for most users)
- Large downloads for listeners
Pros:
- Keep videos on Vimeo (free hosting)
- Audio files in Git LFS ($5/month)
- RSS feed points to both
- Cost-effective
- Widely compatible
Steps:
- Extract audio → .mp3
- Store audio in Git LFS
- Keep videos on Vimeo
- RSS feed has:
- Audio enclosure (direct download)
- Video link (Vimeo URL in show notes)
Cons:
- Dependency on Vimeo
- Not true “video podcast” (external link)
Next Steps
Please answer the critical questions above, then we can:
- Create private GitHub repository
- Set up Git LFS with appropriate tracking
- Process media files (extract audio if needed)
- Generate episode metadata (durations, file sizes)
- Create show artwork (if needed)
- Build podcast RSS feed
- Commit all files
- Test RSS feed with podcast validator
- Submit to podcast directories (if desired)
Questions for @stovak
PRIORITY 1 (Blocking):
- Video podcast, audio podcast, or both?
- Git LFS budget / preferred storage strategy?
- Where is Chapter 2 video file?
PRIORITY 2 (Needed Soon):
- Podcast category?
- Explicit content flag?
- Contact email for RSS feed?
- Do you have show artwork (1400x1400)?
- Repository name preference?
PRIORITY 3 (Can Decide Later):
- Episode descriptions (write yourself or generate)?
- Transcripts needed? (can generate with AI)
- Distribution platforms (Apple, Spotify, YouTube, RSS only)?
- Public or Patreon/subscriber-only?
Current Status: Awaiting decisions on Priority 1 questions before proceeding with repository creation.