HOME

TheInfoList



OR:

Libburnia is a project that develops a collection of
libraries A library is a collection of materials, books or media that are accessible for use and not just for display purposes. A library provides physical (hard copies) or digital access (soft copies) materials, and may be a physical location or a vir ...
and command-line tools for burning CDs,
DVD The DVD (common abbreviation for Digital Video Disc or Digital Versatile Disc) is a digital optical disc data storage format. It was invented and developed in 1995 and first released on November 1, 1996, in Japan. The medium can store any kin ...
s and
Blu-ray The Blu-ray Disc (BD), often known simply as Blu-ray, is a digital optical disc data storage format. It was invented and developed in 2005 and released on June 20, 2006 worldwide. It is designed to supersede the DVD format, and capable of s ...
media.


Project overview

Libburnia is the name of a project to develop various pieces of disk recording software. * libisofs is the library to create or modify
ISO 9660 ISO 9660 (also known as ECMA-119) is a file system for optical disc media. Being sold by the International Organization for Standardization (ISO) the file system is considered an international technical standard. Since the specification is ...
disk images. * libburn is the underlying programming library. It is used by xorriso, cdrskin and 3rd party disk recording applications can also use this library directly. * libisoburn is an add-on to libburn and libisofs which coordinates both and also allows to grow ISO 9660 filesystem images on multi-session and overwriteable media. * xorriso is a CLI application that creates, loads, manipulates and writes ISO 9660 filesystem images with Rock Ridge extensions. This package is part of the
GNU Project The GNU Project () is a free software, mass collaboration project announced by Richard Stallman on September 27, 1983. Its goal is to give computer users freedom and control in their use of their computers and Computer hardware, computing devi ...
. * cdrskin is the
end-user In product development, an end user (sometimes end-user) is a person who ultimately uses or is intended to ultimately use a product. The end user stands in contrast to users who support or maintain the product, such as sysops, system administrato ...
application of libburnia. It is CLI-only and its syntax is mostly identical to
cdrecord cdrtools (formerly known as cdrecord) is a collection of independent projects of free software/open source computer programs. The project was maintained for over two decades by Jörg Schilling, who died on October 10, 2021. Because of some ...
to act as a drop-in replacement for existing front-ends.cdrskin README file
/ref>


GNU xorriso

Xorriso stands for
X/Open X/Open group (also known as the Open Group for Unix Systems and incorporated in 1987 as X/Open Company, Ltd.) was a consortium founded by several European UNIX systems manufacturers in 1984 to identify and promote open standards in the field of in ...
, Rock Ridge
ISO ISO is the most common abbreviation for the International Organization for Standardization. ISO or Iso may also refer to: Business and finance * Iso (supermarket), a chain of Danish supermarkets incorporated into the SuperBest chain in 2007 * Is ...
and is the main command-line tool included with libburnia. It allows both generation and (to some extent) update of image files as well as burning images to the disk.
xorriso copies file objects from POSIX compliant filesystems into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise manipulation of such filesystems. It can load the management information of existing ISO images and it writes the session results to optical media or to filesystem objects. Vice versa xorriso is able to copy file objects out of ISO 9660 filesystems.
It provides a command-line interface for single operations as well as GNU Readline and
Dialog Dialog is an online information service owned by ProQuest, who acquired it from Thomson Reuters in mid-2008. Dialog was one of the predecessors of the World Wide Web as a provider of information, though not in form. The earliest form of the D ...
-based interfaces.


Uses

* The underlying ''libburn'' library is used directly as sole recording back-end for Xfce’s graphical ''Xfburn'' application which is included in the default installation of
Xubuntu Xubuntu () is a Canonical Ltd.–recognized, community-maintained derivative of the Ubuntu operating system. The name ''Xubuntu'' is a portmanteau of ''Xfce'' and ''Ubuntu'', as it uses the Xfce desktop environment, instead of Ubuntu's Uni ...
since version 10.10. * GNOME's default disk recording application, Brasero, can use ''libburn'' directly without relying on ''cdrecord'' compatibility of ''cdrskin''. * ''FlBurn'' is a FLTK application that uses ''libburn'' directly. * cdrskin is similar to
cdrecord cdrtools (formerly known as cdrecord) is a collection of independent projects of free software/open source computer programs. The project was maintained for over two decades by Jörg Schilling, who died on October 10, 2021. Because of some ...
and
wodim cdrkit is a collection of computer programs for CD and DVD authoring that work on Unix-like systems. cdrkit is released under the GNU General Public License version 2. Fedora, Gentoo Linux, Mandriva Linux, and Ubuntu all include cdrkit. Joerg J ...
, and can be used in place of the aforementioned tool in GUI front-ends such as '' K3b''.


History

The first public release (libburn-0.2.2) was in September 2006. The current stable version is 1.5.4, which was released on January 30, 2021.


Features

* Blanking/formatting of CD-RW DVD-RW, DVD+RW, DVD-RAM, BD * Burning of data or audio tracks to CD, either in versatile Track-at-Once mode (TAO) or in Session-at-Once mode for seamless tracks. * Multi-session on CD (follow-up sessions in TAO only) or on DVD-R (in Incremental mode) or on DVD+R. * Single session on DVD-RW or DVD-R (Disk-at-once) or on over-writable DVD+RW, DVD-RW, DVD-RAM, BD-RE. * Bus scan, burn-free, speed options, retrieving media info, padding, fifo. * Works with SATA DVD drives. * Write access to disk images. * Use UNIX device path (/dev/hdX) on Linux * You do not need to be superuser for its daily usage.


See also

*
cdrkit cdrkit is a collection of computer programs for CD and DVD authoring that work on Unix-like systems. cdrkit is released under the GNU General Public License version 2. Fedora, Gentoo Linux, Mandriva Linux, and Ubuntu all include cdrkit. Joerg J ...
*
cdrtools cdrtools (formerly known as cdrecord) is a collection of independent projects of free software/open source computer programs. The project was maintained for over two decades by Jörg Schilling, who died on October 10, 2021. Because of some ...
* dvd+rw-tools


References


External links


Official website




{{Optical disc image software Optical disc authoring Free software projects