[FFmpeg-devel] [PATCH] avfilter: add adelay filter
Paul B Mahol
onemda at gmail.com
Sat Sep 14 18:54:29 CEST 2013
On 9/14/13, Timothy Gu <timothygu99 at gmail.com> wrote:
> On Sep 13, 2013 10:43 AM, "Paul B Mahol" <onemda at gmail.com> wrote:
>>
>> Signed-off-by: Paul B Mahol <onemda at gmail.com>
>> ---
>> doc/filters.texi | 15 +++
>> libavfilter/Makefile | 1 +
>> libavfilter/af_adelay.c | 296
> +++++++++++++++++++++++++++++++++++++++++++++++
>> libavfilter/allfilters.c | 1 +
>> 4 files changed, 313 insertions(+)
>> create mode 100644 libavfilter/af_adelay.c
>>
>> diff --git a/doc/filters.texi b/doc/filters.texi
>> index 7f8d1b2..d4cec8a 100644
>> --- a/doc/filters.texi
>> +++ b/doc/filters.texi
>> @@ -347,6 +347,21 @@ aconvert=u8:auto
>> @end example
>> @end itemize
>>
>> + at section adelay
>> +
>> +Delay one or more audio channels.
>> +
>> +The filter accepts the following option:
>> +
>> + at table @option
>> + at item delays
>> +Set list of delays in milliseconds for each channel.
>
> What's the delimiter?
I added it locally yesterday.
>
>> +At least one delay greater than 0 should be provided.
>> +Unused delays will be silently ignored. If number
>> +of given delays is smaller than numer of channels all
>> +remaining channels will be un-delayed.
>> + at end table
>> +
>> @section aecho
>>
>> Apply echoing to the input audio.
>
> [...]
>
> Timothy
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
More information about the ffmpeg-devel
mailing list