Ben Gamblin Online - Blog: Creating DVD Video in Ubuntu Linux

Creating DVD Video in Ubuntu Linux


29 Jun '08, 17:12


The Linux command line makes the task of making a DVD-Video compliant disc fairly straight forward when one knows how, but finding straight forward instructions on the internet isn't always so simple. So after searching through various sites I've come up with my own guide.

  1. Create a folder on a hard disc with ample storage space (15GB should be plenty for one 4.7GB DVD). Make sure this is easily accessible from the command prompt (keep the name short for ease of typing). For this example, I'm going to place a folder on the desktop called "dvd".
  2. Copy the video files that you wish to place on the DVD into this new folder.
  3. If you haven't already, call up the Terminal (Applications - Accessories - Terminal in Ubuntu).
  4. Ensure tovid, mencoder and dvdauthor are both installed
    sudo apt-get install tovid mencoder dvdauthor
  5. Navigate to the new folder containing your videos
    cd ~/Desktop/dvd
  6. Use tovid to convert videos to DVD compliant MPG files
    tovid -noask -dvd -in myvideo.avi -out myvideo.mpg
    Repeat this for each video file
  7. Use dvdauthor to convert the newly created MPG files to DVD format files
    dvdauthor -o DVD/ -t myvideo.mpg
    Repeat this for each video file. Each file will become a title on the DVD.
  8. Run the following command to create the titles:
    dvdauthor -o DVD/ -T
  9. Create an ISO of the DVD, ready to be burnt to disc:
    mkisofs -dvd-video -v -o DVD.iso DVD
  10. A file called DVD.iso will now be found in the folder created earlier. Use a CD/DVD burning package such as K3B or Brasero to burn this image to a disc.
  11. The DVD should now be playable on a standalone player

  • Tags: Computers, DVD, Linux, Ubuntu

  • No related links

  • No files attached

  • No related blog entries

  • Not filed under a category

Permalink | Comments (0)

No comments to display

Add your comment

Name:

Email:

Comment (no HTML or BBcode):

Tick to agree to the Terms & Conditions

Captcha Image
Enter the characters shown above (no spaces)


Terms & Conditions
  1. On submitting a message, ownership with regards to copyright passes to Ben Gamblin. Any content sent may be made public by publishing on this or other sites.
  2. If your message is published, you have the right to submit a follow up message if necessary. This will be published alongside your original message assuming it abides by these terms and conditions.
  3. You are not permitted to submit content that is under copyright protection, or that may be deemed to be libelous, offensive, pornographic or in any other way illegal under the laws of the United Kindom of Great Britain. Messages which break the law may be reported to the appropriate authorities.
  4. You will not spam this system.
  5. Your IP address will be logged when you click "Send". This along with your email address, will not be disclosed except when required by a court operating under UK law. Breaches of these terms and conditions may lead to your IP address being banned and reported to your Internet Service Provider.
  6. The right for Ben Gamblin to edit comments is reserved.
  7. The right for Ben Gamblin to remove any content for any or no reason without warning is reserved. Messages which break these conditions will be removed.

All content ©1995 - 2008 Ben Gamblin (except where stated). Ver 7.2.4. (Launch: 06 May 2008)
Opinions are solely those of Ben Gamblin, and do not reflect the opinions or policies of his employer, ISP or any other affiliated individual, organisation or company.
No responsibility taken for the content of external sites.

www.gamblin.eu | www.bengamblin.com | www.bengamblin.co.uk | www.bengamblin.org.uk | www.m0gky.co.uk | www.2e1ipa.co.uk

The Ubuntu Counter Project - user number # 20415