Log in

View Full Version : Mplayer subtitle codepages?


Selur
27th June 2009, 07:41
Since I wanted to integrate the option to select a specific subtitle code page .e.g. '--subcp gb2312', but I can't find a list which shows all the possible subcp-options. (+ a mapping to know to which language they belong)

-> if anyone knows such a list/mapping please post it

:thanks:

Cu Selur

nm
27th June 2009, 12:22
iconv -l

Some mappings to languages are listed here:
http://www.gnu.org/software/libiconv/

Selur
27th June 2009, 13:28
Thanks :)