1XFBURN(1) [FIXME: manual] XFBURN(1)
2
3
4
6 xfburn - An easy to use burning application
7
9 xfburn --burn-image [IMAGE]
10
11 xfburn [options] --data-composition | --audio-composition [[FILE]...]
12
13 xfburn --blank
14
15 xfburn --transcoder list | basic | gst
16
18 xfburn is an easy to use burning application based on the libburnia
19 libraries. So far it features burning to CD, and DVD, as well as
20 blanking rewritable discs. Data and audio compositions can get created
21 from scratch. Images in .iso format can be burned, or created.
22
24 xfburn can be called with --burn-image to immediately show the burn
25 image dialog. Optionally the image file can be preselected by appending
26 it to the command line.
27
28 When the --data-composition or the --audio-composition options is
29 specified, then xfburn's main window will open up with the selected
30 composition type instead of the welcome tab. The filename(s) of the
31 contents of the composition may follow the composition option.
32
33 Options
34 -?, --help
35 Print brief help and exit.
36
37 -V, --version
38 Print version information and exit.
39
40 -i, --burn-image [IMAGE]
41 Open the burn image dialog. Optionally the image is given as IMAGE.
42
43 -b, --blank
44 Open the blank disc dialog.
45
46 -d, --data-composition [FILE(S)]
47 Opens xfburn with a new data composition. Optionally FILE(S) to be
48 added to the composition follow.
49
50 -a, --audio-composition [MUSIC FILE(S)]
51 Opens xfburn with a new audio composition. Optionally MUSIC FILE(S)
52 to be added to the composition follow.
53
54 -t, --transcoder [TRANSCODER]
55 Selects the transcoder to use when creating audio compositions.
56 Specify list to see all available options. Currently implemented
57 are the gst and the basic transcoder. gst uses gstreamer, and can
58 allows the use of any gstreamer-supported media file. basic only
59 allows using audio files already in CD format: 48khz uncompressed
60 WAV files.
61
62 -m, --main
63 When the --burn-image or the --blank option is selected, xfburn
64 will quit after the dialog exists, unless the --main option is
65 given. In that case the main xfburn window is shown after the
66 dialog has been closed.
67
68 --display=DISPLAY
69 Use the specified X DISPLAY for the user interface.
70
72 xfburn was written by David Mohr <squisher@xfce.org> and Jean-François
73 Wauthy <pollux@xfce.org>. A great helper was Mario Danic
74
75 <mario@libburnia-project.org>.
76
77 This manual page was written by David Mohr <squisher@xfce.org>. It is
78 based on Benedikt Meurer's Thunar man page.
79
80
81
82[FIXME: source] 10/18/2018 XFBURN(1)