Index:HOWTO Create a DVD
From Gentoo Linux Wiki
|
This article is still a Stub. You can help Gentoo-Wiki by expanding it.
[edit] Intro
This guide will help you to create a DVD from video files in four steps:
- Encode to DVD video format
- If you have downloaded or created an AVI, DIVX, MOV, MPEG or other type of video you will need to convert it into a format which your DVD player can understand.
- Create a DVD filesystem
- DVDs have a special file organization which must be adhered to in order for the DVD to be recognized as such. This includes DVD menus.
- Copy an existing DVD
- Covers taking a mirror copy of a DVD.
- Burn the DVD
- Of course, you probably do not connect your DVD player directly to your PC, so you will need to place the DVD filesystem or image onto a disc.
Note: Please obey local laws regarding copyright and fair use.
[edit] emerge
If you would like to get a head start, you will need these programs throughout the tutorial:
mkdir -p /etc/portage/ echo "media-video/mplayer encode" >> /etc/portage/package.use emerge transcode ffmpeg mplayer dvdauthor dvd+rw-tools
And possibly one of these tools:
emerge dvdstyler k3b gnomebaker xcdroast
[edit] Links
You might want to consider looking at some of these other useful resources as well.
From Gentoo Forums:
From Wikipedia:
From Doom9:
Others:
