1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-01 17:02:14 +02:00

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

Found-by: Miles
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2017-03-03 13:49:14 -03:00
parent a43389547c
commit 68ee800a9d

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.