2015-09-04 17:58:50 +02:00
|
|
|
DevedeNG is a program to create video DVDs and CDs (VCD, sVCD, or CVD)
|
|
|
|
suitable for home players from any number of video files, in any of
|
|
|
|
the formats supported by MPlayer.
|
|
|
|
|
|
|
|
The suffix NG is because it is a rewrite from scratch of the old Devede,
|
|
|
|
to work with Python3 and Gtk3, and with a new internal architecture that
|
|
|
|
allows to expand it and easily add new features.
|
|
|
|
|
2016-11-24 22:48:39 +01:00
|
|
|
DevedeNG has optional dependencies for some of its features:
|
2018-05-17 02:34:34 +02:00
|
|
|
brasero, mpv, vlc, xfburn
|
2016-08-15 18:55:08 +02:00
|
|
|
|
2018-05-17 02:34:34 +02:00
|
|
|
NOTE: To get around the k3b, brasero or xfburn requirement for burning
|
|
|
|
DVDs use growisofs. Here is an example, make sure to adjust the path to
|
|
|
|
your DVD drive accordingly.
|
2016-08-15 18:55:08 +02:00
|
|
|
|
|
|
|
growisofs -dvd-compat -Z /dev/sr1=movie.iso
|