diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2011-12-25 23:04:44 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2011-12-27 15:21:08 +0100 |
commit | 440e984b712ff02ee0fc5deb7db8d4ae57eed4fc (patch) | |
tree | 367c1f643d0a82be8bb577226151f4d972ee4e48 /doc/filters.texi | |
parent | ae21776207e8a2bbe268e7c9e203f7599dd87ddb (diff) | |
download | ffmpeg-440e984b712ff02ee0fc5deb7db8d4ae57eed4fc.tar.gz |
lavfi: add asplit filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 37fd9cdb0a..da36e8b1b8 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -224,6 +224,19 @@ expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3} @var{c4} @var{c5} @var{c6} @var{c7}]" @end table +@section asplit + +Pass on the input audio to two outputs. Both outputs are identical to +the input audio. + +For example: +@example +[in] asplit[out0], showaudio[out1] +@end example + +will create two separate outputs from the same input, one cropped and +one padded. + @section earwax Make audio easier to listen to on headphones. |