How to Remove Romaji Subtitles

katsukage

New Member
Oct 27, 2016
14
3
Hi guys! Anyone who knows how to remove the secondary romaji subtitle from this JAV title using subtitle workshop or any other subtitle editing software? I notice there are bars placed in between the romaji and english subtitles and you can manually erase the romaji subtitle one by one but that will be too time consuming. So is there a way to remove all the romaji subtitle at once?

ncmtu.jpg


Any help is appreciated
 

katsukage

New Member
Oct 27, 2016
14
3
@DarkSpiderVenom I'm trying to edit the softsubs/.srt file using subtitle workshop and wanted to remove all the second line romaji subtitles leaving the english subtitles only but I can't find a way to remove all the romaji subtitles all at once
 
Sep 21, 2016
24
34
With Expression regular (Regex)
Most subtitle programs should have.
Aegisub or subtitle edit have it. I guess Workshop also has it.
aegisub.jpg
In Replace should have an option called RegEx or Expression regular or something similar, activate it.
In the Find fields field:
Code:
^.*\|
(Search from the beginning of the line until you find the character Pipe |.)
And in the field of Replace: leave it blank.
(And it replaces it with nothing.)
 
  • Like
Reactions: ether202