[FFmpeg-cvslog] doc/filters: amix only supports float samples

Lou Logan git at videolan.org
Tue May 27 20:26:54 CEST 2014


ffmpeg | branch: master | Lou Logan <lou at lrcd.com> | Mon May 26 12:41:38 2014 -0800| [8a64ea768be09b3fb8369fce57edfb80a02b3180] | committer: Lou Logan

doc/filters: amix only supports float samples

Signed-off-by: Lou Logan <lou at lrcd.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a64ea768be09b3fb8369fce57edfb80a02b3180
---

 doc/filters.texi |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index bcaa632..e004c44 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -697,6 +697,11 @@ ffmpeg -i input.mkv -filter_complex "[0:1][0:2][0:3][0:4][0:5][0:6] amerge=input
 
 Mixes multiple audio inputs into a single output.
 
+Note that this filter only supports float samples (the @var{amerge}
+and @var{pan} audio filters support many formats). If the @var{amix}
+input has integer samples then @ref{aresample} will be automatically
+inserted to perform the conversion to float samples.
+
 For example
 @example
 ffmpeg -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex amix=inputs=3:duration=first:dropout_transition=3 OUTPUT



More information about the ffmpeg-cvslog mailing list