tomaszzmuda / Xabe.FFmpeg

.NET Standard wrapper for FFmpeg. It allows to process media without know how FFmpeg works, and can be used to pass customized arguments to FFmpeg from dotnet core application.

Home Page:https://xabe.net/product/xabe_ffmpeg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert three-letter language code to language name

siewers opened this issue · comments

I'm currently showing the language for audio and subtitle streams by manually converting the three-letter language code (ISO 639-2) to the English language name.
It would be nice if this library would provide the English name of the language, alongside the ISO code.

What I've done is simply to embed a text file with a semicolon separated list from ISO code to language name.