17th August 2010

HowTo disable spellchecking in SRWare Iron (Chromium) for OS X

If you like Chrome and use Snow Leopard it is quite hard to surf without sending all kinds of statistics to google. In Windows there has always been a proper alternative named Iron. Lately I found this blog post, telling that they have a stable version for MacOS now.

SRWare Iron for MacOS

You can install the same extensions as you would install in Chrome like Adblock. To disable spellchecking permanently you have to modify the
~/Library/Application Support/Chromium/Default/Preferences
Just add the following lines in the end of the file (but before the last closing parenthesis):
,
"spellcheck": {
"dictionary": "no-NB"
}

Just don’t forget the comma in the beginning. You can’t enter empty strings anymore and for future compatibility you should enter something valid, like the Norwegian accent "no-NB". As long as they don’t create a dictionary for this language it will work.

Another thing is to disable the translation bar since it is pretty annoying. Luckily you can do this via Iron’s preferences "Under the Hood".

SRWare Iron disable translate

Worked for me. And by the way … If you are annoyed by the mouse gesture extensions, especially on the 404 pages, just get xGestures. Yes it still works in Snow Leopard and it’s worth every penny since you can define mouse gestures for all your Apps throughout the whole system.

posted in mac os x, reviews | 138 Comments

17th August 2010

Smooth video playback in Mac OS X Snow Leopard

In Windows 7 I’m using Shark007’s codec pack along with the 64-bit components. Special codecs like nvidia purevideo, CoreAVC or the Cyberlink 264/AVC codec help you to get real smooth HD playback. Especially in 1080p movies the visual difference between two frames is so broad that you need to interpolate additional information between two frames by guessing the movement between the frames.

For Mac OS X is no such solution. Some players like MPlayer OSX Extended pretend to improve the visual quality, but i never really got the player working (crashes when trying to update). The VLC playback is stable and "consistently smooth" but not as smooth as I’m used from Windows 7 and the is no way to improve it by using different codecs or tweaking.

Then I found CoreCodec CorePlayer for OS X.

CoreCodec CorePlayer for OS X

There is hardly any information about this player in the web. I couldn’t even find a trial version for mac. So I just bought it and tried it. Well, the first try gave me no sound (AC3, DTS). After reading in the forums I found out that many people complain about this missing feature. I tried to write some apple script that starts CorePlayer and VLC (disable video stream) simultaneously, but most HD movies went out of sync after short time. I tried to compensate this with global keyboard shortcuts for VLC’s audio delay tweaking, but its no fun.

By accident I found a forum post about using Perian‘s AudioQueue as the AC3 audio pass through for CorePlayer.

Perian

I can say its up sync most times in HD movies. Just don’t do anything else in the background (at least on my i5).

CorePlayer settings

The playback is still not as smooth as in Windows 7 in extreme high motion scenes but its a lot better in slow and normal motion scenes. It plays my MKV h.264 AC3, DTS movies quite nicely and I’m using it as a VLC replacement on Snow Leopard now. Worked for me.

posted in mac os x, reviews | 1 Comment