mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
add -P option
This commit is contained in:
@@ -133,6 +133,21 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-P</option> <replaceable>bytes</replaceable></term>
|
||||
|
||||
<listitem>
|
||||
<para>Tell the encoder to write a PADDING metadata
|
||||
block of the given length (in bytes) after the
|
||||
STREAMINFO block. -P 0 implies no PADDING block,
|
||||
which is the default. This is useful if you plan
|
||||
to tag the file later with an APPLICATION block;
|
||||
instead of having to rewrite the entire file later
|
||||
just to insert your block, you can write directly
|
||||
over the PADDING block.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-b</option> <replaceable>blocksize</replaceable></term>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user