Burn AVI file to DVD on Linux

14

5

What is the most streamlined process in Linux for getting a high quality .AVI file burned to DVD disk for playback on normal DVD players?

andrewrk

Posted 2009-09-23T07:00:39.560

Reputation: 292

High quality? DVD can only hold 480p – Cole Johnson – 2012-12-09T20:21:49.740

Answers

4

Convert Xvid or Avi to DVD Format in Ubuntu,
also the Ubuntuforums thread Convert AVI to DVD ISO.
Also read through the comments for more references (like, DeVeDe).

Here is one more article I located recently when trying to backup an Audio CD:
The Ultimate Guide To Manage Your Audio/Video Files In Linux
a nice reference for multiple related tools.

nik

Posted 2009-09-23T07:00:39.560

Reputation: 50 788

4

If you're talking about a front-end GUI app, look at Devede.

bobince

Posted 2009-09-23T07:00:39.560

Reputation: 8 816

Good directions on how to do it using Devede here: http://www.cyberciti.biz/tips/howto-linux-create-video-dvds.html

– slm – 2012-12-09T20:12:29.447

1

Use Avidemux (Available for Linux and Windows).

Detailed video on converting to DVD format here. You'll also want the DVD authoring guide.

John T

Posted 2009-09-23T07:00:39.560

Reputation: 149 037

1

define 'normal' DVD-Player.

DivX support is pretty much standard for set top boxes today, so burning your AVI file(s) onto a data DVD should suffice.

Molly7244

Posted 2009-09-23T07:00:39.560

Reputation:

Watch out for the length of your filename if you choose this option. Some set top boxes refuse to recognize files if the filename is too long. – Zoot – 2010-10-06T17:39:03.520

1

Tovid might be what you're looking for. Here's an example

tovid mpg -in ski_trip.mov -out ski_trip
tovid mpg -in florida.mov -out florida
tovid mpg -in recital.mov -out recital
tovid menu "Steamboat Ski Weekend" "Florida Beach Vacation" "My Piano Recital" -out main_menu
tovid xml -menu main_menu.mpg ski_trip.mpg florida.mpg recital.mpg -out my_dvd
tovid dvd -burn my_dvd.xml

Here's a link to the Tovid wiki which has details on installing and setting it up.

slm

Posted 2009-09-23T07:00:39.560

Reputation: 7 449

0

Not completely stream-lined, but a way to do it:

Open DeVeDe from the Ubuntu Menut at: Applications > Sound & Video > DeVeDe

Select "Video DVD" from DeVeDe's menu.

To name the DVD title, click the "Properties" button, in the "Title" section. I like my videos to reply after they're done, so I select the "Play First Title" option. Click the "OK" button

In the "Files" section of DeVeDe, click the "Add" button. A window will pop up. Under the "File" section click the folder icon (on the right), and navigate to where the AVI file is (that you created earlier using Avidemux). Click the "OK" button. If you want to add additional avi files, you can repeat this step as needed.

Under the "Menu" section, I always uncheck "Create a Menu with Subtitles", because I like the DVD to just start playing when I put it into my player (without the additional that a menu offers).

Now click the forward button, and choose were you want your DVD Iso to be placed on your file system.

LonnieBest

Posted 2009-09-23T07:00:39.560

Reputation: 1 099

0

Force Flow

Posted 2009-09-23T07:00:39.560

Reputation: 3 850

1

Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference.

– soandos – 2012-07-17T04:15:22.960

0

If your AVI file is encoded in Divx or Xvid you might want to try burning just the file. DivX playback is a popular feature on DVD players these days... yours might support it without you even knowing.

Ryan

Posted 2009-09-23T07:00:39.560

Reputation: 1 728