Archive for the ‘mac’ Category

Pasting Plain Text

September 18, 2009

When I copy text on a computer, most often I want to paste it without the accompanying formatting. On both MacOS X and Windows, there is no built-in way to do this that works in all applications. After trying several approaches, I found freeware solutions that provide a hotkey for that missing function.

Mac (tested on 10.6 Snow Leopard):

  1. Download Spark and the Plain Clip Plug for Spark (I couldn’t get the regular Plain Clip application to do the paste part, so I had to use the special Spark plugin version).
  2. Open the Spark disk image and drag Spark to your Applications folder.
  3. Create the folder ~/Library/Application Support/Spark/PlugIns
  4. Open the Plain Clip Plug disk image and drag Plain Clip Plug.spact to the ~/Library/Application Support/Spark/PlugIns folder.
  5. Double-click Applications/Spark to run it.
  6. The first time Spark runs, it shows a screen including two checkboxes, to activate Spark at login and immediately. Leave them checked.
  7. File>New HotKey>Plain Clip
  8. Type a name for the hotkey (such as “Paste Plain Text”), check the Send Command-V keystroke box, and click on the Shortcut box and press Command-Option-v (or whatever key you want to be the shortcut).
  9. Click Create
  10. Now Command-Option-v pastes the clipboard as plain text.

Windows (tested on Windows XP and 7 RC):

  1. Download PureText
  2. Unzip PureText by right-clicking on the Zip file and selecting Extract All
  3. Create the folder C:\Program Files\PureText
  4. Copy PureText.exe to C:\Program Files\PureText
  5. Double-click C:\Program Files\PureText\PureText.exe to run it. It opens as an icon in the system tray.
  6. Right-click the PT icon in the system tray and select Options.
  7. Check the box Automatically run PureText each time I log on to Windows, uncheck Play a sound, and click OK.
  8. Now Windows-v pastes the clipboard as plain text.

iDVD Tips

August 11, 2009

For authoring a DVD of home movies, my preferred program is currently iDVD 7, which is part of iLife 08 and 09. It’s a pretty easy way to get attractive menus and excellent looking rendered video, but it does have some annoying limitations and bugs. Here are some tips for using it.

  • If possible, select Professional Quality (2-pass VBR) in the Project Info. If you have time to wait, you might as well get the highest quality encoding. For details on the iDVD encoding options, see What iDVD ’08 Compression Options Really Mean and Review: iDVD ’08 and iDVD 7.
  • Turn off the Apple watermark in Preferences.
  • Use a menu without fancy animation. The default menu in iDVD 7 can take longer to encode than the movies do.
  • To save encoding time and space on the DVD, you can open the Inspector (command-I) on each menu and uncheck the boxes for the various animated effects and bring the loop time down to zero. Or, less drastically, in themes with animated thumbnails, you can select the Inspector boxes to use a still image instead. After changing a menu background (even to a still image), make sure the loop time is still zero; iDVD seems to reset it.
  • I usually turn off the menu sound for each menu, by dragging the sound out of the Inspector box. Menu sound is annoying.
  • If you update or re-render a movie you have added to iDVD, iDVD will detect the change and offer to update the project. If the movie has chapter markers, iDVD won’t update the project correctly; you need to remove that movie from the project, probably quit iDVD and relaunch it, and re-add the movie.
  • iDVD does not support anamorphic widescreen DV files, interpreting them as 4:3 instead of 16:9. The workaround is to change the display size of the DV file using QuickTime Player 7. You can avoid modifying the DV file by saving a QuickTime reference file with the 853×480 display size. Pre-Snow Leopard, you might need to buy a QuickTime Pro license. In Snow Leopard, QuickTime Player 7 isn’t installed by default, so you might need to install it from the Snow Leopard DVD (it will end up in the /Applications/Utilities folder). In Lion, you need to download it from Apple.
  • Preview the DVD to make sure it looks the way you want.
  • If you mix 4:3 and 16:9 videos on one DVD, iDVD will probably mix up some of the aspect ratios. To fix the aspect ratios:
    1. Save as a VIDEO_TS folder in iDVD.
    2. Use myDVDEdit to check and fix the aspect ratio in each VTS (either 4:3 or 16:9 auto Pan&Scan and Letterbox).
    3. Burn the VIDEO_TS folder with Burn or LiquidCD.
  • To include videos that are already encoded as DVD-compliant MPEG2 in an iDVD project (assuming they don’t need chapters):
    1. If you have an MPG file or a VOB with no IFO, demux and remux as needed to make a VOB and IFO, using a program such as ffmpegX.
    2. Include a short dummy video in the iDVD project as a placeholder.
    3. Save as a VIDEO_TS folder in iDVD.
    4. Duplicate the VIDEO_TS folder in Finder.
    5. Open myDVDEdit on the VIDEO_TS folder to figure out which VTS number each placeholder video is.
    6. Replace each placeholder VOB and its IFO and BAK files with the real ones in the duplicate VIDEO_TS folder using the Finder (renumber their file names as necessary).
    7. Open both the unmodified and modified VIDEO_TS folders in myDVDEdit. myDVDEdit will probably report and fix some errors in the modified folder; that’s normal and good.
    8. Make new empty PGCs in the menus as needed to make the same number as in the iDVD-authored IFO.
    9. Use Select All with copy and paste to copy the iDVD menu navigation pre and post commands from the iDVD-authored placeholder menu PGCs to the replacement video.
    10. Play the VIDEO_TS folder with both VLC and Apple DVD Player. While playing the video you replaced, make sure the sound, seek bar, and Menu button work.
    11. Burn the VIDEO_TS folder with LiquidCD.

MacOS Screen Sharing over the Internet using SSH

May 11, 2009

You don’t need to subscribe to MobileMe to access a Mac desktop remotely over the Internet from another Mac (“Back to My Mac”). You just need to do some setup. This description assumes (for simplicity) that you’re using Leopard (MacOS 10.5) or later on both Macs. If you’re still on Tiger (10.4) you’ll need a third-party VNC client like Chicken of the VNC; I haven’t tested that.

This setup runs the Apple Screen Sharing through an encrypted tunnel using SSH, for security.

  1. One-time setup on the Mac you’ll be connecting to, which we will call the “remote Mac”. In System Preferences>Sharing, turn on Remote Login (aka SSH). In System Preferences>Sharing, turn on Screen Sharing, and in Computer Settings, select “VNC viewers may control screen with password:”. Choose a password.
  2. One-time setup on the Internet router/firewall for the network your remote Mac is on. Forward TCP port 22 (SSH) from the Internet to your remote Mac’s internal/private IP address. You might find this option under something like “NAT Rules” on your firewall’s setup screens, which are web pages for most routers. If you haven’t assigned the remote Mac a static IP address, you might want to. Otherwise, find out the IP address that your router assigned it by looking in System Preferences>Network.
  3. One-time setup of a host name for your remote Mac’s Internet connection. It’s convenient to give your your firewall’s external IP address a host name, especially if its IP address is dynamically assigned by DHCP and subject to change without notice. The free service DynDNS.com allows you to create an account and choose a host name for your Internet connection in any of several domain names they control. To keep the DynDNS.com entry for your connection updated, you can use a free little program on your Mac called DynDNS Updater. An even better way is that some router/firewalls have the ability to keep a DynDNS entry updated. Otherwise, with a free DynDNS.com account, if your IP address doesn’t change for a month (so the updater doesn’t send any updates), DynDNS.com will send you an email saying your registration will expire unless you click on a link in the email to keep it running, so you’ll have to do that once a month.
  4. One-time setup on your local Mac that you’ll be using to connect to the remote Mac. Allow Screen Sharing to connect to 127.0.0.1 (aka localhost); in Terminal run (all on one line):

    sudo defaults write com.apple.ScreenSharing skipLocalAddressCheck -boolean YES

    and type your password when prompted.
  5. To access your remote Mac’s desktop over the Internet from the local Mac, in Terminal on your local Mac run (all on one line):

    ssh -N -L 6900:127.0.0.1:5900  your_login_short_name@your.dyndns.host.name

    If it asks if you want to add or trust the host key or something like that, respond yes. That should only happen once.
    When prompted, type the password for your account on the remote Mac.
    (your_login_short_name is the name of your home folder on the remote Mac; it will be lowercase with no spaces.)

    Run the Leopard Screen Sharing client; in Finder:
    Go>Connect to Server (or Command-k)
    In the Server Address box, type:

    vnc://127.0.0.1:6900

    A login box will pop up; enter your_login_short_name and your password for the remote Mac.
    You can click the + to save this address as a favorite for the future.

    Your remote Mac’s desktop should appear!

    In the Screen Sharing preferences, you might want to try the option “Show the screen at full quality (more detailed)” if needed and you have fast Internet connections at both ends.


Follow

Get every new post delivered to your Inbox.