Bombono 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).)

  • Owner: bombono-dvd/bombono-dvd
  • Platform: Linux
  • License:: GNU General Public License v2.0
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Bombono DVD 是一个Linux下的 DVD 制作程序。它易于使用,并且有干净整洁的图形用户界面(GTK)。

Bombono DVD的主要特点是:

  • 优秀的视频查看器:时间轴和监视器
  • 真实所见即所得的菜单编辑器,带有实时缩略图
  • 舒适的Drag-n-Drop支持
  • 必要时进行转码(原格式为 AVI/MKV/MOV/MPEG4 ...)
  • 运动菜单
  • 字幕支持
  • 您可以创作文件夹,制作ISO映像或直接刻录到DVD
  • 重新编写:您可以从DVD光盘导入视频

Main metrics

Overview
Name With Ownerbombono-dvd/bombono-dvd
Primary LanguageC++
Program languagePython (Language Count: 10)
PlatformLinux
License:GNU General Public License v2.0
所有者活动
Created At2016-02-16 11:14:53
Pushed At2022-08-26 13:08:54
Last Commit At2022-02-06 04:32:53
Release Count4
Last Release Name1.2.4 (Posted on )
First Release Name1.2_signed_for_dubrovskiy (Posted on 2011-11-18 23:36:45)
用户参与
Stargazers Count12
Watchers Count4
Fork Count11
Commits Count403
Has Issues Enabled
Issues Count21
Issue Open Count19
Pull Requests Count5
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
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:

  • src/mgui/sdk/libgnome
  • code from GTK+, in src/mgui/author/output.cpp
  • libs/mpeg2dec/src/getopt.c
    Boyer-Moore algorithm code in src/mlib/sdk/memmem.h is licensed under
    docs/Python-License.txt.

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

Installation Instructions

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:

  1. unpack
    $ tar -xjf bombono-dvd-0.5.tar.bz2
    $ cd bombono-dvd-0.5
  2. build
    $ scons
  3. install (to /usr/local)
    $ sudo scons install
    or to anywhere
    $ sudo scons PREFIX= install

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:

  • for those who is accustomed to 'configure; make; make install' sequence:
    $ scons PREFIX=/usr DESTDIR=$(CURDIR)/debian/bombono-dvd
    ...

    fixing build errors

    $ scons
    ...
    $ scons install
  • see ./debian for Debian-based distros
  • see ./tools/scripts/bombono-dvd.spec for RPM-based distros

Documentation

See http://www.bombono.org/Documentation