diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-05 18:22:46 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-05-14 21:36:11 +0200 |
commit | 369cb092ecbbaff20bb0a2a1d60536c3bc04a8f0 (patch) | |
tree | c85f97db62bdaff958c535b8abf9e8bf2f6db5fb /doc/avconv.texi | |
parent | 9f26421b0be2af36b5405608f4e7429b4bd7fbdb (diff) | |
download | ffmpeg-369cb092ecbbaff20bb0a2a1d60536c3bc04a8f0.tar.gz |
avconv: add support for audio filters.
The FATE changes are all off-by-one due to different rounding being used
(lrintf vs av_rescale_q).
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index cc46e95392..511642a56d 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -435,6 +435,11 @@ Set the audio codec. This is an alias for @code{-codec:a}. @item -sample_fmt[:@var{stream_specifier}] @var{sample_fmt} (@emph{output,per-stream}) Set the audio sample format. Use @code{-sample_fmts} to get a list of supported sample formats. +@item -af @var{filter_graph} (@emph{output}) +@var{filter_graph} is a description of the filter graph to apply to +the input audio. +Use the option "-filters" to show all the available filters (including +also sources and sinks). This is an alias for @code{-filter:a}. @end table @section Advanced Audio options: |