From 3e62c78f8e0d0fee5d05240b04340226f6a57e99 Mon Sep 17 00:00:00 2001 From: mjfernez Date: Sat, 17 Jan 2026 01:55:39 -0500 Subject: Change default to mp4 for embedding on github --- subtitle-podcast/subtitle-podcast.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subtitle-podcast/subtitle-podcast.ps1') diff --git a/subtitle-podcast/subtitle-podcast.ps1 b/subtitle-podcast/subtitle-podcast.ps1 index d50931c..68bb408 100644 --- a/subtitle-podcast/subtitle-podcast.ps1 +++ b/subtitle-podcast/subtitle-podcast.ps1 @@ -42,7 +42,7 @@ whisperx ` # ----------------------------- # Create subtitled video # ----------------------------- -$OutputVideo = "$Title.mkv" +$OutputVideo = "$Title.mp4" $Image = @() if (Test-Path "$Title.jpg") { -- cgit v1.2.3