Take a Screenshot of DVD Player in OS X
1) Put your DVD in your computer and open DVD Player (Applications -> DVD Player) if it does not open automatically. Go to Video -> Maximum Size, or hit Command-3. Fast forward to the frame you want to capture, or select the scene to start at.
2) Open the Terminal (Applications -> Utilities -> Terminal). Type this, or copy / paste it right in the Terminal:
screencapture -i ~/Desktop/dvd.png
Your mouse should turn into crosshairs. Now hit the space bar. Your mouse should now be a camera. Click the window the DVD is playing in. A file called "dvd.png" will appear on your desktop.
3) Sweet! If you want, you can go into Photoshop or another image editing application and trim off the window part of the capture.
More Screencapture Options
Feel free to adjust the code to your likings. Here are all the options for the Unix command 'screencapture':
usage: | screencapture [-icmwsWx] [files] |
-i | capture screen interactively, by selection or window control key - causes screen shot to go to clipboard space key - toggle between mouse selection and window selection modes escape key - cancels interactive screen shot |
-c | force screen capture to go to the clipboard |
-m | only capture the main monitor, undefined if -i is set |
-w | only allow window selection mode |
-s | only allow mouse selection mode |
-W | start interaction in window selection mode |
-x | do not play sounds |
-S | in window capture mode, capture the screen not the window |
-C | capture the cursor as well as the screen. only in non-interactive modes |
-t | image format to create, default is png |
files | where to save the screen capture, 1 file per screen |
Explanation
Why does this work? Did Apple simply forget about screencapture and taking screenshots with Unix commands? Or maybe they thought that it wasn't worth the hassle to fix? Perhaps something else? What do you think?
digg story