Subtitles are often not displayed properly on players due to incorrect encoding/decoding
.
this python script is able to recive a path to subtitle/*.str
files and change encoding form arabic/windows-1256
to utf-8
.
'''
convert all subtile (*.srt) files inside given directory
from encoding `windows 1256` to `utf-8`
'''