Skip to content

Instantly share code, notes, and snippets.

@assafmo
Last active March 9, 2018 19:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save assafmo/05fd1d472b4401618d9556832f0d71be to your computer and use it in GitHub Desktop.
Save assafmo/05fd1d472b4401618d9556832f0d71be to your computer and use it in GitHub Desktop.
Remove hearing impaired subtitles
#!/bin/bash
sed -ri 's/\[.+\]:?|\(.+\):?|[a-zA-Z ]+://g' *srt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment