Bombono DVD 是一个Linux下的 DVD 制作程序。它易于使用,并且有干净整洁的图形用户界面(GTK)。
Bombono DVD的主要特点是:
- 优秀的视频查看器:时间轴和监视器
- 真实所见即所得的菜单编辑器,带有实时缩略图
- 舒适的Drag-n-Drop支持
- 必要时进行转码(原格式为 AVI/MKV/MOV/MPEG4 ...)
- 运动菜单
- 字幕支持
- 您可以创作文件夹,制作ISO映像或直接刻录到DVD
- 重新编写:您可以从DVD光盘导入视频
Bombono DVD 是一个Linux下的 DVD 制作程序。它易于使用,并且有干净整洁的图形用户界面(GTK)。(Bombono DVD is a DVD authoring program for personal computers. It is made easy to use and has nice and clean GUI (Gtk).)
Bombono DVD 是一个Linux下的 DVD 制作程序。它易于使用,并且有干净整洁的图形用户界面(GTK)。
Bombono DVD的主要特点是:
Name With Owner | bombono-dvd/bombono-dvd |
---|---|
Primary Language | C++ |
Program language | Python (Language Count: 10) |
Platform | Linux |
License: | GNU General Public License v2.0 |
Created At | 2016-02-16 11:14:53 |
---|---|
Pushed At | 2022-08-26 13:08:54 |
Last Commit At | 2022-02-06 04:32:53 |
Release Count | 4 |
Last Release Name | 1.2.4 (Posted on ) |
First Release Name | 1.2_signed_for_dubrovskiy (Posted on 2011-11-18 23:36:45) |
Stargazers Count | 12 |
---|---|
Watchers Count | 4 |
Fork Count | 11 |
Commits Count | 403 |
Has Issues Enabled | |
Issues Count | 21 |
Issue Open Count | 19 |
Pull Requests Count | 5 |
Pull Requests Open Count | 1 |
Pull Requests Close Count | 0 |
Has Wiki Enabled | |
---|---|
Is Archived | |
Is Fork | |
Is Locked | |
Is Mirror | |
Is Private |
About Bombono DVD.
Bombono DVD is DVD authoring program with nice and clean GUI.
The project homepage is
http://www.bombono.org
Bombono DVD is 'Open Source' and licensed under GPL
(GNU General Public License, version 2), see COPYING. Boost Library is under
Boost Software License Version 1.0, see boost-lib/LICENSE_1_0.txt. The
following code is licensed under LGPL (GNU Library General Public License,
version 2 or later), see docs/COPYING.LIB:
Author:
Ilya Murav'jov muravev@yandex.ru
Contributors:
Tekkno Genius tekknogenius@gmail.com
wronguser wronguser@users.sourceforge.net
abstrusus@users.sourceforge.net
dietrichmartin@users.sourceforge.net
Thomas Bartosik tbartdev@gmx-topmail.de
Design:
Ilya Murav'jov
Aleksandr Finogentov
I. Requirements:
o gtk+ >= 2.8,- http://www.gtk.org/
o gtkmm >= 2.4,- http://www.gtkmm.org/
o SCons >= 0.96.1,- http://www.scons.org/
o mjpegtools >= 1.8.0,- http://mjpeg.sourceforge.net/
o libdvdread - http://www.dtek.chalmers.se/groups/dvd/
o dvdauthor - http://dvdauthor.sourceforge.net/
o dvd+rw-tools - http://fy.chalmers.se/~appro/linux/DVD+RW/
o twolame - http://www.twolame.org/
o libxml++ - http://libxmlplusplus.sourceforge.net/
o ffmpeg: - http://www.ffmpeg.org/
II. You need SCons to build Bombono DVD - maybe the best build tool ever. ;)
SCons is just make&autotools&libtool all together. Type:
You can see other options to build:
$ scons -h
For instance:
$ scons BUILD_CFG=debug # for debugging
$ scons TEST=1 # run tests
III. Packaging Bombono DVD: