Edición MKV€€
12 / 01 / 2021
Jarl jarl jarl xxxxxxxx
1. Detectar charset del archivo SRT
file -bi
2. Convertir a UTF-8
iconv -f iso-8859-1 -t UTF-8
Refs: https://stackoverflow.com/questions/805418/how-to-find-encoding-of-a-file-via-script-on-linux.