diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-30 00:34:01 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-08-28 15:09:49 +0200 |
commit | 786dadc014fd2bb690ec254272c809c1d3f41866 (patch) | |
tree | 990cb9c2875df6afe99a858124eb5df6aa28f3b1 /doc/avtools-common-opts.texi | |
parent | 61e262f6d7b86172d56b8363dfc105f70261d233 (diff) | |
download | ffmpeg-786dadc014fd2bb690ec254272c809c1d3f41866.tar.gz |
cmdutils: add -layouts option.
Extract of the output:
| Individual channels:
| NAME DESCRIPTION
| FL front left
| FR front right
| <snip>
| SDR surround direct right
|
| Standard channel layouts:
| NAME DECOMPOSITION
| mono FC
| stereo FL+FR
| <snip>
| octagonal FL+FR+FC+BL+BR+BC+SL+SR
| downmix DL+DR
Diffstat (limited to 'doc/avtools-common-opts.texi')
-rw-r--r-- | doc/avtools-common-opts.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/avtools-common-opts.texi b/doc/avtools-common-opts.texi index 805064c854..1fc12aa966 100644 --- a/doc/avtools-common-opts.texi +++ b/doc/avtools-common-opts.texi @@ -119,6 +119,9 @@ Show available pixel formats. @item -sample_fmts Show available sample formats. +@item -layouts +Show channel names and standard channel layouts. + @item -loglevel @var{loglevel} | -v @var{loglevel} Set the logging level used by the library. @var{loglevel} is a number or a string containing one of the following values: |