mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add --warnings-as-errors option to flac; for picture importing, allow MIME type in specification to be blank and filled in automatically; allow specification to be just the filename, with other fields filled in automatically
This commit is contained in:
@@ -83,6 +83,8 @@
|
||||
<ul>
|
||||
<li>Improved compression with no impact on format or decoding speed.</li>
|
||||
<li>Encoding and decoding speedups across the board. Encoding at -8 is twice as fast.</li>
|
||||
<li>Added a new option <span class="argument"><a href="documentation_tools_flac.html#flac_options_warnings_as_errors">-w,-@@@@@@-warnings-as-errors</a></span> for treating all warnings as errors.</li>
|
||||
<li>Allow <span class="argument"><a href="documentation_tools_flac.html#flac_options_picture">-@@@@@@-picture</a></span> option to take only a filename, and have all other attributes extracted from the file itself.</li>
|
||||
<li>Fixed a bug that caused suboptimal default compression settings in some locales (<a href="https://sourceforge.net/tracker/index.php?func=detail&aid=1608883&group_id=13478&atid=113478">SF #1608883</a>).</li>
|
||||
<li>Fixed a bug where FLAC-to-FLAC transcoding of a corrupted FLAC file would truncate the transcoded file at the first error (<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1615019&group_id=13478&atid=113478">SF #1615019</a>).</li>
|
||||
<li>Fixed a bug where using <span class="argument"><a href="documentation_tools_flac.html#flac_options_decode_through_errors">-F</a></span> with FLAC-to-FLAC transcoding of a corrupted FLAC would have no effect (<a href="http://sourceforge.net/tracker/index.php?func=detail&aid=1615391&group_id=13478&atid=113478">SF #1615391</a>).</li>
|
||||
@@ -92,6 +94,7 @@
|
||||
<li>
|
||||
metaflac:
|
||||
<ul>
|
||||
<li>Allow <span class="argument"><a href="documentation_tools_metaflac.html#metaflac_shorthand_import_picture_from">-@@@@@@-import-picture-from</a></span> option to take only a filename, and have all other attributes extracted from the file itself.</li>
|
||||
<li>(none)</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
@@ -210,6 +210,15 @@
|
||||
Do not print anything of any kind, including warnings or errors. The exit code will be the only way to determine successful completion.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<a name="flac_options_warnings_as_errors" />
|
||||
<span class="argument">-w</span>, <span class="argument">--warnings-as-errors</span>
|
||||
</td>
|
||||
<td>
|
||||
Treat all warnings as errors (which cause <span class="commandname">flac</span> to terminate with a non-zero exit code).
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<a name="flac_options_force" />
|
||||
@@ -465,12 +474,12 @@
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<a name="flac_options_picture" />
|
||||
<span class="argument">--picture=SPECIFICATION</span>
|
||||
<span class="argument">--picture={FILENAME|SPECIFICATION}</span>
|
||||
</td>
|
||||
<td>
|
||||
Import a picture and store it in a <a href="format.html#def_PICTURE"><span class="code">PICTURE</span></a> metadata block. More than one <span class="argument">--picture</span> command can be specified. The <span class="argument">SPECIFICATION</span> is a string whose parts are separated by <span class="argument">|</span> (pipe) characters. Some parts may be left empty to invoke default values. The format of <span class="argument">SPECIFICATION</span> is<br />
|
||||
Import a picture and store it in a <a href="format.html#def_PICTURE"><span class="code">PICTURE</span></a> metadata block. More than one <span class="argument">--picture</span> command can be specified. Either a filename for the picture file or a more complete specification form can be used. The <span class="argument">SPECIFICATION</span> is a string whose parts are separated by | (pipe) characters. Some parts may be left empty to invoke default values. <span class="argument">FILENAME</span> is just shorthand for <span class="argument">||||FILENAME</span>. The format of <span class="argument">SPECIFICATION</span> is<br />
|
||||
<br />
|
||||
<tt> [TYPE]|MIME-TYPE|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE</tt><br />
|
||||
<tt> [TYPE]|[MIME-TYPE]|[DESCRIPTION]|[WIDTHxHEIGHTxDEPTH[/COLORS]]|FILE</tt><br />
|
||||
<br />
|
||||
<span class="argument">TYPE</span> is optional; it is a number from one of:<br />
|
||||
<ul>
|
||||
@@ -498,7 +507,7 @@
|
||||
</ul>
|
||||
The default is 3 (front cover). There may only be one picture each of type 1 and 2 in a file.<br/>
|
||||
<br />
|
||||
<span class="argument">MIME-TYPE</span> is mandatory; for best compatibility with players, use pictures with MIME type <tt>image/jpeg</tt> or <tt>image/png</tt>. The MIME type can also be --> to mean that <span class="argument">FILE</span> is actually a URL to an image, though this use is discouraged.<br />
|
||||
<span class="argument">MIME-TYPE</span> is optional; if left blank, it will be detected from the file. For best compatibility with players, use pictures with MIME type <tt>image/jpeg</tt> or <tt>image/png</tt>. The MIME type can also be --> to mean that <span class="argument">FILE</span> is actually a URL to an image, though this use is discouraged.<br />
|
||||
<br />
|
||||
<span class="argument">DESCRIPTION</span> is optional; the default is an empty string.<br />
|
||||
<br />
|
||||
@@ -887,6 +896,7 @@
|
||||
<span class="argument">--no-seektable</span><br />
|
||||
<span class="argument">--no-silent</span><br />
|
||||
<span class="argument">--no-verify</span>
|
||||
<span class="argument">--no-warnings-as-errors</span>
|
||||
</td>
|
||||
<td>
|
||||
Can all be used to turn off a particular option.
|
||||
@@ -972,6 +982,7 @@
|
||||
<a href="#negative_options" /><span class="argument">--no-seektable</span></a><br />
|
||||
<a href="#negative_options" /><span class="argument">--no-silent</span></a><br />
|
||||
<a href="#negative_options" /><span class="argument">--no-verify</span></a><br />
|
||||
<a href="#negative_options" /><span class="argument">--no-warnings-as-errors</span></a><br />
|
||||
<a href="#flac_options_output_name" /><span class="argument">-o</span></a><br />
|
||||
<a href="#flac_options_ogg" /><span class="argument">--ogg</span></a><br />
|
||||
<a href="#flac_options_output_name" /><span class="argument">--output-name</span></a><br />
|
||||
@@ -1008,6 +1019,8 @@
|
||||
<a href="#flac_options_verify" /><span class="argument">-V</span></a><br />
|
||||
<a href="#flac_options_version" /><span class="argument">-v</span></a><br />
|
||||
<a href="#flac_options_verify" /><span class="argument">--verify</span></a><br />
|
||||
<a href="#flac_options_warnings_as_errors" /><span class="argument">-w</span></a><br />
|
||||
<a href="#flac_options_warnings_as_errors" /><span class="argument">--warnings-as-errors</span></a><br />
|
||||
<a href="#flac_options_version" /><span class="argument">--version</span></a><br />
|
||||
|
||||
</div>
|
||||
|
||||
@@ -329,7 +329,7 @@
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="right" valign="top" bgcolor="#F4F4CC">
|
||||
<a name="metaflac_shorthand_import_picture_from" />
|
||||
<span class="argument">--import-picture-from=SPECIFICATION</span>
|
||||
<span class="argument">--import-picture-from={FILENAME|SPECIFICATION}</span>
|
||||
</td>
|
||||
<td>
|
||||
Import a picture and store it in a <a href="format.html#def_PICTURE"><span class="code">PICTURE</span></a> metadata block. See the <span class="commandname">flac</span> option <span class="argument"><a href="documentation_tools_flac.html#flac_options_picture">--picture</a></span> for an explanation of the <span class="argument">SPECIFICATION</span> syntax.
|
||||
|
||||
Reference in New Issue
Block a user