diff options
| author | mjfernez <mjf@mjfer.net> | 2026-01-17 01:55:39 -0500 |
|---|---|---|
| committer | mjfernez <mjf@mjfer.net> | 2026-01-17 01:55:39 -0500 |
| commit | 3e62c78f8e0d0fee5d05240b04340226f6a57e99 (patch) | |
| tree | 324846dbda63535f166155f483c435b8d2f1959a /subtitle-podcast/README.md | |
| parent | ed545019a981790962caf8e83a8821a4f1a17667 (diff) | |
| download | scripts-n-tools-3e62c78f8e0d0fee5d05240b04340226f6a57e99.tar.gz | |
Change default to mp4 for embedding on github
Diffstat (limited to 'subtitle-podcast/README.md')
| -rw-r--r-- | subtitle-podcast/README.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/subtitle-podcast/README.md b/subtitle-podcast/README.md index 939b8c3..8f43b59 100644 --- a/subtitle-podcast/README.md +++ b/subtitle-podcast/README.md @@ -103,9 +103,18 @@ pods\ Only ".png" and ".jpg" extentions are allowed since I'm lazy. - ## Hacking +### Video format + +This script produces and mp4 file by default since it is decent for web embedding. If you want a different video output, just change line 45 + +```pwsh +$OutputVideo = "$Title.mp4" +``` + +### Accuracy + WhisperX is still fairly new and actively developed, so do not expect perfect transcription results. For example, you may find a number of proper names don't get transcribed well. Grunts, laughter, and other @@ -128,4 +137,3 @@ sure to include the backtick ` at the end) ```pwsh --initial_prompt "Names in this broadcast include: Mike Fernèz, Mr. McGuire" ` ``` - |
