Archive

Archive for the ‘mac’ Category

Add webm and ogg export options to Mac Quicktime

August 13th, 2011 No comments

For WebM support you can download the installer here.

For OGG dowload XiphQT.component from here and put it in your /Library/Components folder

Its worth noting that this will also add Webm and Ogg support to the html5 video tag in Safari.

Categories: html5, mac Tags:

Mac OS Lion breaks Flash’s internal settings prompts (and some other stuff)

August 12th, 2011 1 comment

If you haven’t installed Mac OSX Lion yet I would probably wait. So far I’m finding it:
- Breaks encoded audio over hdmi (Can’t listen to movies with AC3 Audio through HDMI when using as a HTPC via VLC)
- Gets stuck in a mode where it won’t let me copy and paste files in Finder until I restart Finder (file is pasted then immediately disappears)
- and now I find out its even made the Flash Settings menu unclickable effectively breaking every site utilizing flash’s camera permission dialogue among other things (https://bugbase.adobe.com/index.cfm?event=bug&id=2918693)
Luckily its been fixed in an update that just came out, Flash Player 10.3.183.5. Its interesting to note that Flash Player now has its own icon in the OS System Preferences.

Other things I’m not a fan of:
- Minimizes the use of scrollbars to the point where you can’t tell if you have scrollable content unless you try to scroll
- Greyscales all Finder’s color icons in the left side toolbox so you can’t tell them apart without looking at them closely
- Puts your hard drives last in the order stuff on the left hand so its often not even on the screen (apparently you can’t even change this)
- never closes files automatically in Quicktime, so as you open videos and command-q the app they just pile up forever.
For the quicktime weirdness, you can type this in Terminal to permanently disable the “resume” feature:
defaults write com.apple.QuickTimePlayerX NSQuitAlwaysKeepsWindows -bool false

Categories: bugs, flash, mac Tags:

show full folder paths in Finder on Mac OSX

February 2nd, 2009 No comments

I’ve been using a Mackbook Pro almost exclusively  for development for the last 2+ years and really enjoy it. Adium is by far the best AIM client on any OS and QuickSilver makes interacting with the OS super quick. There are a few weird UI decisions though that irk me on a daily basis though and I finally google’d one for a quick fix. Here’s a quick Terminal command to show full folder paths in Finder folder windows. Now if I could only cut-and-paste in the file system and edit/delete/manage files in file browser dialogue boxes I’d be all set.

Categories: mac Tags: