From 9ab221f8d82da9e2cf1503cc5db115838d766d97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20B=C5=93sch?= Date: Thu, 11 Apr 2013 18:23:18 +0200 Subject: lavfi: deprecate aconvert. This filter is not required anymore with aformat. Drop it at next bump. --- doc/faq.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/faq.texi') diff --git a/doc/faq.texi b/doc/faq.texi index a95476d7c4..4b0b09ccf2 100644 --- a/doc/faq.texi +++ b/doc/faq.texi @@ -393,17 +393,17 @@ Appending @code{:v} to it will do exactly that. Use @option{-dumpgraph -} to find out exactly where the channel layout is lost. -Most likely, it is through @code{auto-inserted aconvert}. Try to understand +Most likely, it is through @code{auto-inserted aresample}. Try to understand why the converting filter was needed at that place. Just before the output is a likely place, as @option{-f lavfi} currently only support packed S16. -Then insert the correct @code{aconvert} explicitly in the filtergraph, +Then insert the correct @code{aformat} explicitly in the filtergraph, specifying the exact format. @example -aconvert=s16:stereo:packed +aformat=sample_fmts=s16:channel_layouts=stereo @end example @section Why does FFmpeg not see the subtitles in my VOB file? -- cgit v1.2.3