Metadata-Version: 2.1
Name: devedeng
Version: 4.21.0
Summary: A video DVD creator
Author-email: "Raster Software Vigo (Sergio Costas)" <rastersoft@gmail.com>
License: GPLv3
Project-URL: Homepage, https://www.rastersoft.com/programas/devede.html
Project-URL: Issues, https://gitlab.com/rastersoft/devedeng
Keywords: dvd,video
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video :: Conversion
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: COPYING

# DEVEDE NG #

## WHAT IS IT? ##

Devede NG is a rewrite of the Devede DVD disc authoring program. This new
code has been written from scratch, and uses Python3 and Gtk3. It is also
cleaner, which will allow to add new features in the future.

## INSTALLING DEVEDE NG FROM SOURCES ##

First, be sure that you have uninstalling any package with devede. Then, Just type:

    sudo python3 -m pip uninstall -y devedeng
    sudo python3 -m pip install .
    sudo update-icon-caches /usr/share/icons/hicolor

If you receive a notification 'error: externally-managed-environment', you can override
it by using

    sudo python3 -m pip uninstall --break-system-packages -y devedeng
    sudo python3 -m pip install --break-system-packages .
    sudo update-icon-caches /usr/share/icons/hicolor

Also, remember that you need the `setuptools` and `setuptools-gettext` modules
installed in your system.

## USING DEVEDE NG ##

Devede NG is very similar to the old devede, with the
exception that, when creating a DVD disc, there are no more "titles" and
"files". Instead, you just add files to the disc. It also lacks support for Mencoder,
and can use only FFMpeg or AVConv for video conversion.

The current visible changes are quite small in number:

* Now allows to add several files at once
* Now makes better use of multicore systems by parallelizing the conversion of several movie files
* The menu edition is interactive
* Has a new "cut" resizing method, to allow to store as widescreen movies with black bars
* Allows to create Matroska files with H.264 video and MP3 audio
* Allows to use VLC, MPV or MPlayer for preview
* Allows to choose between Brasero or K3B for burning the discs
* Allows to set properties for several files in one step
* Allows to choose the subtitle colors
* Allows to choose between MP2 and AC3 audio for menus

## THINGS TO DO ##

Some of the future ideas to add to Devede NG are, without an specific order:

* add more backends
* add more output formats
* allow to replace the movie's audio track with one or several MP3 or OGG audio files
* preview of a converted menu

## CONTACTING THE AUTHOR ##

Sergio Costas Rodriguez  
rastersoft@gmail.com  
http://www.rastersoft.com  
https://gitlab.com/rastersoft/devedeng.git
