DevedeNG

Devede NG是对Devede DVD光盘制作程序的重写。 这段新代码是从头开始编写的,使用的是Python3和Gtk3。 它也更干净,可以在将来添加新功能。(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.)

Github星跟踪图

Devede NG是对Devede DVD光盘制作程序的重写。 这段新代码是从头开始编写的,使用的是Python3和Gtk3。 它也更干净,可以在将来添加新功能。

Devede NG与旧版devede非常相似,只有在创建DVD光盘时,不再有“标题”和“文件”。 相反,您只需将文件添加到光盘。 它也缺乏对Mencoder的支持,并且只能使用FFMpeg或AVConv进行视频转换。

当前可见的变化数量非常少:
  • 现在允许一次添加多个文件
  • 现在,通过并行化多个电影文件的转换,可以更好地利用多核系统
  • 菜单版本是互动的
  • 有一个新的“剪切”调整大小的方法,允许存储与黑条的宽屏电影
  • 允许使用H.264视频和MP3音频创建Matroska文件
  • 允许使用VLC,MPV或MPlayer进行预览
  • 允许在Brasero或K3B之间进行选择以刻录光盘
  • 允许一步设置多个文件的属性
  • 允许选择字幕颜色
  • 允许在菜单中选择MP2和AC3音频

概览

名称与所有者rastersoft/devedeng
主编程语言Python
编程语言Python (语言数: 2)
平台Linux
许可证GNU General Public License v3.0
发布数44
最新版本名称4.11.0 (发布于 )
第一版名称version0.1alpha1 (发布于 2014-08-06 01:07:35)
创建于2014-08-05 23:03:18
推送于2018-08-06 14:44:42
最后一次提交2018-08-06 16:44:08
星数53
关注者数11
派生数16
提交数242
已启用问题?
问题数57
打开的问题数9
拉请求数14
打开的拉请求数0
关闭的拉请求数3
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

DEVEDE NG

IMPORTANT: Devede has been migrated to Gitlab

https://gitlab.com/rastersoft/devedeng

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

Just type:

sudo ./setup.py install

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

去到顶部