diff --git a/doc/documentation.html b/doc/documentation.html index bdd16fb7..2e36b5c8 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -200,6 +200,14 @@ Allow encoder to generate non-Subset files. The resulting FLAC file may not be streamable, so you should only use this option in combination with custom encoding options meant for archival. File decoders will still be able play (and seek in) such files. + + + -P # + + + 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. + + -b # diff --git a/man/flac.sgml b/man/flac.sgml index 188a2f8a..d3ae97aa 100644 --- a/man/flac.sgml +++ b/man/flac.sgml @@ -133,6 +133,21 @@ + + bytes + + + 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. + + + blocksize