slitaz-tools diff doc/burnbox.fr.html @ rev 481

Add burnbox.fr.html (Edit)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Mar 31 14:22:25 2010 +0200 (2010-03-31)
parents
children 26bd9accfaeb
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/doc/burnbox.fr.html	Wed Mar 31 14:22:25 2010 +0200
     1.3 @@ -0,0 +1,137 @@
     1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     1.5 +  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     1.7 +
     1.8 +<head>
     1.9 +	<title>Documentation de Burnbox</title>
    1.10 +	<meta http-equiv="content-type" content="text/html;charset=utf-8" />
    1.11 +	<style type="text/css"><!--
    1.12 +	body { font: 90% sans-serif, vernada, arial; margin: 0; }
    1.13 +	#header { background: #f0ba08; color: black; height: 50px;
    1.14 +		border-top: 1px solid black; border-bottom: 1px solid black; }
    1.15 +	#content { margin: 0px 50px 26px 50px; }
    1.16 +	h1 { margin: 14px 0px 0px 16px; color: #3e1220; }
    1.17 +	h3 { color: #6c0023; }
    1.18 +	li { line-height: 1.4em; }
    1.19 +	pre { padding: 5px; color: black; background: #e1e0b0; }
    1.20 +	pre.script { padding: 10px; color: black; background: #e8e8e8;
    1.21 +		border: 1px inset #333333; }
    1.22 +	code { font-size: 100%; color: #669900; background: transparent; }
    1.23 +	hr { color: white; background: white; height: 1px; border: 0; }
    1.24 +	--></style>
    1.25 +</head>
    1.26 +
    1.27 +<body>
    1.28 +
    1.29 +<div id="header">
    1.30 +<h1>Documentation de SliTaz Burnbox</h1>
    1.31 +</div>
    1.32 +
    1.33 +<!-- Start content -->
    1.34 +<div id="content">
    1.35 +
    1.36 +<h3>A propos</h3>
    1.37 +<p>
    1.38 +Possibilités de Burnbox:
    1.39 +</p>
    1.40 +<ul>
    1.41 +	<li>Gravure d'image ISO</li>
    1.42 +	<li>Sauvegarde de données et des CDs audio</li>
    1.43 +	<li>Enregistrement de données sur CD/DVD (la gravure sur DVD burning nécessite un paquet suplémentaire <em>dvd+rw-tools</em>)</li>
    1.44 +	<li>Enregistrement de CD Audio (pour les MP3 il faut installer <em>mpg123</em>)</li>
    1.45 +	<li>Enregistrement de CD Video (VCD/SVCD) (paquets requis <em>vcdimager</em> et <em>ffmpeg</em>)</li>
    1.46 +</ul>
    1.47 +
    1.48 +<h3>Configuration génral des périphériques</h3>
    1.49 +<p>
    1.50 +Dans le premier onglet, assurez-vous que les paramètres sont correctes (Pilôte:/dev/cdrom; Vitess (auto-detected): 48; Options: ).
    1.51 +Les informations sont récupérées depuis la variable DEVICE.
    1.52 +Input is taken from the DEVICE settings.
    1.53 +</p>
    1.54 +
    1.55 +<h3>Effacer CD/DVD-RW</h3>
    1.56 +<p>
    1.57 +Utilisez <code>Blank disk</code> pour effacer un média.
    1.58 +</p>
    1.59 +
    1.60 +<h3>Graver une Iso</h3>
    1.61 +<p>
    1.62 +Cliquez sur le deuxième onglet.
    1.63 +</p>
    1.64 +<ul>
    1.65 +	<li>Cliquez sur le bouton <code>Browse</code> pour rechercher l'image ISO'</li>
    1.66 +	<li>Cliquez sur le bouton <code>Burn ISO</code></li>
    1.67 +</ul>
    1.68 +<p>
    1.69 +Vous pouvez créér ou modifier des images ISO avec l'outil ISO Master.
    1.70 +</p>
    1.71 +
    1.72 +<h3>Sauvegarde de données et de CD audio</h3>
    1.73 +<p>
    1.74 +Ceci est pris en charge dans le deuxième onglet. Le paquet optionnel <em>cdrkit-isoinfo</em> peut vous aider à améliorer la vitesse d'enregistrement'. 
    1.75 +</p>
    1.76 +<ul>
    1.77 +	<li>Insérez un CD</li>
    1.78 +	<li>Choisisse l'option: "Save backup on Hard disk" (par défaut) où "Backup on CD disc"</li>
    1.79 +	<li>Si l'option sélectionnée est "Save backup on Hard disk" (défaut), préciser le dossier à utiliser pour "CD/DVD backup"</li>
    1.80 +	<li>Cliquez sur le bouton <code>Backup DataCD</code></li>
    1.81 +</ul>
    1.82 +<p>
    1.83 +
    1.84 +Extraction de CD audio est prise en charge en utilisant le paquet Asunder.
    1.85 +</p>
    1.86 +
    1.87 +<h3>Data CD/DVD burning</h3>
    1.88 +<p>
    1.89 +This is supported in the third tab. One can specify the burn type before adding files. 
    1.90 +Depending upon the burn type, the files are decoded on the fly. 
    1.91 +One can remove the added files by simply double-clicking on the file in the tree view. 
    1.92 +Total track size shows the CD/DVD space occupied.
    1.93 +</p>
    1.94 +
    1.95 +<ul>
    1.96 +	<li>Select data-cd in Burn Type</li>
    1.97 +	<li>Specify file/folder or <code>Browse</code></li>
    1.98 +	<li>Press button <code>Add</code></li>
    1.99 +	<li>Press button <code>Burn Disc</code></li>
   1.100 +</ul>
   1.101 +
   1.102 +<h3>Audio CD burning</h3>
   1.103 +<p>
   1.104 +This is supported in the third tab. WAV, OGG, MP3 files are supported. 
   1.105 +OGG and MP3 are automatically converted into an uncompressed WAV format for burning.
   1.106 +</p>
   1.107 +<ul>
   1.108 +	<li>Select audio-cd in Burn Type</li>
   1.109 +	<li>Specify file/folder or <code> Browse</code></li>
   1.110 +	<li>Press button <code> Add</code> to auto-decode to uncompressed WAV (OGG, MP3 are decoded)</li>
   1.111 +	<li>Press button <code> Burn Disc</code></li>
   1.112 +</ul>
   1.113 +
   1.114 +<h3>Video CD (VCD/SVCD) burning</h3>
   1.115 +<p>
   1.116 +This is supported in the third tab. Only burning mpg video format is supported directly: MPEG-1 video for vcd and MPEG-2 for svcd and dvd. 
   1.117 +AVI, MOV, FLV, WMV videos are automatically converted into a VCD/SVCD/DVD compatible mpg video format.
   1.118 +</p>
   1.119 +<ul>
   1.120 +	<li>Select data-cd in Burn Type</li>
   1.121 +	<li>Specify file/folder or <code>Browse</code></li>
   1.122 +	<li>Press button <code>Add</code> to auto-decode to MPG files (AVI, FLV, MOV, WMV are decoded)</li>
   1.123 +	<li>Press button <code>Burn Disc</code></li>
   1.124 +</ul>
   1.125 +
   1.126 +<h3>Common Problems</h3>
   1.127 +<ul>
   1.128 +	<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>
   1.129 +	<li>Cdrom not readable / writable: Make sure the user has proper permissions and is added to the "cdrom" group</li>	
   1.130 +	<li>MP3 audio burn does not work: Check if you have installed <em>mpg123</em></li>
   1.131 +	<li>VCD option does not work: Check if you have installed <em>vcdimager</em></li>
   1.132 +	<li>AVI, FLV, WMV files are not decoded to MPG: Check if you have installed <em>ffmpeg</em></li>
   1.133 +	<li>DVD burn does not work: Check if you have installed <em>dvd+rw-tools</em></li>
   1.134 +</ul>
   1.135 +
   1.136 +<!-- End content -->
   1.137 +</div>
   1.138 +
   1.139 +</body>
   1.140 +</html>