Friday
Oct292010
Fix slow loading mkv files in VLC in Mac OSX
Eric Phan |
Friday 29 October 2010 at 09:11 PM 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:
- Open up Terminal.app
- 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
still takes 1 min in mine :(
The other option is to use MPlayerX free on the AppStore.