mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add --export-picture-to option to metaflac
This commit is contained in:
@@ -342,6 +342,14 @@ manpage.1: manpage.sgml
|
||||
<para>The specification "4|-->|CD|320x300x24/173|http://blah.blah/backcover.tiff" will embed the given URL, with type 4 (back cover), description "CD", and a manually specified resolution of 320x300, 24 bits-per-pixel, and 173 colors. The file at the URL will not be fetched; the URL itself is stored in the PICTURE metadata block.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--export-picture-to=file</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Export PICTURE block to a file. Use '-' for stdout. Only one FLAC file may be specified on the command line. The first PICTURE block will be exported unless --export-picture-to is preceded by a --block-number=# option to specify the exact metadata block to extract. Note that the block number is the one shown by --list.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>--add-replay-gain</option></term>
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user