I'm using Subtitle edit to fix subtitles that are only available in ALL CAPS (a pet peeve of mine). I'm getting the hang of it.
- Tools / Change casing / check [Normal casing, Sentences begin with uppercase letter. / Fix names casing] / OK / OK
- Spell Check (because many character names are not in the reference file and this catches them) / Spell check
My question is, when I come to something like " . . . judge neimann . . . " 'neimann' is flagged as a spelling error. I can correct the capitalization and click all, BUT when 'judge' is linked to the name, it should also be capitalized. What I am doing is 'Edit whole text' then change both. Is there a way I can add 'Judge Neimann' so I can automate it but not affect lines like "We should ask the judge"? This has also come up with characters like Coach Stebins, Captain Picard and a couple of others as well as company names such as "Marsden Technologies".
p.s.
As soon as I got back to work, I came across a.d.a (assistant district attorney) should be A.D.A. I've seen other similar abbreviations that I would like to add where capitalization is required.
+ Reply to Thread
Results 1 to 2 of 2
-
Last edited by MadDoctor61; 21st May 2024 at 15:45. Reason: correction
-
make a list of all from and to
loop through the list with regex
sed -e "s#judge neimann#Judge Neimann#g" file.srt
sed -e "s#a.d.a#A.D.A#g" file.srt
.
.
add more
Similar Threads
-
Subtitle edit - How to put 'A with a dash on top' in subtitle edit?
By SSEN in forum SubtitleReplies: 5Last Post: 21st Sep 2023, 20:57 -
Edit stream names in MP4?
By JosephTocco in forum Newbie / General discussionsReplies: 2Last Post: 8th Jan 2022, 08:31 -
Where can I get UK English dictionary compatible with Subtitle Edit?
By EmmB in forum SubtitleReplies: 3Last Post: 6th Jul 2021, 01:49 -
Great info - Subtitle Edit Help - Add subtitles to video
By yepyep in forum SubtitleReplies: 0Last Post: 15th Apr 2021, 09:05 -
Downloading new OCR dictionary to Subtitle Edit 3.5.4
By flipside555 in forum SubtitleReplies: 2Last Post: 5th Jun 2019, 11:08