diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2011-04-15 19:22:42 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2011-05-01 13:32:03 -0400 |
commit | e0b33d479cf1cb96e4300b82309e26e6f9c50d6c (patch) | |
tree | 20fdbba93368bec4d45d0814ec8d67f067485832 /doc/encoders.texi | |
parent | a28b0587455f1ed4ac9ac955cc95f95656019ce4 (diff) | |
download | ffmpeg-e0b33d479cf1cb96e4300b82309e26e6f9c50d6c.tar.gz |
ac3enc: simplify stereo rematrixing decision options
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 59337e2abe..2f3cecde66 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -353,4 +353,16 @@ HDCD A/D Converter @end table +@subheading Other AC-3 Encoding Options + +@table @option + +@item -stereo_rematrixing @var{boolean} +Stereo Rematrixing. Enables/Disables use of rematrixing for stereo input. This +is an optional AC-3 feature that increases quality by selectively encoding +the left/right channels as mid/side. This option is enabled by default, and it +is highly recommended that it be left as enabled except for testing purposes. + +@end table + @c man end ENCODERS |