TranslateProject/sources/tech/20141017 Linux FAQs with Answers--How to create a video DVD on Linux desktop.md
2014-10-17 14:00:00 +08:00

3.9 KiB

How to create a video DVD on Linux desktop

Question: I want to create a video DVD from MP4 movie files. Is there an open-source DVD authoring tool that I can use to create a video DVD in the Linux desktop environment?

DeVeDe is an open-source (GPLv3) DVD authoring software that allows you to create video DVD, VCD, SVCD or DivX from any number of video files. DeVeDe relies on other software such as Mplayer, FFMpeg, MEncoder, DVDAuthor, VCDImager and MKisofs for format conversion. As such, it supports a variety of popular input video/audio formats (e.g., .mp4, .avi, .mpg, .mkv). You can choose between PAL and NTSC video formats, and can add menus or subtitles.

DeVeDe can come in handy if you want to preserve or give away a copy of your vacation, family or entertainment videos.

Installing Devede

Debian, Ubuntu and derivatives:

# aptitude install devede

RHEL or CentOS:

Enable EPEL and Nux Dextop repositories, and then run:

# yum install devede 

Fedora:

Enable RPM Fusion repository, and then run:

# yum install devede 

Creating a Video DVD with DeVeDe

Launch DeVeDe and choose Video DVD from the menu.

On the next screen, a title is automatically added to the collection by DeVeDe. You can edit its caption (1), add a file (2), and then add another title. Repeat this process as many times as needed.

The "Title properties" box allows you to choose between six actions to be performed when the current title ends. Click OK when you're done:

The "File properties" box is used to add a file to the current title. Click on the folder icon (upper right corner), and browse your computer for a desired file. You can also add a subtitle file by clicking the Add button right next to the subtitles box. Once you have selected a video file (and alternatively a subtitle file as well), click on OK at the bottom right corner.

You can add as many files as needed (only limited by the DVD capacity).

Next, edit the menu options. You can choose a background image and audio file to play while the main menu is displayed (which is as soon as the DVD is inserted into the player).

Finally, click on OK in the Menu options box to go back to the main disk structure, where you will need to click Forward in order to begin creating an .iso image with a video DVD structure.

When DeVeDe is done creating a video DVD, we will be presented with the following box:

Now we can burn the .iso file (which contains a video DVD) to a disk, using growisofs or another DVD burning tool.


via: http://ask.xmodulo.com/create-video-dvd-linux-desktop.html

译者:译者ID 校对:校对者ID

本文由 LCTT 原创翻译,Linux中国 荣誉推出