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

去到頂部