In Mac OS X you can take a screenshot of the complete screen by pressing Command-Shift-3 and a selection of the screen by pressing Command-Shift-4. This is usually sufficient enough, but if you try to use this key combination to capture a screenshot of a movie running in the Mac OS X DVD Player you will be surprised to find out that this doesn't work. The same is true for the built in Grab Application. If you still want to do capture a picture from a DVD you could use the screen-capture shell utility in the Terminal application - as described in several webpages. But if you would like something more convenient you could use an application such as Jing ( http://www.techsmith.com/jing/ ). It allows you not only to take a picture even from a movie running in the DVD Player but also to make a short videos of the your screen and provides several options to edit, save and share this pictures and videos afterwards. There is a Free version available a...
Assuming you have created a video file that you want to burn to a video DVD in Ubuntu. A nice and simple tool for this is DeVeDe - a program to create video DVDs and CDs (VCD, sVCD or CVD), suitables for home players, from any number of video files, in any of the formats supported by Mplayer . After you have created the .iso dvd image with DeVeDe you can easily burn it to the DVD using Brasero .
Ubuntu 8.04 automatically detects connected hard drives (such as a second drive with an NTFS partition). NTFS hard drives are not mounted automatically by default in Ubuntu 8.04. Instead they need to be mounted manually e.g. via clicking onto them in Nautilus. Sometimes it is desirable that such a NTFS drive will be automatically mounted at login (e.g. when you want to run a script that uses these drives at startup). This can be done via: 1) Make a mounting point for that drive sudo mkdir /media/Backup_HD Note: Replace "Backup_HD" with whatever name you like. 2) Edit /etc/fstab: sudo gedit /etc/fstab 3) Add the following text in fstab: /dev/sdb1 /media/Backup_HD ntfs defaults,locale=en_US.UTF-8 0 1 Note: Replace "/media/Backup_HD" with the name you choose in the 1st step. Furthermore, replace "/dev/sdb1" with the actual value for the hard disk you want to mount automatically. Note: If you don't know what value you should use instead of "/dev/sdb1...
Comments
Post a Comment