share
Super UserScriptable DVD authoring solution for Linux?
[+1] [2] cschol
[2009-08-16 20:22:28]
[ linux dvd authoring ]
[ https://superuser.com/questions/23465/scriptable-dvd-authoring-solution-for-linux ]

I am currently using DVD Flick [1] in Windows to author a DVD from a .vob video file in a manual process, i.e. setting up the project etc..

Now, I would like to

  1. do the same in Linux, i.e. author a DVD from a .vob file. I dont need any fancy menus etc. just create the DVD structure for a video file, which just plays when inserting the DVD.
  2. automate the creation of the DVD as much as possible, i.e. scripting support or CLI

If possible the solution should allow to create an ISO for easy duplication.

Does anybody know any software that supports this?

[+3] [2009-08-16 23:09:13] user4358 [ACCEPTED]

dvdauthor [1] is an excellent command-line utility that can do what you want. There are also a number of GUI authoring tools, a lot of which are front-ends for dvdauthor:

On Ubuntu, some of these are already included in the repository, so you can install them using apt-get or graphically through the Add/Remove.. menu.

A full list of front-ends to dvdauthor, as well tutorials on its use, are on the project site.

[1] http://dvdauthor.sourceforge.net/
[2] http://qdvdauthor.sourceforge.net
[3] http://dvdstyler.sourceforge.net
[4] http://www.rastersoft.com/programas/devede.html
[5] http://www.kde-apps.org/content/show.php?content=83906
[6] http://tovid.wikia.com/wiki/Tovid_Wiki

1
[0] [2009-08-30 19:15:42] Ryan C. Thompson

This page offers a command-line solution:

http://movabletripe.com/archive/merging-avis-into-a-single-dvd-on-linux/

You could encapsulate those commands in a script, but you might have to include some options for things like aspect ratio.


2