From be792c085a32cd9d35cd69d164258ccd59b526ac Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 12 Aug 2014 23:34:28 +0200 Subject: af_lavcac3enc: change default bitrate to 640 No reason to use less. Since the name "default" is misleading now, replace it with "auto" (still recognize the old name). --- DOCS/man/af.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'DOCS') diff --git a/DOCS/man/af.rst b/DOCS/man/af.rst index 0512376ff2..2fede12935 100644 --- a/DOCS/man/af.rst +++ b/DOCS/man/af.rst @@ -77,10 +77,12 @@ Available filters are: ``bitrate=`` The bitrate use for the AC-3 stream. Set it to 384 to get 384 kbps. + The default is 640. Some receivers might not be able to handle this. + Valid values: 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320, 384, 448, 512, 576, 640. - The special value ``default`` selects a default bitrate based on the + The special value ``auto`` selects a default bitrate based on the input channel number: :1ch: 96 -- cgit v1.2.3