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.
|
|
|
|
|
|
|
|
DevedeNG has some optional dependencies for some of its features:
|
|
|
|
VLC, MPV, Brasero
|
2016-08-15 18:55:08 +02:00
|
|
|
|
|
|
|
NOTE: To get around the k3b or brasero requirement for burning DVDs use
|
|
|
|
growisofs. Here is an example, make sure to adjust the path to your DVD
|
|
|
|
drive accordingly.
|
|
|
|
|
|
|
|
growisofs -dvd-compat -Z /dev/sr1=movie.iso
|