File: 145_transformations_list.html

package info (click to toggle)
mp3diags 1.5.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 21,124 kB
  • sloc: cpp: 34,487; sh: 319; makefile: 101; xml: 97; python: 14
file content (207 lines) | stat: -rw-r--r-- 11,358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="MP3, diags, diagnosis, tag editor, tagger, normalizer" />
<meta name="description" content="End-user documentation for MP3 Diags, an MP3 analysis tool that also includes correction and tag editing functionality" />
<title>MP3 Diags - Transformations - Details</title>
<link rel="stylesheet" type="text/css" media="screen" href="style.css" />
<!--[if lte IE 6]>  <link rel="stylesheet" type="text/css" href="style_ie6.css" />  <![endif]-->
<!--[if IE 7]>  <link rel="stylesheet" type="text/css" href="style_ie7.css" />  <![endif]-->
</head>

<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />

<body>

<!-- add_this_conf -->

<div class="HeaderTableText RegFnt ChpCol1">
<table width="100%" class="HeaderTable">
    <tr>
        <td border="0" class="HeaderText">
            <span class="HeaderPadLeft">
                <a href="index.html" class="RightMargin"><img src="logo.png" border="0" alt="MP3 Diags" align="middle" /></a>
                <!-- add_this_link -->
            </span>
        </td>

        <!-- sf_hosting -->
    </tr>
</table>
</div>


<!-- ========================================================================================================== -->
<!-- ========================================================================================================== -->
<!-- ========================================================================================================== -->
<!-- ========================================================================================================== -->




<div class="NavPadTable RegFnt ChpCol2">
<div style="width:100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="NavTable">
    <tr>
        <td width="30%" align="left"> <a href="140_main_window_tools.html"><img src="arrow_left_small.png" class="ImgNoBorder NavPadLeft" align="absmiddle" /></a> <a href="140_main_window_tools.html"> Main window - Tools </a> </td>
        <td width="40%" align="center" valign="middle" class="NavBarText"> <a href="030_users_guide.html">User's guide</a> - Transformations - Details </td>
        <td width="30%" align="right"> <a href="150_main_window_all_notes.html"> Main window - All notes</a> <a href="150_main_window_all_notes.html"> <img src="arrow_right_small.png" class="ImgNoBorder NavPadRight" align="absmiddle" /> </a> </td>
    </tr>
</table>
</div>
</div>


<div class="FreeNormalText RegFnt ChpCol1">
These are the transformations that are currently part of MP3 Diags (note that some are hidden by default, and you should make them visible in the <a href="292_config_visible_transf.html">configuration dialog</a> if you think you might need them):
</div>


<div class="NormalText RegFnt ChpCol1">
<table border="1" cellpadding="3" cellspacing="1" class="TableText RegFnt ChpCol1">
    <tr>
        <td> Restore flipped bit in audio </td>
        <td> Sometimes a bit gets flipped in a file. This tries to identify places having this issue in audio frame headers. If found, it fixes the problem. It is most likely to apply to old files that have 2 audio streams, but even then, the odds of it doing anything good are rather slim (but it shouldn't do anything bad either.) I implemented it first for a test, and I decided to keep it after seeing that it was able to fix audio issues in several of my old files. </td>
    </tr>
    <tr>
        <td> Remove inner non-audio </td>
        <td> Removes all non-audio data that is found between audio streams. In this context, VBRI streams are considered audio streams (while Xing streams are not.) </td>
    </tr>
    <tr>
        <td> Remove unknown streams </td>
        <td> Removes all unknown streams. </td>
    </tr>
    <tr>
        <td> Remove broken streams </td>
        <td> Removes all broken streams. </td>
    </tr>
    <tr>
        <td> Remove unsupported streams </td>
        <td> Removes all unsupported streams. </td>
    </tr>
    <tr>
        <td> Remove truncated audio streams </td>
        <td> Removes all truncated audio streams. </td>
    </tr>
    <tr>
        <td> Remove null streams </td>
        <td> Removes all null streams. </td>
    </tr>
    <tr>
        <td> Remove broken Id3V2 streams </td>
        <td> Removes broken Id3V2 streams. </td>
    </tr>
    <tr>
        <td> Remove unsupported ID3V2 streams </td>
        <td> Removes unsupported Id3V2 streams. </td>
    </tr>
    <tr>
        <td> No change </td>
        <td> Doesn't actually change the file, but it creates a temporary copy and it reports that it does change it. This is not as meaningless as it might first seem: if the configuration settings indicate some action (i.e. rename, move or erase) to be taken for processed files, then that action will be performed for these files. While the same can be achieved by changing the settings for unprocessed files, this is easier to use when it is executed on a subset of all the files (filtered or selected). </td>
    </tr>
    <tr>
        <td> Remove multiple ID3 streams </td>
        <td> If a file has multiple ID3 streams it keeps only the last ID3V1 and the first ID3V2 stream. </td>
    </tr>
    <tr>
        <td> Remove mismatched Xing headers </td>
        <td> Sometimes the number of frames in an audio stream is different from the number of frames in a preceding Xing (or Lame) header, usually because the audio stream was damaged. It's probably best for the Xing header to be removed in this case. If the audio is VBR, you may want to try "Repair VBR data" first. </td>
    </tr>
    <tr>
        <td> Pad truncated audio </td>
        <td> Pads truncated audio frames with 0 to the right. Its usefulness hasn't been determined yet (it might be quite low). </td>
    </tr>
    <tr>
        <td> Repair VBR data </td>
        <td> If a file contains VBR audio but doesn't have a Xing header, one such header is added. If a VBRI header exists, it is removed. If a Xing header exists but is determined to be incorrect, it is corrected or replaced. Only the first audio stream is considered; if a file contains more than one audio stream, this should be fixed first. </td>
    </tr>
    <tr>
        <td> Rebuild VBR data </td>
        <td> If a file contains VBR audio, any existing VBRI or Xing headers are removed and a new Xing header is created. Only the first audio stream is considered; if a file contains more than one audio stream, this should be fixed first. </td>
    </tr>
    <tr>
        <td> Remove non-basic ID3V2 frames </td>
        <td> Removes all ID3V2 frames that aren't used by MP3 Diags. You normally don't want to do such a thing, but it may help if some other program misbehaves because of invalid or unknown frames in an ID3V2 tag.</td>
    </tr>
    <tr>
        <td> Discard invalid ID3V2 data </td>
        <td> Copies only ID3V2 frames that seem valid, discarding those that are invalid (e.g. an APIC frame claiming to hold a picture although it doesn't). Handles both loadable and broken ID3V2 tags, in the latter case copying being stopped when a fatal error occurs. </td>
    </tr>
    <tr>
        <td> Convert non-ASCII ID3V2 text frames to Unicode </td>
        <td> Transforms text frames in ID3V2 encoded as Latin1 to Unicode (UTF16.) The reason to do this is that sometimes non-conforming software treats these frames as they are encoded in a different code page, causing other programs to display unexpected data. You need to <a href="290_config_transf_params.html">configure</a> the locale / codepage. </td>
    </tr>
    <tr>
        <td> Change case for ID3V2 text frames </td>
        <td> Transforms the case of text frames in ID3V2 tags, according to the <a href="290_config_transf_params.html">global settings</a>. </td>
    </tr>
    <tr>
        <td> Add composer field to the artist field in ID3V2 frames </td>
        <td> Adds the value of the composer field to the beginning of the artist field in ID3V2 frames. Useful for players that don't use the composer field, if you have the composer info filled in. </td>
    </tr>
    <tr>
        <td> Remove composer field from the artist field in ID3V2 frames </td>
        <td> "Undo" for "adding composer field." Removes the value of the composer field from the beginning of the artist field in ID3V2 frames, if it was previously added. </td>
    </tr>
    <tr>
        <td> Fill in composer field based on artist in ID3V2 frames </td>
        <td> Copies to the "Composer" field the beginning of an "Artist" field that is formatted as "Composer [Artist]". Does nothing if the "Artist" field doesn't have this format. </td>
    </tr>

    <tr>
        <td> Make the largest image "Front Cover" and remove the rest </td>
        <td> Keeps only the biggest (and supposedly the best) image in a file. The image type is set to Front Cover. (This may result in the replacement of the Front Cover image.) </td>
    </tr>
    <tr>
        <td> Copy missing ID3V2 frames from ID3V1 </td>
        <td> Copies frames from ID3V1 to ID3V2 if those tags don't exist in the destination or if the destination doesn't exist at all. </td>
    </tr>
    <tr>
        <td> Remove all ID3V1 streams </td>
        <td> Removes all ID3V1 streams. </td>
    </tr>
    <tr>
        <td> Remove all APE streams </td>
        <td> Removes all APE streams. </td>
    </tr>
    <tr>
        <td> Remove all non-audio streams </td>
        <td> Removes all non-audio streams, including Xing and LAME headers. You might want to use this if you want to start clean or if you plan to concatenate several files. In the latter case it's probably a good idea to run "Pad truncated audio" as well, but you should test it in your environment.</td>
    </tr>
    <tr>
        <td> Reserve space in ID3V2 for fast tag editing </td>
        <td> Adds extra spacing to the ID3V2 tag. This allows subsequent saving from the tag editor to complete quicker. </td>
    </tr>
    <tr>
        <td> Remove extra space from ID3V2 </td>
        <td> Removes large unused blocks from ID3V2 tags. (Usually these have been reserved for fast tag editing, in which case they should be removed only after the ID3V2 tag has all the right values.) </td>
    </tr>
</table>
</div>




<div class="NavPadTable RegFnt ChpCol2">
<div style="width:100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%" class="NavTable">
    <tr>
        <td width="30%" align="left"> <a href="140_main_window_tools.html"><img src="arrow_left_small.png" class="ImgNoBorder NavPadLeft" align="absmiddle" /></a> <a href="140_main_window_tools.html"> Main window - Tools </a> </td>
        <td width="40%" align="center" valign="middle" class="NavBarText"> <a href="030_users_guide.html">User's guide</a> - Transformations - Details </td>
        <td width="30%" align="right"> <a href="150_main_window_all_notes.html"> Main window - All notes</a> <a href="150_main_window_all_notes.html"> <img src="arrow_right_small.png" class="ImgNoBorder NavPadRight" align="absmiddle" /> </a> </td>
    </tr>
</table>
</div>
</div>



<!--QQQStatCounterQQQ-->

</body>

</html>