[TIPS] Mount/Unmount ISO In Ubuntu

Mount and Unmount an ISO CD/DVD in Ubuntu without burning them is a very useful way to check or see what is inside the CD/DVD without waste your CDs/DVDs. I got this trick from this website, and i would like to share it for you.The simplest way to do that you can use this nautilus script and follow this steps:Download this mount-unmount and extract to your home folder Give execute permission to those files. You can use this command: sudo chmod +x /home/username/mount.sh … Read more...

[Tutorial] Make DVD video in Ubuntu

From the last post, i assume you already have file(s) in .mpg format. Now let's continue to make a dvd video from .mpg file(s).To make dvd video and make an iso from it, you need to install this tools:dvdauthor mkisofs If you don't have that tools yet you can use this command:Okay, now you already have that tools. Let create a dvd video from your .mpg file(s). Follow this steps:Create the dvd video file structure.this action will take a while. This step will make a … Read more...

[Tutorial] Convert Xvid or Avi to DVD Format in Ubuntu

Today i want to backup all my tutorial videos into DVDs, but the problem is all my videos are not in DVD format. Some are .avi, .flv, .mov and these type of file cannot be convert to DVD video. You need to convert them to .mpg format first then compile to DVD format.First you need to install these tools: mencoder ffmpeg If you don't have that yet, you can install with this command:If you already have then continue with this step:Convert media to .avi format (if your file … Read more...