You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for subtitle encoding normalization by detecting file encoding using file -i input.ext to detect current encoding and iconv -f format -t UTF-8//TRANSLIT input.ext output.ext to re-encode as utf-8. See the following resources for additional implementation information: