diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-08-31 08:51:15 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-11 17:29:55 +0200 |
commit | 05bffc12c4faff47aabe08bafe44ee3b31ed5b47 (patch) | |
tree | 7fd91aab6d69830d8eed95940169782d35f49edf /doc | |
parent | f1f15c3c1a813c86e669aeb58a07c10d9cc21893 (diff) | |
download | ffmpeg-05bffc12c4faff47aabe08bafe44ee3b31ed5b47.tar.gz |
avconv: move audio_sample_fmt to options context.
Also document it and replace undocumented and inconsistent
'-sample_fmt list' syntax with -sample_fmts.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 3 | ||||
-rw-r--r-- | doc/fftools-common-opts.texi | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 827e0f94e5..d9c1461674 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -590,6 +590,9 @@ and is mapped to the corresponding demuxer options. Disable audio recording. @item -acodec @var{codec} Set the audio codec. This is an alias for @code{-codec:a}. +@item -sample_fmt[:@var{stream_specifier}] @var{sample_fmt} +Set the audio sample format. Use @code{-help sample_fmts} to get a list +of supported sample formats. @end table @section Advanced Audio options: diff --git a/doc/fftools-common-opts.texi b/doc/fftools-common-opts.texi index 8ffc3299ce..91e1ed7969 100644 --- a/doc/fftools-common-opts.texi +++ b/doc/fftools-common-opts.texi @@ -68,6 +68,9 @@ Show available libavfilter filters. @item -pix_fmts Show available pixel formats. +@item -sample_fmts +Show available sample formats. + @item -loglevel @var{loglevel} Set the logging level used by the library. @var{loglevel} is a number or a string containing one of the following values: |