I recently had cause to create a DVD of some camera footage in Linux. Thankfully things have moved on from he situation a few years ago where the only tools available were command line only (albeit very powerful).
The first task I had was to add some titles to my videos (which were in .MOV format 720p@60Hz) and do some basic editing, such as adding a musical soundtrack. For this I initially tried Cinelerra, but found it too awkward, cumbersome and difficult to use. Next I tried Kino, which suited my needs much better, although its features are not as advanced as Cinelerra’s.
Kino works only in .dv format, so all video clips are automatically transcoded when imported. This left me with a problem, which was that the .dv clips were jerky and appeared to drop frames. To get around this I converted the videos to .dv format myself using Winff - a frontend to the excellent ffmpeg tools.
This pre-encoding gave me much better results in Kino. I then set about adding my titles using Kino’s “FX” tools “Titler” function. I also added a musical soundtrack. One note here: Kino will just truncate the track if it is longer than the video clip it’s associated with. To get around this I used Audacity to fade my music out nicely.
Next came exporting the finished video into a format suitable for a DVD. Fortunately, Kino’s Export section has an “Other” tab that allows me to select Dual Pass DVD export to VOB, which is ideal for passing into the next tool in the chain: DVDStyler.
Initially I tried using Bombono for DVD creation, but it seemed to struggle with my 16:9 aspect ratio video. After some research I came across DVDStyler which coped much better. Using DVDStyler I was able to add a root menu which linked to both my video and a submenu. The submenu was used to access chapters of my video which could be easily specified by using the start time of each chapter, for example if I wanted three chapters 10 minutes apart I could specify:
0,10:00,20:00
as the chapters.
One of the advantages of exporting to VOB from Kino was that the videos needed no further transcoding in DVDStyler, which could have resulted in a loss of quality.
DVDStyler also allowed me to preview the video in Xine before being burnt to DVD, which is very convenient for seeing if all the menus link up correctly and that the aspect ratio is correct before potentially creating a coaster from the DVD!
Finally, I burnt the DVD and was very pleased with the result.
This is not the only, or even the best, way to create a DVD in Linux, it was just the toolchain that worked best for me. All the tools used, apart from cinelerra, were available in both the Linux Mint and Ubuntu repositories.



