3

How to take a few hundred video files of various formats and put them on dvds, with a dvd menu item for each video file?

Automated to the extend that doing any action for each and every file is too time consuming to be feasible.

edit: I'm going to look at automating with handbrake per https://askubuntu.com/a/39156/174758

1 Answers1

-1

You might also want to check out dvdauthor, which takes a xml file as input for a menu. I don't know if you know any scripting, but since it's a command line tool, this could be programmed as a simple loop.

An example script of making automating this process is here. It makes use of both dvdauthor and ffmpeg to convert the file to dvd.

dorien
  • 428