Categories

Archives

Search

How to change the date display to international format

January 18th, 2007 by Zapek

Calendar

On an Ubuntu system:

  • cd /usr/share/i18n/locales
  • sudo cp en_US en_INTL
  • sudo vi en_INTL
  • change the d_fmt line to: “<U0025><U0059><U002D><U0025><U006d><U002D><U0025><U0064>”
  • sudo vi /var/lib/locales/supported.d/local
  • add the following line: en_INTL.UTF-8 UTF-8
  • sudo dpkg-reconfigure locales
  • sudo vi /etc/environment
  • add the following line: LC_TIME=”en_INTL.UTF-8″

Reboot/relogin. Now you should have dates displayed like this: 2007-01-18.

Who says Linux is not ready for the desktop? Er.. right.

Posted in Computers, Linux, Ubuntu | 2 Comments »

Windows Media codecs released

January 16th, 2007 by Zapek

Windows Media

I’m happy to tell that the Windows Media codecs that I have been working on have just been released today on the Fluendo Webshop. And here is the announcement.

Currently there is:

  • an ASF demuxer
  • a Windows Media Video decoder
  • a Windows Media Audio decoder

The demuxer is used to extract the audio/video streams from the ASF files (that is, files commonly ending in .wmv, .wma or sometimes also .asf) and sends them to the respective decoders. The demuxer was written from scratch and the decoders are adapted from the sources provided by Microsoft. This is the first time one can play those files legaly on Linux because with those codecs comes the license to do so.

The platforms supported are:

  • Linux x86
  • Linux x86_64
  • Solaris SPARC
  • Solaris x86
  • Linux PowerPC

And more to come but I cannot disclose them yet. The media framework used is GStreamer which means all your applications using it automatically can play Windows Media files.

Posted in Computers, Linux | No Comments »