Browse Source

doc/encoders: mention valid values for compression_level when using FLAC encoder

Found-by: Miles
Signed-off-by: James Almer <jamrial@gmail.com>
tags/n3.3
James Almer 9 years ago
parent
commit
68ee800a9d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      doc/encoders.texi

+ 2
- 1
doc/encoders.texi View File

@@ -549,7 +549,8 @@ The following options are supported by FFmpeg's flac encoder.
@table @option
@item compression_level
Sets the compression level, which chooses defaults for many other options
if they are not set explicitly.
if they are not set explicitly. Valid values are from 0 to 12, 5 is the
default.

@item frame_size
Sets the size of the frames in samples per channel.


Loading…
Cancel
Save