Skip to content

Instantly share code, notes, and snippets.

@bkhezry
Created March 16, 2019 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkhezry/2bbc0f8780a8591d8e4692df6d79710b to your computer and use it in GitHub Desktop.
Save bkhezry/2bbc0f8780a8591d8e4692df6d79710b to your computer and use it in GitHub Desktop.
Change encoding of subtitle to UTF-8 in the linux terminal
iconv -f CP1256 -t UTF-8 input.srt -o output.srt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment