Connect with me
Search
Twitter Feed
Navigation
« Setting up ASP.NET 4.0 with IIS 6.0 | Main | Adding custom http header to all WCF requests »
Friday
Oct292010

Fix slow loading mkv files in VLC in Mac OSX

Was having a frustrating few months with MKV files containing subtitles taking up to 30 seconds to load in VLC. The solution to the problem is to grant write permissions to the fontconfig file. So the simple fix is this:

  1. Open up Terminal.app
  2. Type in “sudo chmod 777 /usr/X11/var/cache/fontconfig”

Now MKV files containing subtitles will load instantly!

 

Reader Comments (3)

I had to add -R for mine to work (changes permissions for files inside the directory also):
sudo chmod -R 777 /usr/X11/var/cache/fontconfig

17 November 2010 | Unregistered CommenterJohn Hall

still takes 1 min in mine :(

22 May 2011 | Unregistered Commenterxxx

The other option is to use MPlayerX free on the AppStore.

22 May 2011 | Registered CommenterEric Phan

PostPost a New Comment

Enter your information below to add a new comment.

My response is on my own website »
Author Email (optional):
Author URL (optional):
Post:
 
Some HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>