aboutsummaryrefslogtreecommitdiffstats
path: root/subtitle-podcast/subtitle-podcast.ps1
diff options
context:
space:
mode:
authormjfernez <mjf@mjfer.net>2026-01-17 01:55:39 -0500
committermjfernez <mjf@mjfer.net>2026-01-17 01:55:39 -0500
commit3e62c78f8e0d0fee5d05240b04340226f6a57e99 (patch)
tree324846dbda63535f166155f483c435b8d2f1959a /subtitle-podcast/subtitle-podcast.ps1
parented545019a981790962caf8e83a8821a4f1a17667 (diff)
downloadscripts-n-tools-3e62c78f8e0d0fee5d05240b04340226f6a57e99.tar.gz
Change default to mp4 for embedding on github
Diffstat (limited to 'subtitle-podcast/subtitle-podcast.ps1')
-rw-r--r--subtitle-podcast/subtitle-podcast.ps12
1 files changed, 1 insertions, 1 deletions
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") {