brasero

GNOME disc burning application

TLDR

Launch Brasero
$ brasero
Open an audio project
$ brasero --audio
Open a data project
$ brasero --data
Open specific project file
$ brasero --project [project.brasero]
Copy a disc
$ brasero --copy [/dev/sr0]
Open blank disc dialog
$ brasero --blank
Check disc integrity
$ brasero --check
Burn and remove project
$ brasero --burn-and-remove-project [project.brasero]

SYNOPSIS

brasero [options]

DESCRIPTION

brasero is a GNOME application for burning CD/DVD media. It supports creating audio, video, and data discs, copying existing discs, burning ISO images, and blanking rewritable media.The application features on-the-fly burning, multisession support, and automatic conversion of music playlists using GStreamer. It supports multiple backends including cdrtools, growisofs, and libburn.

PARAMETERS

-p, --project file

Open the specified project
-a, --audio
Open an empty audio project
-d, --data
Open an empty data project
-c, --copy path
Copy a disc from specified device
-j, --cover path
Cover image to use
-e, --empty
Force display of project selection page
-b, --blank
Open the blank disc dialog
-k, --check
Open the check disc dialog
-n, --ncb
Open data project with burn:/// URI contents
-r, --burn-and-remove-project file
Burn project and remove file afterwards

INSTALL

sudo apt install brasero
sudo dnf install brasero
sudo pacman -S brasero
sudo apk add brasero
sudo zypper install brasero
nix profile install nixpkgs#brasero

CAVEATS

Audio CD burning requires tracks in WAV or Ogg Vorbis format. Using lower burning speeds reduces the risk of burn errors. Requires appropriate optical drive hardware and supported backend tools.

HISTORY

Brasero was developed as part of the GNOME desktop environment to provide a simple, user-friendly disc burning application. It integrates with Nautilus for drag-and-drop file operations.

SEE ALSO

wodim(1), growisofs(1), cdrecord(1)