Warning, /multimedia/audiocd-kio/kcmaudiocd/doc/index.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
0003 "dtd/kdedbx45.dtd" [
0004   <!ENTITY % addindex "IGNORE">
0005   <!ENTITY % English "INCLUDE">
0006 ]>
0007 <article id="kcm_audiocd" lang="&language;">
0008 
0009 <articleinfo>
0010 <title>Audio-CD</title>
0011 
0012 <authorgroup>
0013 <author><firstname>Yuri</firstname>
0014 <surname>Chornoivan</surname>
0015 <affiliation><address>yurchor@ukr.net</address></affiliation></author>
0016 
0017 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0018 
0019 </authorgroup>
0020 
0021 <date>2019-02-08</date>
0022 <releaseinfo>Applications 19.04</releaseinfo>
0023 
0024 <keywordset>
0025 <keyword>KDE</keyword>
0026 <keyword>System Settings</keyword>
0027 <keyword>audio</keyword>
0028 <keyword>compact disc</keyword>
0029 <keyword>cdda</keyword>
0030 <keyword>wav</keyword>
0031 <keyword>mp3</keyword>
0032 <keyword>ogg</keyword>
0033 <keyword>FLAC</keyword>
0034 <keyword>opus</keyword>
0035 </keywordset>
0036 </articleinfo>
0037 
0038 <sect1 id="audiocd-page">
0039 <title>Audiocd KIO Worker Configuration</title>
0040 <para>The module <guilabel>Audiocd KIO Worker Configuration</guilabel> page is divided in the <guilabel>General</guilabel> tab, the <guilabel>Names</guilabel> tab, and the encoder parameter tabs.</para>
0041 
0042 <sect2 id="general-tab">
0043 <title>The General Tab</title>
0044 <screenshot>
0045 <screeninfo>The <guilabel>General</guilabel> tab</screeninfo>
0046 <mediaobject>
0047 <imageobject> <imagedata fileref="general.png" format="PNG"/> </imageobject>
0048 <textobject><phrase>The <guilabel>General</guilabel> tab</phrase></textobject>
0049 </mediaobject>
0050 </screenshot>
0051 
0052 <para>This tab contains the general parameters which apply to the whole process of reading data from CD.</para>
0053 
0054 <variablelist>
0055 <varlistentry><term><guilabel>Use error correction when reading the CD</guilabel></term>
0056 <listitem>
0057 <para>When writing Audio CD, the process adds 64 bits of error correction data to each frame. After this, 8 bits of subcode or subchannel data are added to each of the encoded frames, which is used for control and addressing when playing the CD. Ignoring such data correction can speed up reading but can also produce some unwanted artifacts.</para>
0058 </listitem>
0059 </varlistentry>
0060 
0061 <varlistentry><term><guilabel>Skip on errors</guilabel></term>
0062 <listitem>
0063 <para>The default is never skipping on errors of the medium. This is needed to ensure the high quality of the results.</para>
0064 </listitem>
0065 </varlistentry>
0066 
0067 <varlistentry><term><guilabel>Encoder Priority</guilabel></term>
0068 <listitem>
0069 <para>It is possible to determine encoder priority to ensure that the encoder process will not prevent you from doing some other tasks in parallel (the lower values) or to speed up the encoding (the higher values).
0070 </para>
0071 </listitem>
0072 </varlistentry>
0073 </variablelist>
0074 
0075 </sect2>
0076 
0077 <sect2 id="names-tab">
0078 <title>The Names Tab</title>
0079 
0080 <screenshot>
0081 <screeninfo>The <guilabel>Names</guilabel> tab</screeninfo>
0082 <mediaobject>
0083 <imageobject> <imagedata fileref="names.png" format="PNG"/> </imageobject>
0084 <textobject><phrase>The <guilabel>Names</guilabel> tab</phrase></textobject>
0085 </mediaobject>
0086 </screenshot>
0087 
0088 <para>The <guilabel>Names</guilabel> tab can be used to fine-tune the file names for the encoded data. It is possible to use some macros and <ulink url="https://en.wikipedia.org/wiki/Regular_expression">regular expressions</ulink> to produce the names exactly to your needs.</para>
0089 
0090 <para>You can use the interactive testing field at the bottom part of the page to prove that the correct names will be produced.</para>
0091 
0092 </sect2>
0093 
0094 <sect2 id="flac-tab">
0095 <title>The FLAC Encoder Tab</title>
0096 
0097 <screenshot>
0098 <screeninfo>The <guilabel>FLAC Encoder</guilabel> tab</screeninfo>
0099 <mediaobject>
0100 <imageobject> <imagedata fileref="flac.png" format="PNG"/> </imageobject>
0101 <textobject><phrase>The <guilabel>FLAC Encoder</guilabel> tab</phrase></textobject>
0102 </mediaobject>
0103 </screenshot>
0104 
0105 <note>
0106 <para>The FLAC encoder tab is only available if Audiocd KIO worker was compiled with libFLAC.</para>
0107 </note>
0108 
0109 <para>FLAC is a lossless compressed audio format free of any patents or license fees. It maintains perfect CD audio quality while reducing file size by 
0110 about 50%. When using this codec the filesize is much larger than Opus, Ogg Vorbis or MP3.</para>
0111 
0112 <variablelist>
0113 <varlistentry><term><guilabel>Flac compression level</guilabel></term>
0114 <listitem>
0115 <para>The compression level is an integer value between 0 and 8 that represents the tradeoff between file size and compression speed.</para>
0116 <para> Setting the compression level to 0 yields the shortest compression time but generates a comparably big file.</para>
0117 <para>On the other hand, a compression level of 8 makes compression quite slow but produces the smallest file.</para>
0118 <para>Note that since FLAC is by definition a lossless codec, the audio quality of the output is exactly the same regardless of the compression level.</para>
0119 <para>Also, levels above 5 dramatically increase compression time but create an only slightly smaller file, and are not recommended.</para>
0120 </listitem>
0121 </varlistentry>
0122 </variablelist>
0123 
0124 </sect2>
0125 
0126 <sect2 id="mp3-tab">
0127 <title>The MP3 Encoder Tab</title>
0128 
0129 <screenshot>
0130 <screeninfo>The <guilabel>MP3 Encoder</guilabel> tab</screeninfo>
0131 <mediaobject>
0132 <imageobject> <imagedata fileref="mp3.png" format="PNG"/> </imageobject>
0133 <textobject><phrase>The <guilabel>MP3 Encoder</guilabel> tab</phrase></textobject>
0134 </mediaobject>
0135 </screenshot>
0136 
0137 <note>
0138 <para>The MP3 encoder tab is only available if <ulink url="http://lame.sourceforge.net/">LAME</ulink> utilities are installed in the system.</para>
0139 </note>
0140 
0141 <para>MP3 (or MPEG-1 Audio Layer III) is a patented digital audio codec using a form of lossy data compression. In spite of its shortcomings, it is a common format for consumer audio storage, and is widely supported on portable music players.</para>
0142 
0143 <para>Audiocd KIO worker uses the LAME encoder to produce <filename class="extension">mp3</filename> files. LAME is considered the best MP3 encoder, mostly thanks to the dedicated work of its developers and the open source licensing model that allowed the project to tap into engineering resources from all around the world.</para>
0144 
0145 <variablelist>
0146 <varlistentry><term><guilabel>Encoding Method</guilabel></term>
0147 <listitem>
0148 <para>The bitrate is a measure of the quantity of data used to represent a second of the audio track. It is possible to determine <guilabel>Constant bitrate</guilabel> for predictable file size. The MP3 encoder also supports a <guilabel>Variable bitrate</guilabel> setting, which means that the bitrate value fluctuates along the track based on the complexity of the audio content. More complex intervals of data are encoded with a higher bitrate than less complex ones; this approach yields overall better quality and a smaller file than having a constant bitrate throughout the track.</para>
0149 <para>You can also define the quality of encoding. The lower quality can speed up the encoding process for the price of some data loss.</para>
0150 </listitem>
0151 </varlistentry>
0152 
0153 <varlistentry><term><guilabel>Options</guilabel></term>
0154 <listitem>
0155 <para>Check the <guilabel>Copyrighted</guilabel> item if the produced data are copyright protected.</para>
0156 <para>Check the <guilabel>Original</guilabel> item if the extraction of data is made from the original &CD;.</para>
0157 <para>When the <guilabel>ISO encoding</guilabel> item is checked, LAME will enforce the 7680 bit limitation on total frame size. The compatibility with ISO might be important for hardware players.</para>
0158 <para>The CRC <guilabel>Error Protection</guilabel> item can be used to add a checksum to each data frame. Such protection can enhance the stability of the MP3 data storing.</para>
0159 <para>The <guilabel>Write ID3 tag</guilabel> item is used to enforce LAME to write <ulink url="https://en.wikipedia.org/wiki/ID3">ID3 metadata</ulink> to each produced MP3 file.</para>
0160 </listitem>
0161 </varlistentry>
0162 
0163 <varlistentry><term><guilabel>Filter Settings</guilabel></term>
0164 <listitem>
0165 <para>It is possible to apply bandwidth filtering to the data. It is used to limit the high or low frequencies that are encoded. Most of us cannot hear the high frequencies anyway, and they are the most <quote>expensive</quote> bitwise, when it comes to encoding. They also tend to be the cause of artifacts.</para>
0166 </listitem>
0167 </varlistentry>
0168 
0169 <varlistentry><term><guilabel>Variable Bitrate Settings</guilabel></term>
0170 <listitem>
0171 
0172 <para>You can also choose <guilabel>Average bitrate</guilabel>, which is the default, or <guilabel>Maximal bitrate</guilabel>, <guilabel>Minimal bitrate</guilabel> and whether <guilabel>Minimal value is a hard limit</guilabel>.</para>
0173 <para>160 kb/s is a good choice for music listening on a portable player. Anything below 120 kb/s might be unsatisfactory for music and anything above 256 kb/s is probably overkill.</para>
0174 <para>It is also possible to <guilabel>Write Xing VBR tag</guilabel> into the file. Xing was responsible for creating an encoder notable for its VBR tag, which enables more accurate seeking within variable bitrate files. Among other things, Xing's VBR tag contains information about the total duration of an MP3 file, something that is not otherwise readily available from the MPEG stream.</para>
0175 </listitem>
0176 </varlistentry>
0177 </variablelist>
0178 
0179 </sect2>
0180 
0181 <sect2 id="opus-tab">
0182 <title>The Opus Encoder Tab</title>
0183 
0184 <screenshot>
0185 <screeninfo>The <guilabel>Opus Encoder</guilabel> tab</screeninfo>
0186 <mediaobject>
0187 <imageobject> <imagedata fileref="opus.png" format="PNG"/> </imageobject>
0188 <textobject><phrase>The <guilabel>Opus Encoder</guilabel> tab</phrase></textobject>
0189 </mediaobject>
0190 </screenshot>
0191 
0192 <note>
0193 <para>The Opus encoder tab is only available if <ulink url="https://opus-codec.org/">opus-tools</ulink> are installed in the system.</para>
0194 </note>
0195 
0196 <para>Opus is a totally open, royalty-free, highly versatile audio codec. Opus is unmatched for interactive speech and music transmission over the Internet, but is also intended for storage and streaming applications.</para>
0197 
0198 <variablelist>
0199 <varlistentry><term><guilabel>Encoding Method</guilabel></term>
0200 <listitem>
0201 <para>This setting allows you to choose between <guilabel>Complexity based</guilabel> and <guilabel>Bitrate based</guilabel> encoding. The complexity based encoding uses some speculative algorithms for the price of an unpredictable size of the results.</para>
0202 <itemizedlist>
0203 <listitem>
0204 <para>There are several things which influence the Opus encoder choice between CPU complexity and quality/bitrate. The complexity of encoding can be selected using an integer from 0 to 10, where 0 yields the lowest quality and 10 yields the highest quality.</para>
0205 </listitem>
0206 <listitem>
0207 <para>Opus is more efficient when operating with variable bitrate (<guilabel>Average variable bitrate</guilabel>), which is the default. It is possible to use constrained variable bitrate (<guilabel>Constrained variable bitrate</guilabel>, an analog of constant bitrate for MP3) when the low-latency transmission is required over a relatively slow connection. In some (rare) applications, constant bitrate (<guilabel>Constant bitrate</guilabel>) is required.</para>
0208 <para>It is recommended to use 64-128 kbit/s bitrate for stereo music.</para>
0209 </listitem>
0210 </itemizedlist>
0211 </listitem>
0212 </varlistentry>
0213 <varlistentry><term><guilabel>Add track information</guilabel></term>
0214 <listitem>
0215 <para>When checked, add a description of the song to the file header. This makes it easy for the user to get advanced song information shown by his media player. You can get 
0216 this information automatically via the Internet. Look at the &systemsettings; CDDB Retrieval module for details.
0217 </para>
0218 </listitem>
0219 </varlistentry>
0220 </variablelist>
0221 
0222 </sect2>
0223 
0224 <sect2 id="ogg-tab">
0225 <title>The Ogg Vorbis Encoder Tab</title>
0226 
0227 <screenshot>
0228 <screeninfo>The <guilabel>Ogg Vorbis Encoder</guilabel> tab</screeninfo>
0229 <mediaobject>
0230 <imageobject> <imagedata fileref="ogg.png" format="PNG"/> </imageobject>
0231 <textobject><phrase>The <guilabel>Ogg Vorbis Encoder</guilabel> tab</phrase></textobject>
0232 </mediaobject>
0233 </screenshot>
0234 
0235 <note>
0236 <para>The Ogg Vorbis encoder tab is only available if Audiocd KIO worker was compiled with <ulink url="https://xiph.org/vorbis/">libvorbis</ulink>.</para>
0237 </note>
0238 
0239 <para>Ogg Vorbis is an open and royalty-free audio codec for lossy audio compression. It produces smaller files than MP3 at equivalent or higher quality.</para>
0240 
0241 <variablelist>
0242 <varlistentry><term><guilabel>Encoding Method</guilabel></term>
0243 <listitem>
0244 <para>This setting allows you to choose between <guilabel>Quality based</guilabel> and <guilabel>Bitrate based</guilabel> encoding. The quality based encoding uses some speculative algorithms for the price of an unpredictable size of the results.</para>
0245 <itemizedlist>
0246 <listitem>
0247 <para>The quality of Ogg Vorbis encoding can be selected using an integer from 0 to 10, where 0 yields the lowest quality and 10 yields the highest quality.</para>
0248 </listitem>
0249 <listitem>
0250 <para>As an alternative variable bitrate can be used. It is possible to choose <guilabel>Average bitrate</guilabel>, which is the default, or <guilabel>Maximal bitrate</guilabel> and <guilabel>Minimal bitrate</guilabel>.</para>
0251 </listitem>
0252 </itemizedlist>
0253 </listitem>
0254 </varlistentry>
0255 <varlistentry><term><guilabel>Add track information</guilabel></term>
0256 <listitem>
0257 <para>When checked, add a description of the song to the file header. This makes it easy for the user to get advanced song information shown by his media player. You can get 
0258 this information automatically via the Internet. Look at the &systemsettings; CDDB Retrieval module for details.
0259 </para>
0260 </listitem>
0261 </varlistentry>
0262 </variablelist>
0263 
0264 </sect2>
0265 
0266 </sect1>
0267 </article>
0268 
0269 <!--
0270 Local Variables:
0271 mode: xml
0272 sgml-minimize-attributes:nil
0273 sgml-general-insert-case:lower
0274 sgml-indent-step:0
0275 sgml-indent-data:nil
0276 End:
0277 
0278 vim:tabstop=2:shiftwidth=2:expandtab
0279 kate: space-indent on; indent-width 2; tab-width 2; indent-mode none;
0280 -->