ffmpeg - Subtitles - Remove HTML from SRT Subtitle file

sed -e 's/<[^>]*>//g' subs.srt

NOTE: This is just a simple regex stripper.