Skip to content

Commit 7e3607b

Browse files
authored
Update flac.md
1 parent a5fa100 commit 7e3607b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

man/flac.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ Encoding will default to -5, -A "tukey(5e-1)" and one CPU thread.
425425
select the best compression. (Stereo only, ignored otherwise.)
426426

427427
**-M**, **\--adaptive-mid-side**
428-
: Like -m, but adaptive choice (faster, slightly weaker compression).
428+
: Like -m, but choose with a heuristic (faster, slightly weaker
429+
compression).
429430

430431
**-r** \[\#,\]\#, **\--rice-partition-order**=\[\#,\]\#
431432
: Set the \[min,\]max residual partition order (0..15). For subset
@@ -519,8 +520,10 @@ Encoding will default to -5, -A "tukey(5e-1)" and one CPU thread.
519520
i.e. the FIELD must contain only legal characters, terminated by an
520521
'equals' sign. Make sure to quote the content if necessary. This
521522
option may appear more than once to add several Vorbis comments.
522-
NOTE: all tags will be added to all encoded files. Upon re-encoding,
523-
all existing tags will be lost, not only those set with -T / \--tag.
523+
NOTE 1: All tags will be added to all encoded files.
524+
NOTE 2: Upon re-encoding a file with one or more -T or \--tag
525+
options, all tags in the input file will be ignored, not only those
526+
set with -T / \--tag.
524527

525528
**\--tag-from-file**="*FIELD=FILENAME*"
526529
: Like \--tag, except FILENAME is a file whose contents will be read

0 commit comments

Comments
 (0)