I have been using FileBot for a while to rename TV episodes and Movie files and it's an awesome piece of software

I am not aware of all the functionality that FileBot offers so in case this is a dumb question please ignore.
Want to check if it is possible for FileBot to remove all non-english subtitles from *.mkv or *.mp4 files....i.e. I have multiple *.mkv files that have subtitles for multiple languages muxed in the file. As I do not need subtitles for any language other than English, I want to check if there is a way by which FileBot can remove the non-english subtitles from *.mkv or *.mp4 files when renaming TV episodes or Movies ?
If yes, then can someone please advise how can it be done.
peace,
~kg

 Please read the
 Please read the  
  You'll want to replace echo with your own custom script that takes in English subtitle stream ID as $1 and absolute file path as $2 and then call ffmpeg to do something, e.g. re-encode the container to a new file while keeping only the given subtitle stream ID.
 You'll want to replace echo with your own custom script that takes in English subtitle stream ID as $1 and absolute file path as $2 and then call ffmpeg to do something, e.g. re-encode the container to a new file while keeping only the given subtitle stream ID.