diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-04-28 20:18:38 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-04-12 10:51:46 +0200 |
commit | 1047fedd0f59801fa3e7f343ad36bb59007e2412 (patch) | |
tree | 35458c896b0f24c63d943bdccabf2725dbcbca53 /doc/filters.texi | |
parent | 74439b67f2970d98f8bf701637123bbc21ce0326 (diff) | |
download | ffmpeg-1047fedd0f59801fa3e7f343ad36bb59007e2412.tar.gz |
avfilter: add Audio Video Sync Test filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 4e9b0e0111..24c2243b2a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -29282,6 +29282,43 @@ Below is a description of the currently available multimedia sources. This is the same as @ref{movie} source, except it selects an audio stream by default. +@section avsynctest +Generate an Audio/Video Sync Test. + +Generated stream periodically shows flash video frame and emits beep in audio. +Useful to inspect A/V sync issues. + +It accepts the following options: + +@table @option +@item size, s +Set output video size. Default value is @code{hd720}. + +@item framerate, fr +Set output video frame rate. Default value is @code{30}. + +@item samplerate, sr +Set output audio sample rate. Default value is @code{44100}. + +@item amplitude, a +Set output audio beep amplitude. Default value is @code{0.7}. + +@item period, p +Set output audio beep period in seconds. Default value is @code{3}. + +@item delay, dl +Set output video flash delay in number of frames. Default value is @code{0}. + +@item cycle, c +Enable cycling of video delays, by default is disabled. + +@item duration, d +Set stream output duration. By default duration is unlimited. + +@item fg, bg, ag +Set foreground/background/additional color. +@end table + @anchor{movie} @section movie |