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

  • 所有者: bombono-dvd/bombono-dvd
  • 平台: Linux
  • 许可证: GNU General Public License v2.0
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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

Bombono DVD的主要特点是:

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

概览

名称与所有者bombono-dvd/bombono-dvd
主编程语言C++
编程语言Python (语言数: 10)
平台Linux
许可证GNU General Public License v2.0
发布数4
最新版本名称1.2.4 (发布于 )
第一版名称1.2_signed_for_dubrovskiy (发布于 2011-11-18 23:36:45)
创建于2016-02-16 11:14:53
推送于2022-08-26 13:08:54
最后一次提交2022-02-06 04:32:53
星数10
关注者数5
派生数11
提交数403
已启用问题?
问题数21
打开的问题数19
拉请求数5
打开的拉请求数1
关闭的拉请求数0
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

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

去到顶部