slitaz-tools view doc/burnbox.en.html @ rev 697

Added tag 4.7 for changeset 83491d0ac7b1
author Christophe Lincoln <pankso@slitaz.org>
date Thu Mar 01 15:56:00 2012 +0100 (2012-03-01)
parents
children
line source
1 <!DOCTYPE html>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>Burnbox Manual</title>
5 <meta charset="utf-8" />
6 <link rel="stylesheet" type="text/css" href="style.css" />
7 </head>
8 <body>
10 <div id="header">
11 <h1>SliTaz Burnbox Manual</h1>
12 </div>
14 <!-- Start content -->
15 <div id="content">
17 <h3>About</h3>
18 <p>
19 Burnbox supports:
20 </p>
21 <ul>
22 <li>ISO burning</li>
23 <li>Backup of data and audio CDs</li>
24 <li>Data CD/DVD burning (DVD burning requires an optional package <em>dvd+rw-tools</em>)</li>
25 <li>Audio CD burning (MP3 requires an optional package <em>mpg123</em>)</li>
26 <li>Video CD (VCD/SVCD) burning (requires packages <em>vcdimager</em> and <em>ffmpeg</em>)</li>
27 </ul>
29 <h3>General Device Settings</h3>
30 <p>
31 In the last tab, make sure the cdrom settings are correct (Device:/dev/cdrom; Speed (auto-detected): 48; Options: ).
32 Input is taken from the DEVICE settings.
33 </p>
35 <h3>Blank CD/DVD-RW</h3>
36 <p>
37 Use <code>Blank disk</code> to erase contents and prepare for burning.
38 </p>
40 <h3>Iso Burning</h3>
41 <p>
42 This is supported in the third tab.
43 </p>
44 <ul>
45 <li>Press button <code>Browse</code> to specify the iso file path</li>
46 <li>Press button <code>Burn ISO</code></li>
47 </ul>
48 <p>
49 You can also create or manipulate ISO images with the ISO Master utility.
50 </p>
52 <h3>Backup of data and audio CD</h3>
53 <p>
54 This is supported in the second tab. Optional package <em>cdrkit-isoinfo</em> may help to improve the burn speed.
55 </p>
56 <ul>
57 <li>Insert CD</li>
58 <li>Select backup option: "Save backup on Hard Disk Folder" (default) or "Backup on CD disc"</li>
59 <li>If backup option is "Save backup on Hard Disk Folder" (default), then specify the folder to do a "CD/DVD backup"</li>
60 <li>Press button <code>Backup DataCD</code></li>
61 </ul>
62 <p>
63 Audio CD ripping is supported using the asunder package.
64 </p>
66 <h3>Data CD/DVD burning</h3>
67 <p>
68 This is supported in the First tab. One can specify the burn type before adding files.
69 Depending upon the burn type, the files are decoded on the fly.
70 One can remove the added files by simply double-clicking on the file in the tree view.
71 Total track size shows the CD/DVD space occupied.
72 </p>
74 <ul>
75 <li>Select data-cd in Burn Type</li>
76 <li>Specify file/folder or <code>Browse</code></li>
77 <li>Press button <code>Add</code></li>
78 <li>Press button <code>Burn Disc</code></li>
79 </ul>
81 <h3>Audio CD burning</h3>
82 <p>
83 This is supported in the first tab. WAV, OGG, MP3 files are supported.
84 OGG and MP3 are automatically converted into an uncompressed WAV format for burning.
85 </p>
86 <ul>
87 <li>Select audio-cd in Burn Type</li>
88 <li>Specify file/folder or <code> Browse</code></li>
89 <li>Press button <code> Add</code> to auto-decode to uncompressed WAV (OGG, MP3 are decoded)</li>
90 <li>Press button <code> Burn Disc</code></li>
91 </ul>
93 <h3>Video CD (VCD/SVCD) burning</h3>
94 <p>
95 This is supported in the first tab. Only burning mpg video format is supported directly: MPEG-1 video for vcd and MPEG-2 for svcd and dvd.
96 AVI, MOV, FLV, WMV videos are automatically converted into a VCD/SVCD/DVD compatible mpg video format.
97 </p>
98 <ul>
99 <li>Select video-dvd, vcd or svcd in Burn Type</li>
100 <li>Specify file/folder or <code>Browse</code></li>
101 <li>Press button <code>Add</code> and select Enable decoding video for MPG files (AVI, FLV, MOV, WMV are decoded)</li>
102 <li>Press button <code>Burn Disc</code></li>
103 </ul>
105 <h3>Common Problems</h3>
106 <ul>
107 <li>Burnbox works as root but not for a user: This happens when the user is not added to the "cdrom" group <pre>addgroup tux cdrom</pre></li>
108 <li>Cdrom not readable / writable: Make sure the user has proper permissions and is added to the "cdrom" group</li>
109 <li>MP3 audio burn does not work: Check if you have installed <em>mpg123</em></li>
110 <li>VCD option does not work: Check if you have installed <em>vcdimager</em></li>
111 <li>AVI, FLV, WMV files are not decoded to MPG: Check if you have installed <em>ffmpeg</em></li>
112 <li>DVD burn does not work: Check if you have installed <em>dvd+rw-tools</em></li>
113 </ul>
115 <!-- End content -->
116 </div>
118 </body>
119 </html>