IETF / RFC 5646 language handling

This page summarizes the projects mentioned and recommended in the original post on /r/mkvtoolnix

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mkvtoolnix

  • For chapters & tags MKVToolNix uses XML files instead. For those MKVToolNix comes with pretty simple XML DTDs for verification purposes (for chapters & tags). Both contain the IETF language attributes as possible elements.

  • MediaAreaXml

  • // If the "language" and "tag_language" fields are set FfProbe uses the tag language instead of the track language // https://github.com/MediaArea/MediaAreaXml/issues/34 if (!string.IsNullOrEmpty(track.Properties.TagLanguage) && !string.IsNullOrEmpty(track.Properties.Language) && !track.Properties.Language.Equals(track.Properties.TagLanguage, StringComparison.OrdinalIgnoreCase)) { HasErrors = true; Log.Logger.Warning("Tag and Track Language Mismatch : {TagLanguage} != {Language}", track.Properties.TagLanguage, track.Properties.Language); }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project