]> git.sesse.net Git - ffmpeg/commitdiff
Merge commit '21f7cd4acd8dc4b4796b55966dd015cb037164d8'
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Wed, 24 Feb 2016 17:02:48 +0000 (17:02 +0000)
committerDerek Buitenhuis <derek.buitenhuis@gmail.com>
Wed, 24 Feb 2016 17:02:48 +0000 (17:02 +0000)
* commit '21f7cd4acd8dc4b4796b55966dd015cb037164d8':
  lavfi: add a filter for uploading normal frames to CUDA

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
1  2 
configure
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/vf_hwupload_cuda.c

diff --combined configure
index 857b68313f3f2312cdcffdaf3595d2f2400af4fe,7c0845bc3832462244dd7b05b7fc3a0386132938..e1ead49f784e20fe0eebfcf246af1781248441ed
+++ b/configure
@@@ -1,6 -1,6 +1,6 @@@
  #!/bin/sh
  #
 -# Libav configure script
 +# FFmpeg configure script
  #
  # Copyright (c) 2000-2002 Fabrice Bellard
  # Copyright (c) 2005-2008 Diego Biurrun
@@@ -44,9 -44,9 +44,9 @@@ if test "$E1" != 0 || test "$E2" = 0; t
      echo "No compatible shell script interpreter found."
      echo "This configure script requires a POSIX-compatible shell"
      echo "such as bash or ksh."
 -    echo "THIS IS NOT A BUG IN LIBAV, DO NOT REPORT IT AS SUCH."
 +    echo "THIS IS NOT A BUG IN FFMPEG, DO NOT REPORT IT AS SUCH."
      echo "Instead, install a working POSIX-compatible shell."
 -    echo "Disabling this configure test will create a broken Libav."
 +    echo "Disabling this configure test will create a broken FFmpeg."
      if test "$BASH_VERSION" = '2.04.0(1)-release'; then
          echo "This bash version ($BASH_VERSION) is broken on your platform."
          echo "Upgrade to a later version if available."
@@@ -78,19 -78,15 +78,19 @@@ Help options
  Standard options:
    --logfile=FILE           log tests and output to FILE [config.log]
    --disable-logging        do not log configure debug information
 +  --fatal-warnings         fail if any configure warning is generated
    --prefix=PREFIX          install in PREFIX [$prefix]
    --bindir=DIR             install binaries in DIR [PREFIX/bin]
 -  --datadir=DIR            install data files in DIR [PREFIX/share/avconv]
 -  --docdir=DIR             install documentation in DIR [PREFIX/share/doc/libav]
 +  --datadir=DIR            install data files in DIR [PREFIX/share/ffmpeg]
 +  --docdir=DIR             install documentation in DIR [PREFIX/share/doc/ffmpeg]
    --libdir=DIR             install libs in DIR [PREFIX/lib]
 -  --shlibdir=DIR           install shared libs in DIR [PREFIX/lib]
 +  --shlibdir=DIR           install shared libs in DIR [LIBDIR]
    --incdir=DIR             install includes in DIR [PREFIX/include]
    --mandir=DIR             install man page in DIR [PREFIX/share/man]
 -  --enable-rpath           use rpath when linking programs [USE WITH CARE]
 +  --pkgconfigdir=DIR       install pkg-config files in DIR [LIBDIR/pkgconfig]
 +  --enable-rpath           use rpath to allow installing libraries in paths
 +                           not part of the dynamic linker search path
 +                           use rpath when linking programs [USE WITH CARE]
  
  Licensing options:
    --enable-gpl             allow use of GPL code, the resulting libs
@@@ -103,42 -99,31 +103,42 @@@ Configuration options
    --disable-static         do not build static libraries [no]
    --enable-shared          build shared libraries [no]
    --enable-small           optimize for size instead of speed
 -  --enable-runtime-cpudetect detect cpu capabilities at runtime (bigger binary)
 +  --disable-runtime-cpudetect disable detecting cpu capabilities at runtime (smaller binary)
    --enable-gray            enable full grayscale support (slower color)
    --disable-swscale-alpha  disable alpha channel support in swscale
    --disable-all            disable building components, libraries and programs
 +  --enable-incompatible-libav-abi enable incompatible Libav fork ABI [no]
 +  --enable-raise-major     increase major version numbers in sonames [no]
  
  Program options:
    --disable-programs       do not build command line programs
 -  --disable-avconv         disable avconv build
 -  --disable-avplay         disable avplay build
 -  --disable-avprobe        disable avprobe build
 -  --disable-avserver       deprecated, does nothing
 +  --disable-ffmpeg         disable ffmpeg build
 +  --disable-ffplay         disable ffplay build
 +  --disable-ffprobe        disable ffprobe build
 +  --disable-ffserver       disable ffserver build
  
 -Component options:
 +Documentation options:
    --disable-doc            do not build documentation
 +  --disable-htmlpages      do not build HTML documentation pages
 +  --disable-manpages       do not build man documentation pages
 +  --disable-podpages       do not build POD documentation pages
 +  --disable-txtpages       do not build text documentation pages
 +
 +Component options:
    --disable-avdevice       disable libavdevice build
    --disable-avcodec        disable libavcodec build
    --disable-avformat       disable libavformat build
 -  --disable-avutil         disable libavutil build
 +  --disable-swresample     disable libswresample build
    --disable-swscale        disable libswscale build
 -  --disable-avfilter       disable video filter support [no]
 -  --disable-avresample     disable libavresample build [no]
 -  --disable-pthreads       disable pthreads [auto]
 -  --disable-w32threads     disable Win32 threads [auto]
 +  --disable-postproc       disable libpostproc build
 +  --disable-avfilter       disable libavfilter build
 +  --enable-avresample      enable libavresample build [no]
 +  --disable-pthreads       disable pthreads [autodetect]
 +  --disable-w32threads     disable Win32 threads [autodetect]
 +  --disable-os2threads     disable OS/2 threads [autodetect]
    --disable-network        disable network support [no]
    --disable-dct            disable DCT code
 +  --disable-dwt            disable DWT code
    --disable-error-resilience disable error resilience code
    --disable-lsp            disable LSP code
    --disable-lzo            disable LZO decoder code
    --disable-rdft           disable RDFT code
    --disable-fft            disable FFT code
    --disable-faan           disable floating point AAN (I)DCT code
 +  --disable-pixelutils     disable pixel utils in libavutil
  
  Hardware accelerators:
 -  --enable-d3d11va         enable D3D11VA code
 -  --enable-dxva2           enable DXVA2 code
 -  --enable-vaapi           enable VAAPI code
 -  --enable-vda             enable VDA code
 -  --enable-vdpau           enable VDPAU code
 +  --disable-d3d11va        disable D3D11VA code [autodetect]
 +  --disable-dxva2          disable DXVA2 code [autodetect]
 +  --disable-vaapi          disable VAAPI code [autodetect]
 +  --disable-vda            disable VDA code [autodetect]
 +  --disable-vdpau          disable VDPAU code [autodetect]
 +  --enable-videotoolbox    enable VideoToolbox code [autodetect]
  
  Individual component options:
    --disable-everything     disable all components listed below
  
  External library support:
    --enable-avisynth        enable reading of AviSynth script files [no]
 -  --enable-bzlib           enable bzlib [autodetect]
 +  --disable-bzlib          disable bzlib [autodetect]
    --enable-cuda            enable dynamically linked CUDA [no]
 -  --enable-frei0r          enable frei0r video filtering
 -  --enable-gnutls          enable gnutls [no]
 +  --enable-chromaprint     enable audio fingerprinting with chromaprint [no]
 +  --enable-fontconfig      enable fontconfig, useful for drawtext filter [no]
 +  --enable-frei0r          enable frei0r video filtering [no]
 +  --enable-gcrypt          enable gcrypt, needed for rtmp(t)e support
 +                           if openssl, librtmp or gmp is not used [no]
 +  --enable-gmp             enable gmp, needed for rtmp(t)e support
 +                           if openssl or librtmp is not used [no]
 +  --enable-gnutls          enable gnutls, needed for https support
 +                           if openssl is not used [no]
 +  --disable-iconv          disable iconv [autodetect]
 +  --enable-ladspa          enable LADSPA audio filtering [no]
 +  --enable-libass          enable libass subtitles rendering,
 +                           needed for subtitles and ass filter [no]
 +  --enable-libbluray       enable BluRay reading using libbluray [no]
    --enable-libbs2b         enable bs2b DSP library [no]
 -  --enable-libcdio         enable audio CD grabbing with libcdio
 +  --enable-libcaca         enable textual display using libcaca [no]
 +  --enable-libcelt         enable CELT decoding via libcelt [no]
 +  --enable-libcdio         enable audio CD grabbing with libcdio [no]
    --enable-libdc1394       enable IIDC-1394 grabbing using libdc1394
                             and libraw1394 [no]
    --enable-libdcadec       enable DCA decoding via libdcadec [no]
    --enable-libfaac         enable AAC encoding via libfaac [no]
    --enable-libfdk-aac      enable AAC de/encoding via libfdk-aac [no]
 -  --enable-libfreetype     enable libfreetype [no]
 +  --enable-libflite        enable flite (voice synthesis) support via libflite [no]
 +  --enable-libfreetype     enable libfreetype, needed for drawtext filter [no]
 +  --enable-libfribidi      enable libfribidi, improves drawtext filter [no]
 +  --enable-libgme          enable Game Music Emu via libgme [no]
    --enable-libgsm          enable GSM de/encoding via libgsm [no]
 +  --enable-libiec61883     enable iec61883 via libiec61883 [no]
    --enable-libilbc         enable iLBC de/encoding via libilbc [no]
    --enable-libkvazaar      enable HEVC encoding via libkvazaar [no]
    --enable-libmfx          enable HW acceleration through libmfx
 +  --enable-libmodplug      enable ModPlug via libmodplug [no]
    --enable-libmp3lame      enable MP3 encoding via libmp3lame [no]
 +  --enable-libnut          enable NUT (de)muxing via libnut,
 +                           native (de)muxer exists [no]
    --enable-libopencore-amrnb enable AMR-NB de/encoding via libopencore-amrnb [no]
    --enable-libopencore-amrwb enable AMR-WB decoding via libopencore-amrwb [no]
    --enable-libopencv       enable video filtering via libopencv [no]
    --enable-libopenjpeg     enable JPEG 2000 de/encoding via OpenJPEG [no]
    --enable-libopus         enable Opus de/encoding via libopus [no]
    --enable-libpulse        enable Pulseaudio input via libpulse [no]
 +  --enable-librubberband   enable rubberband needed for rubberband filter [no]
    --enable-librtmp         enable RTMP[E] support via librtmp [no]
    --enable-libschroedinger enable Dirac de/encoding via libschroedinger [no]
 -  --enable-libsnappy       enable Snappy compression [no]
 +  --enable-libshine        enable fixed-point MP3 encoding via libshine [no]
 +  --enable-libsmbclient    enable Samba protocol via libsmbclient [no]
 +  --enable-libsnappy       enable Snappy compression, needed for hap encoding [no]
 +  --enable-libsoxr         enable Include libsoxr resampling [no]
    --enable-libspeex        enable Speex de/encoding via libspeex [no]
 +  --enable-libssh          enable SFTP protocol via libssh [no]
 +  --enable-libtesseract    enable Tesseract, needed for ocr filter [no]
    --enable-libtheora       enable Theora encoding via libtheora [no]
    --enable-libtwolame      enable MP2 encoding via libtwolame [no]
 -  --enable-libvo-aacenc    enable AAC encoding via libvo-aacenc [no]
 +  --enable-libutvideo      enable Ut Video encoding and decoding via libutvideo [no]
 +  --enable-libv4l2         enable libv4l2/v4l-utils [no]
 +  --enable-libvidstab      enable video stabilization using vid.stab [no]
    --enable-libvo-amrwbenc  enable AMR-WB encoding via libvo-amrwbenc [no]
 -  --enable-libvorbis       enable Vorbis encoding via libvorbis [no]
 +  --enable-libvorbis       enable Vorbis en/decoding via libvorbis,
 +                           native implementation exists [no]
    --enable-libvpx          enable VP8 and VP9 de/encoding via libvpx [no]
    --enable-libwavpack      enable wavpack encoding via libwavpack [no]
    --enable-libwebp         enable WebP encoding via libwebp [no]
    --enable-libx264         enable H.264 encoding via x264 [no]
    --enable-libx265         enable HEVC encoding via x265 [no]
    --enable-libxavs         enable AVS encoding via xavs [no]
 -  --enable-libxcb          enable X11 grabbing using XCB [no]
 -  --enable-libxcb-shm      enable X11 grabbing shm communication [auto]
 -  --enable-libxcb-xfixes   enable X11 grabbing mouse rendering [auto]
 +  --enable-libxcb          enable X11 grabbing using XCB [autodetect]
 +  --enable-libxcb-shm      enable X11 grabbing shm communication [autodetect]
 +  --enable-libxcb-xfixes   enable X11 grabbing mouse rendering [autodetect]
 +  --enable-libxcb-shape    enable X11 grabbing shape rendering [autodetect]
    --enable-libxvid         enable Xvid encoding via xvidcore,
                             native MPEG-4/Xvid encoder exists [no]
 +  --enable-libzimg         enable z.lib, needed for zscale filter [no]
 +  --enable-libzmq          enable message passing via libzmq [no]
 +  --enable-libzvbi         enable teletext support via libzvbi [no]
 +  --disable-lzma           disable lzma [autodetect]
 +  --enable-decklink        enable Blackmagic DeckLink I/O support [no]
    --enable-mmal            enable decoding via MMAL [no]
 -  --enable-nvenc           enable encoding via NVENC [no]
 -  --enable-openssl         enable openssl [no]
 +  --enable-netcdf          enable NetCDF, needed for sofalizer filter [no]
 +  --enable-nvenc           enable NVIDIA NVENC support [no]
 +  --enable-openal          enable OpenAL 1.1 capture support [no]
 +  --enable-opencl          enable OpenCL code
 +  --enable-opengl          enable OpenGL rendering [no]
 +  --enable-openssl         enable openssl, needed for https support
 +                           if gnutls is not used [no]
 +  --disable-schannel       disable SChannel SSP, needed for TLS support on
 +                           Windows if openssl and gnutls are not used [autodetect]
 +  --disable-sdl            disable sdl [autodetect]
 +  --disable-securetransport disable Secure Transport, needed for TLS support
 +                           on OSX if openssl and gnutls are not used [autodetect]
    --enable-x11grab         enable X11 grabbing (legacy) [no]
 -  --enable-zlib            enable zlib [autodetect]
 +  --disable-xlib           disable xlib [autodetect]
 +  --disable-zlib           disable zlib [autodetect]
  
  Toolchain options:
    --arch=ARCH              select architecture [$arch]
    --cpu=CPU                select the minimum required CPU (affects
                             instruction selection, may crash on older CPUs)
    --cross-prefix=PREFIX    use PREFIX for compilation tools [$cross_prefix]
 +  --progs-suffix=SUFFIX    program name suffix []
    --enable-cross-compile   assume a cross-compiler is used
    --sysroot=PATH           root of cross-build tree
    --sysinclude=PATH        location of cross-build system headers
    --target-exec=CMD        command to run executables on target
    --target-path=DIR        path to view of build directory on target
    --target-samples=DIR     path to samples directory on target
 +  --tempprefix=PATH        force fixed dir/prefix instead of mktemp for checks
    --toolchain=NAME         set tool defaults according to NAME
 -  --nm=NM                  use nm tool
 +  --nm=NM                  use nm tool NM [$nm_default]
    --ar=AR                  use archive tool AR [$ar_default]
    --as=AS                  use assembler AS [$as_default]
 +  --windres=WINDRES        use windows resource compiler WINDRES [$windres_default]
 +  --yasmexe=EXE            use yasm-compatible assembler EXE [$yasmexe_default]
    --cc=CC                  use C compiler CC [$cc_default]
 +  --cxx=CXX                use C compiler CXX [$cxx_default]
    --objcc=OCC              use ObjC compiler OCC [$cc_default]
    --dep-cc=DEPCC           use dependency generator DEPCC [$cc_default]
 -  --ld=LD                  use linker LD
 +  --ld=LD                  use linker LD [$ld_default]
    --pkg-config=PKGCONFIG   use pkg-config tool PKGCONFIG [$pkg_config_default]
    --pkg-config-flags=FLAGS pass additional flags to pkgconf []
 +  --ranlib=RANLIB          use ranlib RANLIB [$ranlib_default]
 +  --doxygen=DOXYGEN        use DOXYGEN to generate API doc [$doxygen_default]
    --host-cc=HOSTCC         use host C compiler HOSTCC
    --host-cflags=HCFLAGS    use HCFLAGS when compiling for host
    --host-cppflags=HCPPFLAGS use HCPPFLAGS when compiling for host
    --host-libs=HLIBS        use libs HLIBS when linking for host
    --host-os=OS             compiler host OS [$target_os]
    --extra-cflags=ECFLAGS   add ECFLAGS to CFLAGS [$CFLAGS]
 +  --extra-cxxflags=ECFLAGS add ECFLAGS to CXXFLAGS [$CXXFLAGS]
    --extra-objcflags=FLAGS  add FLAGS to OBJCFLAGS [$CFLAGS]
    --extra-ldflags=ELDFLAGS add ELDFLAGS to LDFLAGS [$LDFLAGS]
    --extra-ldexeflags=ELDFLAGS add ELDFLAGS to LDEXEFLAGS [$LDEXEFLAGS]
 +  --extra-ldlibflags=ELDFLAGS add ELDFLAGS to LDLIBFLAGS [$LDLIBFLAGS]
    --extra-libs=ELIBS       add ELIBS [$ELIBS]
    --extra-version=STRING   version string suffix []
    --optflags=OPTFLAGS      override optimization-related compiler flags
@@@ -352,7 -279,7 +352,7 @@@ Advanced options (experts only)
                             disable buffer boundary checking in bitreaders
                             (faster, but may crash)
    --enable-memalign-hack   emulate memalign, interferes with memory debuggers
 -  --enable-sram            allow use of on-chip SRAM
 +  --sws-max-filter-size=N  the max filter size swscale uses [$sws_max_filter_size_default]
  
  Optimization options (experts only):
    --disable-asm            disable all assembly optimizations
    --disable-fma3           disable FMA3 optimizations
    --disable-fma4           disable FMA4 optimizations
    --disable-avx2           disable AVX2 optimizations
 +  --disable-aesni          disable AESNI optimizations
    --disable-armv5te        disable armv5te optimizations
    --disable-armv6          disable armv6 optimizations
    --disable-armv6t2        disable armv6t2 optimizations
    --disable-neon           disable NEON optimizations
    --disable-inline-asm     disable use of inline assembly
    --disable-yasm           disable use of nasm/yasm assembly
 -
 -Developer options (useful when working on Libav itself):
 +  --disable-mipsdsp        disable MIPS DSP ASE R1 optimizations
 +  --disable-mipsdspr2      disable MIPS DSP ASE R2 optimizations
 +  --disable-msa            disable MSA optimizations
 +  --disable-mipsfpu        disable floating point MIPS optimizations
 +  --disable-mmi            disable Loongson SIMD optimizations
 +  --disable-fast-unaligned consider unaligned accesses slow
 +
 +Developer options (useful when working on FFmpeg itself):
    --disable-debug          disable debugging symbols
    --enable-debug=LEVEL     set the debug level [$debuglevel]
    --disable-optimizations  disable compiler optimizations
    --enable-extra-warnings  enable more compiler warnings
 +  --disable-stripping      disable stripping of executables and shared libraries
 +  --assert-level=level     0(default), 1 or 2, amount of assertion testing,
 +                           2 causes a slowdown at runtime.
 +  --enable-memory-poisoning fill heap uninitialized allocated space with arbitrary data
 +  --valgrind=VALGRIND      run "make fate" tests through valgrind to detect memory
 +                           leaks and errors, using the specified valgrind binary.
 +                           Cannot be combined with --target-exec
 +  --enable-ftrapv          Trap arithmetic overflows
    --samples=PATH           location of test samples for FATE, if not set use
 -                           \$LIBAV_SAMPLES at make invocation time.
 +                           \$FATE_SAMPLES at make invocation time.
    --enable-neon-clobber-test check NEON registers for clobbering (should be
                             used only for debugging purposes)
    --enable-xmm-clobber-test check XMM registers for clobbering (Win64-only;
@@@ -425,18 -337,6 +425,18 @@@ EO
  }
  
  quotes='""'
 +if test -t 1 && which tput >/dev/null 2>&1; then
 +    ncolors=$(tput colors)
 +    if test -n "$ncolors" && test $ncolors -ge 8; then
 +        bold_color=$(tput bold)
 +        warn_color=$(tput setaf 3)
 +        error_color=$(tput setaf 1)
 +        reset_color=$(tput sgr0)
 +    fi
 +    # 72 used instead of 80 since that's the default of pr
 +    ncols=$(tput cols)
 +fi
 +: ${ncols:=72}
  
  log(){
      echo "$@" >> $logfile
  
  log_file(){
      log BEGIN $1
 -    i=1
 -    while read line; do
 -        printf '%5s   %s\n' "${i}" "${line}"
 -        i=$(($i+1))
 -    done < $1 >> $logfile
 +    pr -n -t $1 >> $logfile
      log END $1
  }
  
 -echolog(){
 -    log "$@"
 -    echo "$@"
 -}
 -
  warn(){
      log "WARNING: $*"
      WARNINGS="${WARNINGS}WARNING: $*\n"
  }
  
  die(){
 -    echolog "$@"
 +    log "$@"
 +    echo "$error_color$bold_color$@$reset_color"
      cat <<EOF
  
  If you think configure made a mistake, make sure you are using the latest
  version from Git.  If the latest version fails, report the problem to the
 -libav-tools@libav.org mailing list or IRC #libav on irc.freenode.net.
 +ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
  EOF
      if disabled logging; then
          cat <<EOF
@@@ -470,7 -378,7 +470,7 @@@ EO
      else
          cat <<EOF
  Include the log file "$logfile" produced by configure as this will help
 -solving the problem.
 +solve the problem.
  EOF
      fi
      exit 1
@@@ -496,7 -404,7 +496,7 @@@ sh_quote()
  }
  
  cleanws(){
 -    echo "$@" | sed 's/^ *//;s/  */ /g;s/ *$//'
 +    echo "$@" | sed 's/^ *//;s/[[:space:]][[:space:]]*/ /g;s/ *$//'
  }
  
  filter(){
@@@ -580,8 -488,15 +580,8 @@@ enable()
      set_all yes $*
  }
  
 -check_requested() {
 -    for var; do
 -        eval test "x\$${var#!}_requested" = "xyes" &&  die "${var%%_*} cannot be enabled"
 -    done
 -}
 -
  disable(){
      set_all no $*
 -    check_requested $*
  }
  
  enable_weak(){
@@@ -632,13 -547,39 +632,13 @@@ enable_deep_weak()
      done
  }
  
 -do_enable_deep_force(){
 -    for var; do
 -        enabled $var && continue
 -        eval sel="\$${var}_deps\ \$${var}_deps_any\ \$${var}_select\ \$${var}_suggest\ \$${var}_select_any"
 -        pushvar var
 -        enable_deep_force $sel
 -        popvar var
 -    done
 -}
 -
 -enable_deep_force(){
 -    do_enable_deep_force $*
 -    for var; do
 -        is_in $var $ALL_COMPONENTS $COMPONENT_LIST $LIBRARY_LIST && enable $var
 -    done
 -}
 -
 -request(){
 -    disable $* # force the refresh of the dependencies
 -    for var; do
 -        enable ${var}_requested
 -    done
 -    enable_deep_force $*
 -    enable $*
 -}
 -
  enabled(){
 -    test "${1#!}" = "$1" && op== || op=!=
 +    test "${1#!}" = "$1" && op='=' || op=!=
      eval test "x\$${1#!}" $op "xyes"
  }
  
  disabled(){
 -    test "${1#!}" = "$1" && op== || op=!=
 +    test "${1#!}" = "$1" && op='=' || op=!=
      eval test "x\$${1#!}" $op "xno"
  }
  
@@@ -691,7 -632,7 +691,7 @@@ do_check_deps()
          append allopts $cfg
  
          eval dep_all="\$${cfg}_deps"
 -        eval dep_any="\$${cfg}_deps_any\ \$${cfg}_select_any"
 +        eval dep_any="\$${cfg}_deps_any"
          eval dep_sel="\$${cfg}_select"
          eval dep_sgs="\$${cfg}_suggest"
          eval dep_ifa="\$${cfg}_if"
@@@ -748,12 -689,6 +748,12 @@@ print_config()
                  } else if (file ~ /\\.mak\$/) {
                      n = -v ? \"\" : \"!\";
                      printf(\"%s%s=yes\\n\", n, c) >>file;
 +                } else if (file ~ /\\.texi\$/) {
 +                    pre = -v ? \"\" : \"@c \";
 +                    yesno = \$2;
 +                    c2 = tolower(c);
 +                    gsub(/_/, \"-\", c2);
 +                    printf(\"%s@set %s %s\\n\", pre, c2, yesno) >>file;
                  }
              }
          }"
@@@ -796,10 -731,6 +796,10 @@@ add_cflags()
      append CFLAGS $($cflags_filter "$@")
  }
  
 +add_cxxflags(){
 +    append CXXFLAGS $($cflags_filter "$@")
 +}
 +
  add_asflags(){
      append ASFLAGS $($asflags_filter "$@")
  }
@@@ -816,12 -747,8 +816,12 @@@ add_ldexeflags()
      append LDEXEFLAGS $($ldflags_filter "$@")
  }
  
 +add_ldlibflags(){
 +    append LDLIBFLAGS $($ldflags_filter "$@")
 +}
 +
  add_stripflags(){
 -    append STRIPFLAGS "$@"
 +    append ASMSTRIPFLAGS "$@"
  }
  
  add_extralibs(){
@@@ -851,11 -778,6 +851,11 @@@ check_cmd()
      "$@" >> $logfile 2>&1
  }
  
 +check_stat(){
 +    log check_stat "$@"
 +    stat "$1" >> $logfile 2>&1
 +}
 +
  cc_o(){
      eval printf '%s\\n' $CC_O
  }
@@@ -871,18 -793,11 +871,18 @@@ check_cc()
      check_cmd $cc $CPPFLAGS $CFLAGS "$@" $CC_C $(cc_o $TMPO) $TMPC
  }
  
 +check_cxx(){
 +    log check_cxx "$@"
 +    cat > $TMPCPP
 +    log_file $TMPCPP
 +    check_cmd $cxx $CPPFLAGS $CFLAGS $CXXFLAGS "$@" $CXX_C -o $TMPO $TMPCPP
 +}
 +
  check_objcc(){
      log check_objcc "$@"
 -    cat > $TMPC
 -    log_file $TMPC
 -    check_cmd $objcc $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPC
 +    cat > $TMPM
 +    log_file $TMPM
 +    check_cmd $objcc -Werror=missing-prototypes $CPPFLAGS $CFLAGS $OBJCFLAGS "$@" $OBJCC_C $(cc_o $TMPO) $TMPM
  }
  
  check_cpp(){
@@@ -925,7 -840,7 +925,7 @@@ check_yasm()
      echo "$1" > $TMPS
      log_file $TMPS
      shift 1
 -    check_cmd $yasmexe $YASMFLAGS "$@" -o $TMPO $TMPS
 +    check_cmd $yasmexe $YASMFLAGS -Werror "$@" -o $TMPO $TMPS
  }
  
  ld_o(){
  
  check_ld(){
      log check_ld "$@"
 -    flags=$(filter_out '-l*' "$@")
 -    libs=$(filter '-l*' "$@")
 -    check_cc $($cflags_filter $flags) || return
 +    type=$1
 +    shift 1
 +    flags=$(filter_out '-l*|*.so' $@)
 +    libs=$(filter '-l*|*.so' $@)
 +    check_$type $($cflags_filter $flags) || return
      flags=$($ldflags_filter $flags)
      libs=$($ldflags_filter $libs)
      check_cmd $ld $LDFLAGS $flags $(ld_o $TMPE) $TMPO $libs $extralibs
@@@ -985,14 -898,6 +985,14 @@@ check_cflags()
      test_cflags "$@" && add_cflags "$@"
  }
  
 +check_cxxflags(){
 +    log check_cxxflags "$@"
 +    set -- $($cflags_filter "$@")
 +    check_cxx "$@" <<EOF && append CXXFLAGS "$@"
 +int x;
 +EOF
 +}
 +
  test_objcflags(){
      log test_cflags "$@"
      set -- $($cflags_filter "$@")
@@@ -1008,7 -913,7 +1008,7 @@@ check_objcflags()
  
  test_ldflags(){
      log test_ldflags "$@"
 -    check_ld "$@" <<EOF
 +    check_ld "cc" "$@" <<EOF
  int main(void){ return 0; }
  EOF
  }
@@@ -1024,7 -929,7 +1024,7 @@@ test_stripflags()
      check_cc <<EOF
  int main(void) { return 0; }
  EOF
 -    check_cmd $strip $STRIPFLAGS "$@" $TMPO
 +    check_cmd $strip $ASMSTRIPFLAGS "$@" $TMPO
  }
  
  check_stripflags(){
@@@ -1043,44 -948,17 +1043,44 @@@ int x
  EOF
  }
  
 +check_header_objcc(){
 +    log check_header_objcc "$@"
 +    rm -f -- "$TMPO"
 +    header=$1
 +    shift
 +    disable_safe $header
 +    {
 +       echo "#include <$header>"
 +       echo "int main(void) { return 0; }"
 +    } | check_objcc && check_stat "$TMPO" && enable_safe $headers
 +}
 +
  check_func(){
      log check_func "$@"
      func=$1
      shift
      disable $func
 -    check_ld "$@" <<EOF && enable $func
 +    check_ld "cc" "$@" <<EOF && enable $func
  extern int $func();
  int main(void){ $func(); }
  EOF
  }
  
 +check_complexfunc(){
 +    log check_complexfunc "$@"
 +    func=$1
 +    narg=$2
 +    shift 2
 +    test $narg = 2 && args="f, g" || args="f * I"
 +    disable $func
 +    check_ld "cc" "$@" <<EOF && enable $func
 +#include <complex.h>
 +#include <math.h>
 +float foo(complex float f, complex float g) { return $func($args); }
 +int main(void){ return (int) foo; }
 +EOF
 +}
 +
  check_mathfunc(){
      log check_mathfunc "$@"
      func=$1
      shift 2
      test $narg = 2 && args="f, g" || args="f"
      disable $func
 -    check_ld "$@" <<EOF && enable $func
 +    check_ld "cc" "$@" <<EOF && enable $func
  #include <math.h>
  float foo(float f, float g) { return $func($args); }
 -int main(void){ return 0; }
 +int main(void){ return (int) foo; }
  EOF
  }
  
@@@ -1108,26 -986,7 +1108,26 @@@ check_func_headers()
              echo "long check_$func(void) { return (long) $func; }"
          done
          echo "int main(void) { return 0; }"
 -    } | check_ld "$@" && enable $funcs && enable_safe $headers
 +    } | check_ld "cc" "$@" && enable $funcs && enable_safe $headers
 +}
 +
 +check_class_headers_cpp(){
 +    log check_class_headers_cpp "$@"
 +    headers=$1
 +    classes=$2
 +    shift 2
 +    {
 +        for hdr in $headers; do
 +            echo "#include <$hdr>"
 +        done
 +        echo "int main(void) { "
 +        i=1
 +        for class in $classes; do
 +            echo "$class obj$i;"
 +            i=$(expr $i + 1)
 +        done
 +        echo "return 0; }"
 +    } | check_ld "cxx" "$@" && enable $funcs && enable_safe $headers
  }
  
  check_cpp_condition(){
@@@ -1159,22 -1018,13 +1159,22 @@@ check_lib2()
      check_func_headers "$headers" "$funcs" "$@" && add_extralibs "$@"
  }
  
 +check_lib_cpp(){
 +    log check_lib_cpp "$@"
 +    headers="$1"
 +    classes="$2"
 +    shift 2
 +    check_class_headers_cpp "$headers" "$classes" "$@" && add_extralibs "$@"
 +}
 +
  check_pkg_config(){
      log check_pkg_config "$@"
 -    pkg="$1"
 +    pkgandversion="$1"
 +    pkg="${1%% *}"
      headers="$2"
      funcs="$3"
      shift 3
 -    check_cmd $pkg_config --exists --print-errors $pkg || return
 +    check_cmd $pkg_config --exists --print-errors $pkgandversion || return
      pkg_cflags=$($pkg_config --cflags $pkg_config_flags $pkg)
      pkg_libs=$($pkg_config --libs $pkg_config_flags $pkg)
      check_func_headers "$headers" "$funcs" $pkg_cflags $pkg_libs "$@" &&
  }
  
  check_exec(){
 -    check_ld "$@" && { enabled cross_compile || $TMPE >> $logfile 2>&1; }
 +    check_ld "cc" "$@" && { enabled cross_compile || $TMPE >> $logfile 2>&1; }
  }
  
  check_exec_crash(){
@@@ -1243,7 -1093,7 +1243,7 @@@ check_builtin()
      builtin=$3
      shift 3
      disable "$name"
 -    check_code ld "$headers" "$builtin" "$@" && enable "$name"
 +    check_code ld "$headers" "$builtin" "cc" "$@" && enable "$name"
  }
  
  check_compile_assert(){
@@@ -1272,41 -1122,9 +1272,41 @@@ require2()
      check_lib2 "$headers" $func "$@" || die "ERROR: $name not found"
  }
  
 -require_pkg_config(){
 +require_cpp(){
 +    name="$1"
 +    headers="$2"
 +    classes="$3"
 +    shift 3
 +    check_lib_cpp "$headers" "$classes" "$@" || die "ERROR: $name not found"
 +}
 +
 +use_pkg_config(){
      pkg="$1"
 -    check_pkg_config "$@" || die "ERROR: $pkg not found"
 +    check_pkg_config "$@" || return 1
 +    add_cflags    $(get_safe "${pkg}_cflags")
 +    add_extralibs $(get_safe "${pkg}_libs")
 +}
 +
 +require_pkg_config(){
 +    use_pkg_config "$@" || die "ERROR: $pkg not found using pkg-config$pkg_config_fail_message"
 +}
 +
 +require_libfreetype(){
 +    log require_libfreetype "$@"
 +    pkg="freetype2"
 +    check_cmd $pkg_config --exists --print-errors $pkg \
 +      || die "ERROR: $pkg not found"
 +    pkg_cflags=$($pkg_config --cflags $pkg_config_flags $pkg)
 +    pkg_libs=$($pkg_config --libs $pkg_config_flags $pkg)
 +    {
 +        echo "#include <ft2build.h>"
 +        echo "#include FT_FREETYPE_H"
 +        echo "long check_func(void) { return (long) FT_Init_FreeType; }"
 +        echo "int main(void) { return 0; }"
 +    } | check_ld "cc" $pkg_cflags $pkg_libs \
 +      && set_safe "${pkg}_cflags" $pkg_cflags \
 +      && set_safe "${pkg}_libs"   $pkg_libs \
 +      || die "ERROR: $pkg not found"
      add_cflags    $(get_safe "${pkg}_cflags")
      add_extralibs $(get_safe "${pkg}_libs")
  }
@@@ -1361,6 -1179,12 +1361,6 @@@ check_host_cpp_condition()
  EOF
  }
  
 -apply(){
 -    file=$1
 -    shift
 -    "$@" < "$file" > "$file.tmp" && mv "$file.tmp" "$file" || rm "$file.tmp"
 -}
 -
  cp_if_changed(){
      cmp -s "$1" "$2" && echo "$2 is unchanged" && return
      mkdir -p "$(dirname $2)"
@@@ -1404,60 -1228,33 +1404,60 @@@ COMPONENT_LIST=
  "
  
  EXAMPLE_LIST="
 -    avcodec_example
 +    avio_reading_example
 +    avio_dir_cmd_example
 +    decoding_encoding_example
 +    demuxing_decoding_example
 +    extract_mvs_example
      filter_audio_example
 +    filtering_audio_example
 +    filtering_video_example
      metadata_example
 -    output_example
 +    muxing_example
      qsvdec_example
 +    remuxing_example
 +    resampling_audio_example
 +    scaling_video_example
      transcode_aac_example
 +    transcoding_example
  "
  
  EXTERNAL_LIBRARY_LIST="
      avisynth
      bzlib
 +    chromaprint
 +    crystalhd
      cuda
 +    decklink
      frei0r
 +    gcrypt
 +    gmp
      gnutls
 +    iconv
 +    ladspa
 +    libass
 +    libbluray
      libbs2b
 +    libcaca
      libcdio
 +    libcelt
      libdc1394
      libdcadec
      libfaac
      libfdk_aac
 +    libflite
      libfontconfig
      libfreetype
 +    libfribidi
 +    libgme
      libgsm
 +    libiec61883
      libilbc
      libkvazaar
      libmfx
 +    libmodplug
      libmp3lame
 +    libnut
      libopencore_amrnb
      libopencore_amrwb
      libopencv
      libopus
      libpulse
      librtmp
 +    librubberband
      libschroedinger
 +    libshine
 +    libsmbclient
      libsnappy
 +    libsoxr
      libspeex
 +    libssh
 +    libtesseract
      libtheora
      libtwolame
 -    libvo_aacenc
 +    libutvideo
 +    libv4l2
 +    libvidstab
      libvo_amrwbenc
      libvorbis
      libvpx
      libxavs
      libxcb
      libxcb_shm
 +    libxcb_shape
      libxcb_xfixes
      libxvid
 +    libzimg
 +    libzmq
 +    libzvbi
 +    lzma
      mmal
 +    netcdf
      nvenc
 +    openal
 +    opencl
 +    opengl
      openssl
 +    schannel
 +    sdl
 +    securetransport
      x11grab
 +    xlib
      zlib
  "
  
 +DOCUMENT_LIST="
 +    doc
 +    htmlpages
 +    manpages
 +    podpages
 +    txtpages
 +"
 +
  FEATURE_LIST="
 +    ftrapv
      gray
      hardcoded_tables
      runtime_cpudetect
      safe_bitstream_reader
      shared
      small
 -    sram
      static
      swscale_alpha
  "
@@@ -1538,8 -1306,6 +1538,8 @@@ HWACCEL_LIST=
      vaapi
      vda
      vdpau
 +    videotoolbox
 +    xvmc
  "
  
  LIBRARY_LIST="
      avformat
      avresample
      avutil
 +    postproc
 +    swresample
      swscale
  "
  
@@@ -1561,30 -1325,26 +1561,30 @@@ LICENSE_LIST=
  "
  
  PROGRAM_LIST="
 -    avconv
 -    avplay
 -    avprobe
 +    ffplay
 +    ffprobe
 +    ffserver
 +    ffmpeg
  "
  
  SUBSYSTEM_LIST="
      dct
 -    doc
 +    dwt
      error_resilience
      faan
 +    fast_unaligned
      fft
      lsp
      lzo
      mdct
 +    pixelutils
      network
      rdft
  "
  
  CONFIG_LIST="
      $COMPONENT_LIST
 +    $DOCUMENT_LIST
      $EXAMPLE_LIST
      $EXTERNAL_LIBRARY_LIST
      $FEATURE_LIST
      $LIBRARY_LIST
      $PROGRAM_LIST
      $SUBSYSTEM_LIST
 +    fontconfig
 +    incompatible_libav_abi
      memalign_hack
 +    memory_poisoning
      neon_clobber_test
      pic
      pod2man
 -    texi2html
 +    raise_major
      thumb
      valgrind_backtrace
      xmm_clobber_test
  
  THREADS_LIST="
      pthreads
 +    os2threads
      w32threads
  "
  
@@@ -1653,28 -1409,9 +1653,28 @@@ ARCH_EXT_LIST_ARM=
      neon
      vfp
      vfpv3
 +    setend
 +"
 +
 +ARCH_EXT_LIST_MIPS="
 +    mipsfpu
 +    mips32r2
 +    mips64r2
 +    mips32r6
 +    mips64r6
 +    mipsdsp
 +    mipsdspr2
 +    msa
 +"
 +
 +ARCH_EXT_LIST_LOONGSON="
 +    loongson2
 +    loongson3
 +    mmi
  "
  
  ARCH_EXT_LIST_X86_SIMD="
 +    aesni
      amd3dnow
      amd3dnowext
      avx
@@@ -1707,12 -1444,22 +1707,12 @@@ ARCH_EXT_LIST_X86=
      i686
  "
  
 -ARCH_EXT_LIST_MIPS="
 -    loongson
 -    mips32r1
 -    mips64r1
 -    mips32r2
 -    mips64r2
 -    mips32r6
 -    mips64r6
 -"
 -
  ARCH_EXT_LIST="
      $ARCH_EXT_LIST_ARM
 -    $ARCH_EXT_LIST_MIPS
      $ARCH_EXT_LIST_PPC
      $ARCH_EXT_LIST_X86
 -    vis
 +    $ARCH_EXT_LIST_MIPS
 +    $ARCH_EXT_LIST_LOONGSON
  "
  
  ARCH_FEATURES="
      fast_cmov
      local_aligned_8
      local_aligned_16
 +    local_aligned_32
      simd_align_16
  "
  
  BUILTIN_LIST="
      atomic_cas_ptr
 +    atomic_compare_exchange
      machine_rw_barrier
      MemoryBarrier
      mm_empty
      rdtsc
 +    sarestart
 +    sem_timedwait
      sync_val_compare_and_swap
  "
  HAVE_LIST_CMDLINE="
  HAVE_LIST_PUB="
      bigendian
      fast_unaligned
 +    incompatible_libav_abi
  "
  
  HEADERS_LIST="
 -    AVFoundation_AVFoundation_h
      alsa_asoundlib_h
      altivec_h
      arpa_inet_h
 +    asm_types_h
      cdio_paranoia_h
      cdio_paranoia_paranoia_h
 +    dispatch_dispatch_h
      dev_bktr_ioctl_bt848_h
      dev_bktr_ioctl_meteor_h
      dev_ic_bt8xx_h
      dev_video_bktr_ioctl_bt848_h
      dev_video_meteor_ioctl_meteor_h
      direct_h
 +    dirent_h
      dlfcn_h
      d3d11_h
      dxva_h
 +    ES2_gl_h
      gsm_h
      io_h
      mach_mach_time_h
      machine_ioctl_bt848_h
      machine_ioctl_meteor_h
      malloc_h
 +    opencv2_core_core_c_h
 +    openjpeg_2_1_openjpeg_h
 +    openjpeg_2_0_openjpeg_h
 +    openjpeg_1_5_openjpeg_h
 +    OpenGL_gl3_h
      poll_h
      sndio_h
      soundcard_h
      sys_time_h
      sys_un_h
      sys_videoio_h
 +    termios_h
 +    udplite_h
      unistd_h
      valgrind_valgrind_h
      windows_h
@@@ -1802,24 -1534,14 +1802,24 @@@ INTRINSICS_LIST=
      intrinsics_neon
  "
  
 +COMPLEX_FUNCS="
 +    cabs
 +    cexp
 +"
 +
  MATH_FUNCS="
      atanf
      atan2f
 +    cbrt
      cbrtf
 +    copysign
      cosf
 +    erf
      exp2
      exp2f
      expf
 +    hypot
 +    isfinite
      isinf
      isnan
      ldexpf
  "
  
  SYSTEM_FUNCS="
 +    access
      aligned_malloc
 +    arc4random
      clock_gettime
      closesocket
      CommandLineToArgvW
      getrusage
      GetSystemTimeAsFileTime
      gettimeofday
 +    glob
 +    glXGetProcAddress
      gmtime_r
      inet_aton
      isatty
      jack_port_get_latency_range
 -    LoadLibrary
 +    kbhit
      localtime_r
 +    lstat
 +    lzo1x_999_compress
      mach_absolute_time
      MapViewOfFile
      memalign
      mmap
      mprotect
      nanosleep
 +    PeekNamedPipe
      posix_memalign
 +    pthread_cancel
      sched_getaffinity
      SetConsoleTextAttribute
 +    SetConsoleCtrlHandler
      setmode
      setrlimit
      Sleep
      sysconf
      sysctl
      usleep
 +    UTGetOSTypeFromString
      VirtualAlloc
 +    wglGetProcAddress
  "
  
  TOOLCHAIN_FEATURES="
      ebp_available
      ebx_available
      gnu_as
 +    gnu_windres
      ibm_asm
 +    inline_asm_direct_symbol_refs
      inline_asm_labels
 +    inline_asm_nonlocal_labels
      pragma_deprecated
 +    rsync_contimeout
      symver_asm_label
      symver_gnu_asm
      vfp_args
@@@ -1929,11 -1636,9 +1929,11 @@@ TYPES_LIST=
      struct_ipv6_mreq
      struct_pollfd
      struct_rusage_ru_maxrss
 +    struct_sctp_event_subscribe
      struct_sockaddr_in6
      struct_sockaddr_sa_len
      struct_sockaddr_storage
 +    struct_stat_st_mtim_tv_nsec
      struct_v4l2_frmivalenum_discrete
  "
  
@@@ -1944,7 -1649,6 +1944,7 @@@ HAVE_LIST=
      $ARCH_FEATURES
      $ATOMICS_LIST
      $BUILTIN_LIST
 +    $COMPLEX_FUNCS
      $HAVE_LIST_CMDLINE
      $HAVE_LIST_PUB
      $HEADERS_LIST
      atomics_native
      dos_paths
      dxva2_lib
 +    dxva2api_cobj
      libc_msvcrt
      libdc1394_1
      libdc1394_2
 +    makeinfo
 +    makeinfo_html
 +    perl
 +    pod2man
      sdl
      section_data_rel_ro
 +    texi2html
      threads
      vaapi_x11
      vdpau_x11
 +    winrt
      xlib
  "
  
@@@ -1986,14 -1683,14 +1986,14 @@@ CONFIG_EXTRA=
      cabac
      dirac_parse
      dvprofile
 +    exif
      faandct
      faanidct
      fdctdsp
      flacdsp
      fmtconvert
 +    frame_thread_encoder
      g722dsp
 -    gcrypt
 -    gmp
      golomb
      gplv3
      h263dsp
      intrax8
      ividsp
      jpegtables
 -    libx262
      lgplv3
 +    libx262
 +    llauddsp
 +    llviddsp
      lpc
      lzf
      me_cmp
@@@ -2062,7 -1757,6 +2062,7 @@@ CMDLINE_SELECT=
      lto
      optimizations
      rpath
 +    stripping
  "
  
  PATHS_LIST="
      incdir
      libdir
      mandir
 +    pkgconfigdir
      prefix
      shlibdir
  "
@@@ -2082,26 -1775,21 +2082,26 @@@ CMDLINE_SET=
      ar
      arch
      as
 +    assert_level
      build_suffix
      cc
      objcc
      cpu
      cross_prefix
      custom_allocator
 +    cxx
      dep_cc
 +    doxygen
      env
      extra_version
 +    gas
      host_cc
      host_cflags
      host_ld
      host_ldflags
      host_libs
      host_os
 +    install
      ld
      logfile
      malloc_prefix
      optflags
      pkg_config
      pkg_config_flags
 +    progs_suffix
      random_seed
 +    ranlib
      samples
 +    strip
 +    sws_max_filter_size
      sysinclude
      sysroot
      target_exec
      target_os
      target_path
      target_samples
 +    tempprefix
      toolchain
 +    valgrind
 +    yasmexe
  "
  
  CMDLINE_APPEND="
      extra_cflags
 +    extra_cxxflags
      extra_objcflags
      host_cppflags
  "
@@@ -2146,23 -1826,10 +2146,23 @@@ neon_deps_any="aarch64 arm
  intrinsics_neon_deps="neon"
  vfp_deps_any="aarch64 arm"
  vfpv3_deps="vfp"
 +setend_deps="arm"
  
  map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
  
 +mipsfpu_deps="mips"
 +mipsdsp_deps="mips"
 +mipsdspr2_deps="mips"
 +mips32r2_deps="mips"
 +mips32r6_deps="mips"
 +mips64r2_deps="mips"
 +mips64r6_deps="mips"
 +msa_deps="mips"
 +mmi_deps="mips"
 +
  altivec_deps="ppc"
 +dcbzl_deps="ppc"
 +ldbrx_deps="ppc"
  ppc4xx_deps="ppc"
  vsx_deps="altivec"
  power8_deps="vsx"
@@@ -2182,7 -1849,6 +2182,7 @@@ sse3_deps="sse2
  ssse3_deps="sse3"
  sse4_deps="ssse3"
  sse42_deps="sse4"
 +aesni_deps="sse42"
  avx_deps="sse42"
  xop_deps="avx"
  fma3_deps="avx"
@@@ -2211,7 -1877,7 +2211,7 @@@ symver_if_any="symver_asm_label symver_
  valgrind_backtrace_deps="!optimizations valgrind_valgrind_h"
  
  # threading support
 -atomics_gcc_if="sync_val_compare_and_swap"
 +atomics_gcc_if_any="sync_val_compare_and_swap atomic_compare_exchange"
  atomics_suncc_if="atomic_cas_ptr machine_rw_barrier"
  atomics_win32_if="MemoryBarrier"
  atomics_native_if_any="$ATOMICS_LIST"
@@@ -2224,26 -1890,25 +2224,26 @@@ dirac_parse_select="golomb
  error_resilience_select="me_cmp"
  faandct_deps="faan fdctdsp"
  faanidct_deps="faan idctdsp"
 +frame_thread_encoder_deps="encoders threads"
  intrax8_select="error_resilience"
  mdct_select="fft"
 -rdft_select="fft"
  me_cmp_select="fdctdsp idctdsp pixblockdsp"
  mpeg_er_select="error_resilience"
  mpegaudio_select="mpegaudiodsp"
  mpegaudiodsp_select="dct"
 -mpegvideo_select="blockdsp hpeldsp idctdsp me_cmp videodsp"
 +mpegvideo_select="blockdsp h264chroma hpeldsp idctdsp me_cmp mpeg_er videodsp"
  mpegvideoenc_select="me_cmp mpegvideo pixblockdsp qpeldsp"
 -nvenc_deps_any="dlopen LoadLibrary"
 -nvenc_extralibs='$ldl'
  qsvdec_select="qsv"
  qsvenc_select="qsv"
 +rdft_select="fft"
  
  # decoders / encoders
  aac_decoder_select="imdct15 mdct sinewin"
 -aac_encoder_select="audio_frame_queue iirfilter mdct sinewin"
 +aac_fixed_decoder_select="mdct sinewin"
 +aac_encoder_select="audio_frame_queue iirfilter lpc mdct sinewin"
  aac_latm_decoder_select="aac_decoder aac_latm_parser"
  ac3_decoder_select="ac3_parser ac3dsp bswapdsp fmtconvert mdct"
 +ac3_fixed_decoder_select="ac3_parser ac3dsp bswapdsp mdct"
  ac3_encoder_select="ac3dsp audiodsp mdct me_cmp"
  ac3_fixed_encoder_select="ac3dsp audiodsp mdct me_cmp"
  adpcm_g722_decoder_select="g722dsp"
@@@ -2253,11 -1918,8 +2253,11 @@@ alac_encoder_select="lpc
  als_decoder_select="bswapdsp"
  amrnb_decoder_select="lsp"
  amrwb_decoder_select="lsp"
 -amv_decoder_select="sp5x_decoder"
 -ape_decoder_select="bswapdsp"
 +amv_decoder_select="sp5x_decoder exif"
 +amv_encoder_select="aandcttables jpegtables mpegvideoenc"
 +ape_decoder_select="bswapdsp llauddsp"
 +apng_decoder_select="zlib"
 +apng_encoder_select="huffyuvencdsp zlib"
  asv1_decoder_select="blockdsp bswapdsp idctdsp"
  asv1_encoder_select="bswapdsp fdctdsp pixblockdsp"
  asv2_decoder_select="blockdsp bswapdsp idctdsp"
@@@ -2265,7 -1927,6 +2265,7 @@@ asv2_encoder_select="bswapdsp fdctdsp p
  atrac1_decoder_select="mdct sinewin"
  atrac3_decoder_select="mdct"
  atrac3p_decoder_select="mdct sinewin"
 +avrn_decoder_select="exif jpegtables"
  bink_decoder_select="blockdsp hpeldsp"
  binkaudio_dct_decoder_select="mdct rdft dct sinewin wma_freqs"
  binkaudio_rdft_decoder_select="mdct rdft sinewin wma_freqs"
@@@ -2275,21 -1936,20 +2275,21 @@@ comfortnoise_encoder_select="lpc
  cook_decoder_select="audiodsp mdct sinewin"
  cscd_decoder_select="lzo"
  cscd_decoder_suggest="zlib"
 -dca_decoder_select="fmtconvert mdct"
 +dca_decoder_select="mdct"
  dds_decoder_select="texturedsp"
 +dirac_decoder_select="dirac_parse dwt golomb videodsp mpegvideoenc"
  dnxhd_decoder_select="blockdsp idctdsp"
  dnxhd_encoder_select="aandcttables blockdsp fdctdsp idctdsp mpegvideoenc pixblockdsp"
  dvvideo_decoder_select="dvprofile idctdsp"
  dvvideo_encoder_select="dvprofile fdctdsp me_cmp pixblockdsp"
 -dxa_decoder_deps="zlib"
 +dxa_decoder_select="zlib"
  dxv_decoder_select="lzf texturedsp"
  eac3_decoder_select="ac3_decoder"
  eac3_encoder_select="ac3_encoder"
  eamad_decoder_select="aandcttables blockdsp bswapdsp idctdsp mpegvideo"
 -eatgq_decoder_select="aandcttables idctdsp"
 +eatgq_decoder_select="aandcttables"
  eatqi_decoder_select="aandcttables blockdsp bswapdsp idctdsp"
 -exr_decoder_deps="zlib"
 +exr_decoder_select="zlib"
  ffv1_decoder_select="golomb rangecoder"
  ffv1_encoder_select="rangecoder"
  ffvhuff_decoder_select="huffyuv_decoder"
@@@ -2297,25 -1957,24 +2297,25 @@@ ffvhuff_encoder_select="huffyuv_encoder
  fic_decoder_select="golomb"
  flac_decoder_select="flacdsp golomb"
  flac_encoder_select="bswapdsp flacdsp golomb lpc"
 -flashsv_decoder_deps="zlib"
 -flashsv_encoder_deps="zlib"
 -flashsv2_decoder_deps="zlib"
 +flashsv2_decoder_select="zlib"
 +flashsv2_encoder_select="zlib"
 +flashsv_decoder_select="zlib"
 +flashsv_encoder_select="zlib"
  flv_decoder_select="h263_decoder"
  flv_encoder_select="h263_encoder"
  fourxm_decoder_select="blockdsp bswapdsp"
  fraps_decoder_select="bswapdsp huffman"
 -g2m_decoder_deps="zlib"
 -g2m_decoder_select="blockdsp idctdsp jpegtables"
 -h261_decoder_select="mpeg_er mpegvideo"
 +g2m_decoder_select="blockdsp idctdsp jpegtables zlib"
 +g729_decoder_select="audiodsp"
 +h261_decoder_select="mpegvideo"
  h261_encoder_select="aandcttables mpegvideoenc"
 -h263_decoder_select="error_resilience h263_parser h263dsp mpeg_er mpegvideo qpeldsp"
 +h263_decoder_select="h263_parser h263dsp mpegvideo qpeldsp"
  h263_encoder_select="aandcttables h263dsp mpegvideoenc"
  h263i_decoder_select="h263_decoder"
 +h263p_decoder_select="h263_decoder"
  h263p_encoder_select="h263_encoder"
  h264_decoder_select="cabac golomb h264chroma h264dsp h264pred h264qpel startcode videodsp"
  h264_decoder_suggest="error_resilience"
 -h264_nvenc_encoder_deps="nvenc"
  h264_qsv_decoder_deps="libmfx"
  h264_qsv_decoder_select="h264_mp4toannexb_bsf h264_parser qsvdec h264_qsv_hwaccel"
  h264_qsv_encoder_deps="libmfx"
@@@ -2324,12 -1983,13 +2324,12 @@@ hap_decoder_select="snappy texturedsp
  hap_encoder_deps="libsnappy"
  hap_encoder_select="texturedspenc"
  hevc_decoder_select="bswapdsp cabac golomb videodsp"
 -hevc_nvenc_encoder_deps="nvenc"
 -hevc_qsv_encoder_deps="libmfx"
  hevc_qsv_decoder_deps="libmfx"
  hevc_qsv_decoder_select="hevc_mp4toannexb_bsf hevc_parser qsvdec hevc_qsv_hwaccel"
 +hevc_qsv_encoder_deps="libmfx"
  hevc_qsv_encoder_select="qsvenc"
 -huffyuv_decoder_select="bswapdsp huffyuvdsp"
 -huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp"
 +huffyuv_decoder_select="bswapdsp huffyuvdsp llviddsp"
 +huffyuv_encoder_select="bswapdsp huffman huffyuvencdsp llviddsp"
  iac_decoder_select="imc_decoder"
  imc_decoder_select="bswapdsp fft mdct sinewin"
  indeo3_decoder_select="hpeldsp"
@@@ -2345,7 -2005,7 +2345,7 @@@ loco_decoder_select="golomb
  mdec_decoder_select="blockdsp idctdsp mpegvideo"
  metasound_decoder_select="lsp mdct sinewin"
  mimic_decoder_select="blockdsp bswapdsp hpeldsp idctdsp"
 -mjpeg_decoder_select="blockdsp hpeldsp idctdsp jpegtables"
 +mjpeg_decoder_select="blockdsp hpeldsp exif idctdsp jpegtables"
  mjpeg_encoder_select="aandcttables jpegtables mpegvideoenc"
  mjpegb_decoder_select="mjpeg_decoder"
  mlp_decoder_select="mlp_parser"
@@@ -2364,13 -2024,12 +2364,13 @@@ mpc7_decoder_select="bswapdsp mpegaudio
  mpc8_decoder_select="mpegaudiodsp"
  mpeg_xvmc_decoder_deps="X11_extensions_XvMClib_h"
  mpeg_xvmc_decoder_select="mpeg2video_decoder"
 -mpeg1video_decoder_select="error_resilience mpeg_er mpegvideo"
 -mpeg1video_encoder_select="aandcttables mpegvideoenc"
 -mpeg2video_decoder_select="error_resilience mpeg_er mpegvideo"
 -mpeg2video_encoder_select="aandcttables mpegvideoenc"
 +mpegvideo_decoder_select="mpegvideo"
 +mpeg1video_decoder_select="mpegvideo"
 +mpeg1video_encoder_select="aandcttables mpegvideoenc h263dsp"
 +mpeg2video_decoder_select="mpegvideo"
 +mpeg2video_encoder_select="aandcttables mpegvideoenc h263dsp"
  mpeg2_qsv_decoder_deps="libmfx"
 -mpeg2_qsv_decoder_select="qsvdec mpeg2_qsv_hwaccel mpegvideo_parser"
 +mpeg2_qsv_decoder_select="qsvdec mpeg2_qsv_hwaccel"
  mpeg2_qsv_encoder_deps="libmfx"
  mpeg2_qsv_encoder_select="qsvenc"
  mpeg4_decoder_select="h263_decoder mpeg4video_parser"
@@@ -2381,64 -2040,58 +2381,64 @@@ msmpeg4v2_decoder_select="h263_decoder
  msmpeg4v2_encoder_select="h263_encoder"
  msmpeg4v3_decoder_select="h263_decoder"
  msmpeg4v3_encoder_select="h263_encoder"
 -mss2_decoder_select="error_resilience mpeg_er qpeldsp vc1_decoder"
 +mss2_decoder_select="vc1_decoder"
  mts2_decoder_select="mss34dsp"
  mxpeg_decoder_select="mjpeg_decoder"
  nellymoser_decoder_select="mdct sinewin"
  nellymoser_encoder_select="audio_frame_queue mdct sinewin"
  nuv_decoder_select="idctdsp lzo"
 -nvenc_h264_encoder_deps="nvenc"
 -nvenc_hevc_encoder_deps="nvenc"
  on2avc_decoder_select="mdct"
 -opus_decoder_deps="avresample"
 +opus_decoder_deps="swresample"
  opus_decoder_select="imdct15"
 -png_decoder_deps="zlib"
 -png_encoder_deps="zlib"
 -png_encoder_select="huffyuvencdsp"
 -prores_decoder_select="idctdsp"
 +png_decoder_select="zlib"
 +png_encoder_select="huffyuvencdsp zlib"
 +prores_decoder_select="blockdsp idctdsp"
  prores_encoder_select="fdctdsp"
  qcelp_decoder_select="lsp"
  qdm2_decoder_select="mdct rdft mpegaudiodsp"
 -ra_144_encoder_select="audio_frame_queue lpc"
 +ra_144_decoder_select="audiodsp"
 +ra_144_encoder_select="audio_frame_queue lpc audiodsp"
  ralf_decoder_select="golomb"
 -rscc_decoder_deps="zlib"
 -rv10_decoder_select="error_resilience h263_decoder h263dsp mpeg_er"
 +rawvideo_decoder_select="bswapdsp"
 +rscc_decoder_select="zlib"
 +rtjpeg_decoder_select="me_cmp"
 +rv10_decoder_select="h263_decoder"
  rv10_encoder_select="h263_encoder"
 -rv20_decoder_select="error_resilience h263_decoder h263dsp mpeg_er"
 +rv20_decoder_select="h263_decoder"
  rv20_encoder_select="h263_encoder"
 -rv30_decoder_select="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
 -rv40_decoder_select="error_resilience golomb h264chroma h264pred h264qpel mpeg_er mpegvideo rv34dsp videodsp"
 -screenpresso_decoder_deps="zlib"
 +rv30_decoder_select="golomb h264pred h264qpel mpegvideo rv34dsp"
 +rv40_decoder_select="golomb h264pred h264qpel mpegvideo rv34dsp"
 +screenpresso_decoder_select="zlib"
  shorten_decoder_select="golomb"
  sipr_decoder_select="lsp"
 +snow_decoder_select="dwt h264qpel hpeldsp me_cmp rangecoder videodsp"
 +snow_encoder_select="aandcttables dwt h264qpel hpeldsp me_cmp mpegvideoenc rangecoder"
 +sonic_decoder_select="golomb rangecoder"
 +sonic_encoder_select="golomb rangecoder"
 +sonic_ls_encoder_select="golomb rangecoder"
  sp5x_decoder_select="mjpeg_decoder"
  svq1_decoder_select="hpeldsp"
  svq1_encoder_select="aandcttables hpeldsp me_cmp mpegvideoenc"
  svq3_decoder_select="h264_decoder hpeldsp tpeldsp"
  svq3_decoder_suggest="zlib"
  tak_decoder_select="audiodsp"
 -tdsc_decoder_deps="zlib"
 -tdsc_decoder_select="mjpeg_decoder"
 +tdsc_decoder_select="zlib mjpeg_decoder"
  theora_decoder_select="vp3_decoder"
  thp_decoder_select="mjpeg_decoder"
 -tiff_decoder_suggest="zlib"
 +tiff_decoder_suggest="zlib lzma"
  tiff_encoder_suggest="zlib"
 -truehd_decoder_select="mlp_decoder"
 +truehd_decoder_select="mlp_parser"
  truemotion2_decoder_select="bswapdsp"
  truespeech_decoder_select="bswapdsp"
 -tscc_decoder_deps="zlib"
 -txd_decoder_select="texturedsp"
 +tscc_decoder_select="zlib"
  twinvq_decoder_select="mdct lsp sinewin"
 +txd_decoder_select="texturedsp"
  utvideo_decoder_select="bswapdsp"
  utvideo_encoder_select="bswapdsp huffman huffyuvencdsp"
  vble_decoder_select="huffyuvdsp"
 -vc1_decoder_select="blockdsp error_resilience h263_decoder h264chroma h264qpel intrax8 mpeg_er qpeldsp startcode"
 +vc1_decoder_select="blockdsp h263_decoder h264qpel intrax8 qpeldsp startcode"
 +vc1_qsv_decoder_deps="libmfx"
 +vc1_qsv_decoder_select="qsvdec vc1_qsv_hwaccel"
  vc1image_decoder_select="vc1_decoder"
  vorbis_decoder_select="mdct"
  vorbis_encoder_select="mdct"
@@@ -2449,9 -2102,8 +2449,9 @@@ vp6a_decoder_select="vp6_decoder
  vp6f_decoder_select="vp6_decoder"
  vp7_decoder_select="h264pred videodsp vp8dsp"
  vp8_decoder_select="h264pred videodsp vp8dsp"
 -vp9_decoder_select="videodsp"
 -webp_decoder_select="vp8_decoder"
 +vp9_decoder_select="videodsp vp9_parser"
 +webp_decoder_select="vp8_decoder exif"
 +wmalossless_decoder_select="llauddsp"
  wmapro_decoder_select="mdct sinewin wma_freqs"
  wmav1_decoder_select="mdct sinewin wma_freqs"
  wmav1_encoder_select="mdct sinewin wma_freqs"
@@@ -2464,154 -2116,91 +2464,154 @@@ wmv2_decoder_select="blockdsp h263_deco
  wmv2_encoder_select="h263_encoder wmv2dsp"
  wmv3_decoder_select="vc1_decoder"
  wmv3image_decoder_select="wmv3_decoder"
 -zerocodec_decoder_deps="zlib"
 -zlib_decoder_deps="zlib"
 -zlib_encoder_deps="zlib"
 -zmbv_decoder_deps="zlib"
 -zmbv_encoder_deps="zlib"
 +xma1_decoder_select="wmapro_decoder"
 +xma2_decoder_select="wmapro_decoder"
 +zerocodec_decoder_select="zlib"
 +zlib_decoder_select="zlib"
 +zlib_encoder_select="zlib"
 +zmbv_decoder_select="zlib"
 +zmbv_encoder_select="zlib"
  
  # hardware accelerators
 -d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder"
 +crystalhd_deps="libcrystalhd_libcrystalhd_if_h"
 +d3d11va_deps="d3d11_h dxva_h ID3D11VideoDecoder ID3D11VideoContext"
  dxva2_deps="dxva2api_h DXVA2_ConfigPictureDecode"
  vaapi_deps="va_va_h"
  vda_deps="VideoDecodeAcceleration_VDADecoder_h pthreads"
  vda_extralibs="-framework CoreFoundation -framework VideoDecodeAcceleration -framework QuartzCore"
  vdpau_deps="vdpau_vdpau_h vdpau_vdpau_x11_h"
 +videotoolbox_deps="VideoToolbox_VideoToolbox_h pthreads"
 +videotoolbox_extralibs="-framework CoreFoundation -framework VideoToolbox -framework CoreMedia -framework QuartzCore -framework CoreVideo"
 +xvmc_deps="X11_extensions_XvMClib_h"
  
  h263_vaapi_hwaccel_deps="vaapi"
  h263_vaapi_hwaccel_select="h263_decoder"
 +h263_videotoolbox_hwaccel_deps="videotoolbox"
 +h263_videotoolbox_hwaccel_select="h263_decoder"
 +h264_crystalhd_decoder_select="crystalhd h264_mp4toannexb_bsf h264_parser"
  h264_d3d11va_hwaccel_deps="d3d11va"
  h264_d3d11va_hwaccel_select="h264_decoder"
  h264_dxva2_hwaccel_deps="dxva2"
  h264_dxva2_hwaccel_select="h264_decoder"
  h264_mmal_decoder_deps="mmal"
 +h264_mmal_decoder_select="mmal"
  h264_mmal_hwaccel_deps="mmal"
 -h264_mmal_decoder_select="h264_decoder"
 -h264_mmal_encoder_deps="mmal"
  h264_qsv_hwaccel_deps="libmfx"
  h264_vaapi_hwaccel_deps="vaapi"
  h264_vaapi_hwaccel_select="h264_decoder"
 +h264_vda_decoder_deps="vda"
 +h264_vda_decoder_select="h264_decoder"
  h264_vda_hwaccel_deps="vda"
  h264_vda_hwaccel_select="h264_decoder"
  h264_vda_old_hwaccel_deps="vda"
  h264_vda_old_hwaccel_select="h264_decoder"
 +h264_vdpau_decoder_deps="vdpau"
 +h264_vdpau_decoder_select="h264_decoder"
  h264_vdpau_hwaccel_deps="vdpau"
  h264_vdpau_hwaccel_select="h264_decoder"
 +h264_videotoolbox_hwaccel_deps="videotoolbox"
 +h264_videotoolbox_hwaccel_select="h264_decoder"
  hevc_d3d11va_hwaccel_deps="d3d11va DXVA_PicParams_HEVC"
  hevc_d3d11va_hwaccel_select="hevc_decoder"
  hevc_dxva2_hwaccel_deps="dxva2 DXVA_PicParams_HEVC"
  hevc_dxva2_hwaccel_select="hevc_decoder"
  hevc_qsv_hwaccel_deps="libmfx"
 +hevc_vaapi_hwaccel_deps="vaapi VAPictureParameterBufferHEVC"
 +hevc_vaapi_hwaccel_select="hevc_decoder"
  hevc_vdpau_hwaccel_deps="vdpau VdpPictureInfoHEVC"
 -hevc_vdpau_hwaccep_select="hevc_decoder"
 +hevc_vdpau_hwaccel_select="hevc_decoder"
 +mpeg_vdpau_decoder_deps="vdpau"
 +mpeg_vdpau_decoder_select="mpeg2video_decoder"
 +mpeg_xvmc_hwaccel_deps="xvmc"
 +mpeg_xvmc_hwaccel_select="mpeg2video_decoder"
 +mpeg1_vdpau_decoder_deps="vdpau"
 +mpeg1_vdpau_decoder_select="mpeg1video_decoder"
  mpeg1_vdpau_hwaccel_deps="vdpau"
  mpeg1_vdpau_hwaccel_select="mpeg1video_decoder"
 +mpeg1_videotoolbox_hwaccel_deps="videotoolbox"
 +mpeg1_videotoolbox_hwaccel_select="mpeg1video_decoder"
 +mpeg1_xvmc_hwaccel_deps="xvmc"
 +mpeg1_xvmc_hwaccel_select="mpeg1video_decoder"
 +mpeg2_crystalhd_decoder_select="crystalhd"
  mpeg2_d3d11va_hwaccel_deps="d3d11va"
  mpeg2_d3d11va_hwaccel_select="mpeg2video_decoder"
  mpeg2_dxva2_hwaccel_deps="dxva2"
  mpeg2_dxva2_hwaccel_select="mpeg2video_decoder"
 +mpeg2_mmal_decoder_deps="mmal"
 +mpeg2_mmal_decoder_select="mmal"
 +mpeg2_mmal_hwaccel_deps="mmal"
  mpeg2_qsv_hwaccel_deps="libmfx"
 +mpeg2_qsv_hwaccel_select="qsvdec_mpeg2"
  mpeg2_vaapi_hwaccel_deps="vaapi"
  mpeg2_vaapi_hwaccel_select="mpeg2video_decoder"
  mpeg2_vdpau_hwaccel_deps="vdpau"
  mpeg2_vdpau_hwaccel_select="mpeg2video_decoder"
 +mpeg2_videotoolbox_hwaccel_deps="videotoolbox"
 +mpeg2_videotoolbox_hwaccel_select="mpeg2video_decoder"
 +mpeg2_xvmc_hwaccel_deps="xvmc"
 +mpeg2_xvmc_hwaccel_select="mpeg2video_decoder"
 +mpeg4_crystalhd_decoder_select="crystalhd"
 +mpeg4_mmal_decoder_deps="mmal"
 +mpeg4_mmal_decoder_select="mmal"
 +mpeg4_mmal_hwaccel_deps="mmal"
  mpeg4_vaapi_hwaccel_deps="vaapi"
  mpeg4_vaapi_hwaccel_select="mpeg4_decoder"
 +mpeg4_vdpau_decoder_deps="vdpau"
 +mpeg4_vdpau_decoder_select="mpeg4_decoder"
  mpeg4_vdpau_hwaccel_deps="vdpau"
  mpeg4_vdpau_hwaccel_select="mpeg4_decoder"
 +mpeg4_videotoolbox_hwaccel_deps="videotoolbox"
 +mpeg4_videotoolbox_hwaccel_select="mpeg4_decoder"
 +msmpeg4_crystalhd_decoder_select="crystalhd"
 +vc1_crystalhd_decoder_select="crystalhd"
  vc1_d3d11va_hwaccel_deps="d3d11va"
  vc1_d3d11va_hwaccel_select="vc1_decoder"
  vc1_dxva2_hwaccel_deps="dxva2"
  vc1_dxva2_hwaccel_select="vc1_decoder"
 +vc1_mmal_decoder_deps="mmal"
 +vc1_mmal_decoder_select="mmal"
 +vc1_mmal_hwaccel_deps="mmal"
 +vc1_qsv_hwaccel_deps="libmfx"
 +vc1_qsv_hwaccel_select="qsvdec_vc1"
  vc1_vaapi_hwaccel_deps="vaapi"
  vc1_vaapi_hwaccel_select="vc1_decoder"
 +vc1_vdpau_decoder_deps="vdpau"
 +vc1_vdpau_decoder_select="vc1_decoder"
  vc1_vdpau_hwaccel_deps="vdpau"
  vc1_vdpau_hwaccel_select="vc1_decoder"
 +vp9_d3d11va_hwaccel_deps="d3d11va DXVA_PicParams_VP9"
 +vp9_d3d11va_hwaccel_select="vp9_decoder"
 +vp9_dxva2_hwaccel_deps="dxva2 DXVA_PicParams_VP9"
 +vp9_dxva2_hwaccel_select="vp9_decoder"
 +vp9_vaapi_hwaccel_deps="vaapi VADecPictureParameterBufferVP9"
 +vp9_vaapi_hwaccel_select="vp9_decoder"
 +wmv3_crystalhd_decoder_select="crystalhd"
  wmv3_d3d11va_hwaccel_select="vc1_d3d11va_hwaccel"
  wmv3_dxva2_hwaccel_select="vc1_dxva2_hwaccel"
  wmv3_vaapi_hwaccel_select="vc1_vaapi_hwaccel"
 +wmv3_vdpau_decoder_select="vc1_vdpau_decoder"
  wmv3_vdpau_hwaccel_select="vc1_vdpau_hwaccel"
  
  # parsers
  h264_parser_select="h264_decoder"
  hevc_parser_select="golomb"
  mpegvideo_parser_select="mpegvideo"
 -mpeg4video_parser_select="error_resilience h263dsp mpeg_er mpegvideo qpeldsp"
 +mpeg4video_parser_select="h263dsp mpegvideo qpeldsp"
  vc1_parser_select="mpegvideo startcode vc1_decoder"
  
  # bitstream_filters
  mjpeg2jpeg_bsf_select="jpegtables"
  
  # external libraries
 +chromaprint_muxer_deps="chromaprint"
 +libcelt_decoder_deps="libcelt"
  libdcadec_decoder_deps="libdcadec"
  libfaac_encoder_deps="libfaac"
  libfaac_encoder_select="audio_frame_queue"
  libfdk_aac_decoder_deps="libfdk_aac"
  libfdk_aac_encoder_deps="libfdk_aac"
  libfdk_aac_encoder_select="audio_frame_queue"
 +libgme_demuxer_deps="libgme"
  libgsm_decoder_deps="libgsm"
  libgsm_encoder_deps="libgsm"
  libgsm_ms_decoder_deps="libgsm"
@@@ -2619,7 -2208,6 +2619,7 @@@ libgsm_ms_encoder_deps="libgsm
  libilbc_decoder_deps="libilbc"
  libilbc_encoder_deps="libilbc"
  libkvazaar_encoder_deps="libkvazaar"
 +libmodplug_demuxer_deps="libmodplug"
  libmp3lame_encoder_deps="libmp3lame"
  libmp3lame_encoder_select="audio_frame_queue"
  libopencore_amrnb_decoder_deps="libopencore_amrnb"
@@@ -2634,17 -2222,14 +2634,17 @@@ libopus_encoder_deps="libopus
  libopus_encoder_select="audio_frame_queue"
  libschroedinger_decoder_deps="libschroedinger"
  libschroedinger_encoder_deps="libschroedinger"
 +libshine_encoder_deps="libshine"
 +libshine_encoder_select="audio_frame_queue"
  libspeex_decoder_deps="libspeex"
  libspeex_encoder_deps="libspeex"
  libspeex_encoder_select="audio_frame_queue"
  libtheora_encoder_deps="libtheora"
  libtwolame_encoder_deps="libtwolame"
 -libvo_aacenc_encoder_deps="libvo_aacenc"
 -libvo_aacenc_encoder_select="audio_frame_queue"
 +libutvideo_decoder_deps="libutvideo"
 +libutvideo_encoder_deps="libutvideo"
  libvo_amrwbenc_encoder_deps="libvo_amrwbenc"
 +libvorbis_decoder_deps="libvorbis"
  libvorbis_encoder_deps="libvorbis"
  libvorbis_encoder_select="audio_frame_queue"
  libvpx_vp8_decoder_deps="libvpx"
@@@ -2653,34 -2238,24 +2653,34 @@@ libvpx_vp9_decoder_deps="libvpx
  libvpx_vp9_encoder_deps="libvpx"
  libwavpack_encoder_deps="libwavpack"
  libwebp_encoder_deps="libwebp"
 +libwebp_anim_encoder_deps="libwebp"
  libx262_encoder_deps="libx262"
  libx264_encoder_deps="libx264"
 +libx264rgb_encoder_deps="libx264"
 +libx264rgb_encoder_select="libx264_encoder"
  libx265_encoder_deps="libx265"
  libxavs_encoder_deps="libxavs"
  libxvid_encoder_deps="libxvid"
 +libzvbi_teletext_decoder_deps="libzvbi"
 +nvenc_encoder_deps="nvenc"
 +nvenc_h264_encoder_deps="nvenc"
 +nvenc_hevc_encoder_deps="nvenc"
  
  # demuxers / muxers
  ac3_demuxer_select="ac3_parser"
  asf_demuxer_select="riffdec"
 +asf_o_demuxer_select="riffdec"
  asf_muxer_select="riffenc"
  asf_stream_muxer_select="asf_muxer"
 -avi_demuxer_select="riffdec"
 +avi_demuxer_select="riffdec exif"
  avi_muxer_select="riffenc"
  avisynth_demuxer_deps="avisynth"
  avisynth_demuxer_select="riffdec"
  caf_demuxer_select="riffdec"
  dash_muxer_select="mp4_muxer"
  dirac_demuxer_select="dirac_parser"
 +dts_demuxer_select="dca_parser"
 +dtshd_demuxer_select="dca_parser"
  dv_demuxer_select="dvprofile"
  dv_muxer_select="dvprofile"
  dxa_demuxer_select="riffdec"
@@@ -2689,12 -2264,8 +2689,12 @@@ f4v_muxer_select="mov_muxer
  flac_demuxer_select="flac_parser"
  hds_muxer_select="flv_muxer"
  hls_muxer_select="mpegts_muxer"
 +image2_alias_pix_demuxer_select="image2_demuxer"
 +image2_brender_pix_demuxer_select="image2_demuxer"
  ipod_muxer_select="mov_muxer"
  ismv_muxer_select="mov_muxer"
 +libnut_demuxer_deps="libnut"
 +libnut_muxer_deps="libnut"
  matroska_audio_muxer_select="matroska_muxer"
  matroska_demuxer_select="riffdec"
  matroska_demuxer_suggest="bzlib lzo zlib"
@@@ -2708,7 -2279,6 +2708,7 @@@ mp4_muxer_select="mov_muxer
  mpegts_muxer_select="adts_muxer latm_muxer"
  mpegtsraw_demuxer_select="mpegts_demuxer"
  mxf_d10_muxer_select="mxf_muxer"
 +mxf_opatom_muxer_select="mxf_muxer"
  nut_muxer_select="riffenc"
  nuv_demuxer_select="riffdec"
  oga_muxer_select="ogg_muxer"
@@@ -2729,75 -2299,43 +2729,75 @@@ swf_demuxer_suggest="zlib
  tak_demuxer_select="tak_parser"
  tg2_muxer_select="mov_muxer"
  tgp_muxer_select="mov_muxer"
 +vobsub_demuxer_select="mpegps_demuxer"
  w64_demuxer_select="wav_demuxer"
 +w64_muxer_select="wav_muxer"
  wav_demuxer_select="riffdec"
  wav_muxer_select="riffenc"
  webm_muxer_select="riffenc"
 -webm_muxer_suggest="libopus_encoder libvorbis_encoder libvpx_vp8_encoder libvpx_vp9_encoder"
 +webm_dash_manifest_demuxer_select="matroska_demuxer"
  wtv_demuxer_select="riffdec"
 +wtv_muxer_select="riffenc"
  xmv_demuxer_select="riffdec"
  xwma_demuxer_select="riffdec"
  
  # indevs / outdevs
  alsa_indev_deps="alsa_asoundlib_h snd_pcm_htimestamp"
  alsa_outdev_deps="alsa_asoundlib_h"
 -avfoundation_indev_deps="AVFoundation_AVFoundation_h"
 +avfoundation_indev_extralibs="-framework CoreVideo -framework Foundation -framework AVFoundation -framework CoreMedia"
 +avfoundation_indev_select="avfoundation"
  bktr_indev_deps_any="dev_bktr_ioctl_bt848_h machine_ioctl_bt848_h dev_video_bktr_ioctl_bt848_h dev_ic_bt8xx_h"
 +caca_outdev_deps="libcaca"
 +decklink_indev_deps="decklink pthreads"
 +decklink_indev_extralibs="-lstdc++"
 +decklink_outdev_deps="decklink pthreads"
 +decklink_outdev_extralibs="-lstdc++"
 +dshow_indev_deps="IBaseFilter"
 +dshow_indev_extralibs="-lpsapi -lole32 -lstrmiids -luuid -loleaut32 -lshlwapi"
  dv1394_indev_deps="dv1394"
  dv1394_indev_select="dv_demuxer"
  fbdev_indev_deps="linux_fb_h"
 -jack_indev_deps="jack_jack_h pthreads"
 +fbdev_outdev_deps="linux_fb_h"
 +gdigrab_indev_deps="CreateDIBSection"
 +gdigrab_indev_extralibs="-lgdi32"
 +gdigrab_indev_select="bmp_decoder"
 +iec61883_indev_deps="libiec61883"
 +jack_indev_deps="jack_jack_h"
 +jack_indev_deps_any="sem_timedwait dispatch_dispatch_h"
 +lavfi_indev_deps="avfilter"
  libcdio_indev_deps="libcdio"
  libdc1394_indev_deps="libdc1394"
 +libv4l2_indev_deps="libv4l2"
 +openal_indev_deps="openal"
 +opengl_outdev_deps="opengl"
  oss_indev_deps_any="soundcard_h sys_soundcard_h"
  oss_outdev_deps_any="soundcard_h sys_soundcard_h"
  pulse_indev_deps="libpulse"
 +pulse_outdev_deps="libpulse"
 +qtkit_indev_extralibs="-framework QTKit -framework Foundation -framework QuartzCore"
 +qtkit_indev_select="qtkit"
 +sdl_outdev_deps="sdl"
  sndio_indev_deps="sndio_h"
  sndio_outdev_deps="sndio_h"
 +v4l_indev_deps="linux_videodev_h"
  v4l2_indev_deps_any="linux_videodev2_h sys_videoio_h"
 +v4l2_outdev_deps_any="linux_videodev2_h sys_videoio_h"
  vfwcap_indev_deps="capCreateCaptureWindow vfwcap_defines"
  vfwcap_indev_extralibs="-lavicap32"
  x11grab_indev_deps="x11grab"
  x11grab_xcb_indev_deps="libxcb"
 +xv_outdev_deps="X11_extensions_Xvlib_h XvGetPortAttribute"
 +xv_outdev_extralibs="-lXv -lX11 -lXext"
  
  # protocols
 +async_protocol_deps="threads"
 +bluray_protocol_deps="libbluray"
  ffrtmpcrypt_protocol_deps="!librtmp_protocol"
  ffrtmpcrypt_protocol_deps_any="gcrypt gmp openssl"
  ffrtmpcrypt_protocol_select="tcp_protocol"
  ffrtmphttp_protocol_deps="!librtmp_protocol"
  ffrtmphttp_protocol_select="http_protocol"
 +ftp_protocol_select="tcp_protocol"
  gopher_protocol_select="network"
  http_protocol_select="tcp_protocol"
  httpproxy_protocol_select="tcp_protocol"
@@@ -2808,8 -2346,6 +2808,8 @@@ librtmpe_protocol_deps="librtmp
  librtmps_protocol_deps="librtmp"
  librtmpt_protocol_deps="librtmp"
  librtmpte_protocol_deps="librtmp"
 +libsmbclient_protocol_deps="libsmbclient gplv3"
 +libssh_protocol_deps="libssh"
  mmsh_protocol_select="http_protocol"
  mmst_protocol_select="network"
  rtmp_protocol_deps="!librtmp_protocol"
@@@ -2825,127 -2361,40 +2825,128 @@@ sctp_protocol_deps="struct_sctp_event_s
  sctp_protocol_select="network"
  srtp_protocol_select="rtp_protocol"
  tcp_protocol_select="network"
 -tls_gnutls_protocol_deps="gnutls"
 +tls_gnutls_protocol_deps="gnutls !tls_schannel_protocol !tls_securetransport_protocol"
  tls_gnutls_protocol_select="tcp_protocol"
 -tls_openssl_protocol_deps="openssl !tls_gnutls_protocol"
 +tls_openssl_protocol_deps="openssl !tls_schannel_protocol !tls_securetransport_protocol !tls_gnutls_protocol"
  tls_openssl_protocol_select="tcp_protocol"
 -tls_protocol_select_any="tls_gnutls_protocol tls_openssl_protocol"
 +tls_schannel_protocol_deps="schannel"
 +tls_schannel_protocol_select="tcp_protocol"
 +tls_securetransport_protocol_deps="securetransport"
 +tls_securetransport_protocol_select="tcp_protocol"
 +tls_protocol_deps_any="tls_schannel_protocol tls_securetransport_protocol tls_gnutls_protocol tls_openssl_protocol"
  udp_protocol_select="network"
 +udplite_protocol_select="network"
  unix_protocol_deps="sys_un_h"
  unix_protocol_select="network"
  
  # filters
 +afftfilt_filter_deps="avcodec"
 +afftfilt_filter_select="fft"
 +amovie_filter_deps="avcodec avformat"
 +aresample_filter_deps="swresample"
 +ass_filter_deps="libass"
 +asyncts_filter_deps="avresample"
 +atempo_filter_deps="avcodec"
 +atempo_filter_select="rdft"
 +azmq_filter_deps="libzmq"
  blackframe_filter_deps="gpl"
  boxblur_filter_deps="gpl"
  bs2b_filter_deps="libbs2b"
 +colormatrix_filter_deps="gpl"
 +cover_rect_filter_deps="avcodec avformat gpl"
  cropdetect_filter_deps="gpl"
  delogo_filter_deps="gpl"
 +deshake_filter_select="pixelutils"
  drawtext_filter_deps="libfreetype"
 +ebur128_filter_deps="gpl"
 +eq_filter_deps="gpl"
 +fftfilt_filter_deps="avcodec"
 +fftfilt_filter_select="rdft"
 +find_rect_filter_deps="avcodec avformat gpl"
 +firequalizer_filter_deps="avcodec"
 +firequalizer_filter_select="rdft"
 +flite_filter_deps="libflite"
  frei0r_filter_deps="frei0r dlopen"
 -frei0r_filter_extralibs='$ldl'
  frei0r_src_filter_deps="frei0r dlopen"
 -frei0r_src_filter_extralibs='$ldl'
 +fspp_filter_deps="gpl"
 +geq_filter_deps="gpl"
 +histeq_filter_deps="gpl"
  hqdn3d_filter_deps="gpl"
+ hwupload_cuda_filter_deps="cuda"
  interlace_filter_deps="gpl"
 +kerndeint_filter_deps="gpl"
 +ladspa_filter_deps="ladspa dlopen"
 +mcdeint_filter_deps="avcodec gpl"
 +movie_filter_deps="avcodec avformat"
 +mpdecimate_filter_deps="gpl"
 +mpdecimate_filter_select="pixelutils"
 +mptestsrc_filter_deps="gpl"
 +negate_filter_deps="lut_filter"
 +nnedi_filter_deps="gpl"
 +ocr_filter_deps="libtesseract"
  ocv_filter_deps="libopencv"
 +owdenoise_filter_deps="gpl"
 +pan_filter_deps="swresample"
 +perspective_filter_deps="gpl"
 +phase_filter_deps="gpl"
 +pp7_filter_deps="gpl"
 +pp_filter_deps="gpl postproc"
 +pullup_filter_deps="gpl"
 +removelogo_filter_deps="avcodec avformat swscale"
 +repeatfields_filter_deps="gpl"
  resample_filter_deps="avresample"
 +rubberband_filter_deps="librubberband"
 +sab_filter_deps="gpl swscale"
 +scale2ref_filter_deps="swscale"
  scale_filter_deps="swscale"
 +select_filter_select="pixelutils"
 +showcqt_filter_deps="avcodec avformat swscale"
 +showcqt_filter_select="fft"
 +showfreqs_filter_deps="avcodec"
 +showfreqs_filter_select="fft"
 +showspectrum_filter_deps="avcodec"
 +showspectrum_filter_select="fft"
 +showspectrumpic_filter_deps="avcodec"
 +showspectrumpic_filter_select="fft"
 +smartblur_filter_deps="gpl swscale"
 +sofalizer_filter_deps="netcdf avcodec"
 +sofalizer_filter_select="fft"
 +spectrumsynth_filter_deps="avcodec"
 +spectrumsynth_filter_select="fft"
 +spp_filter_deps="gpl avcodec"
 +spp_filter_select="fft idctdsp fdctdsp me_cmp pixblockdsp"
 +stereo3d_filter_deps="gpl"
 +subtitles_filter_deps="avformat avcodec libass"
 +super2xsai_filter_deps="gpl"
 +pixfmts_super2xsai_test_deps="super2xsai_filter"
 +tinterlace_filter_deps="gpl"
 +tinterlace_merge_test_deps="tinterlace_filter"
 +tinterlace_pad_test_deps="tinterlace_filter"
 +uspp_filter_deps="gpl avcodec"
 +vidstabdetect_filter_deps="libvidstab"
 +vidstabtransform_filter_deps="libvidstab"
 +zmq_filter_deps="libzmq"
 +zoompan_filter_deps="swscale"
 +zscale_filter_deps="libzimg"
  
  # examples
  avcodec_example_deps="avcodec avutil"
 +avio_dir_cmd="avformat avutil"
 +avio_reading="avformat avcodec avutil"
 +decoding_encoding_example_deps="avcodec avformat avutil"
 +demuxing_decoding_example_deps="avcodec avformat avutil"
 +extract_mvs_example_deps="avcodec avformat avutil"
  filter_audio_example_deps="avfilter avutil"
 +filtering_audio_example_deps="avfilter avcodec avformat avutil"
 +filtering_video_example_deps="avfilter avcodec avformat avutil"
  metadata_example_deps="avformat avutil"
 -output_example_deps="avcodec avformat avutil swscale"
 +muxing_example_deps="avcodec avformat avutil swscale"
  qsvdec_example_deps="avcodec avutil libmfx h264_qsv_decoder vaapi_x11"
 -transcode_aac_example_deps="avcodec avformat avresample"
 +remuxing_example_deps="avcodec avformat avutil"
 +resampling_audio_example_deps="avutil swresample"
 +scaling_video_example_deps="avutil swscale"
 +transcode_aac_example_deps="avcodec avformat swresample"
 +transcoding_example_deps="avfilter avcodec avformat avutil"
  
  # libraries, in linking order
  avcodec_deps="avutil"
@@@ -2953,29 -2402,21 +2954,29 @@@ avdevice_deps="avformat avcodec avutil
  avfilter_deps="avutil"
  avformat_deps="avcodec avutil"
  avresample_deps="avutil"
 +postproc_deps="avutil gpl"
 +swresample_deps="avutil"
  swscale_deps="avutil"
  
  # programs
 -avconv_deps="avcodec avfilter avformat avresample swscale"
 -avconv_select="aformat_filter anull_filter asyncts_filter atrim_filter format_filter
 -               fps_filter null_filter resample_filter scale_filter
 +ffmpeg_deps="avcodec avfilter avformat swresample"
 +ffmpeg_select="aformat_filter anull_filter atrim_filter format_filter
 +               null_filter
                 setpts_filter trim_filter"
 -avplay_deps="avcodec avfilter avformat avresample sdl"
 -avplay_libs='$sdl_libs'
 -avplay_select="rdft format_filter transpose_filter hflip_filter vflip_filter"
 -avprobe_deps="avcodec avformat"
 +ffplay_deps="avcodec avformat swscale swresample sdl"
 +ffplay_libs='$sdl_libs'
 +ffplay_select="rdft crop_filter transpose_filter hflip_filter vflip_filter rotate_filter"
 +ffprobe_deps="avcodec avformat"
 +ffserver_deps="avformat fork sarestart"
 +ffserver_select="ffm_muxer rtp_protocol rtsp_demuxer"
  
  # documentation
 -pod2man_deps="doc"
 -texi2html_deps="doc"
 +podpages_deps="perl"
 +manpages_deps="perl pod2man"
 +htmlpages_deps="perl"
 +htmlpages_deps_any="makeinfo_html texi2html"
 +txtpages_deps="perl makeinfo"
 +doc_deps_any="manpages htmlpages podpages txtpages"
  
  # default parameters
  
@@@ -2984,67 -2425,48 +2985,67 @@@ logfile="config.log
  # installation paths
  prefix_default="/usr/local"
  bindir_default='${prefix}/bin'
 -datadir_default='${prefix}/share/avconv'
 -docdir_default='${prefix}/share/doc/libav'
 +datadir_default='${prefix}/share/ffmpeg'
 +docdir_default='${prefix}/share/doc/ffmpeg'
  incdir_default='${prefix}/include'
  libdir_default='${prefix}/lib'
  mandir_default='${prefix}/share/man'
 -shlibdir_default="$libdir_default"
  
  # toolchain
  ar_default="ar"
  cc_default="gcc"
 +cxx_default="g++"
  host_cc_default="gcc"
  cp_f="cp -f"
 +doxygen_default="doxygen"
 +install="install"
  ln_s="ln -s -f"
  nm_default="nm -g"
  objformat="elf"
  pkg_config_default=pkg-config
 -ranlib="ranlib"
 -strip="strip"
 -yasmexe="yasm"
 -
 -# machine
 -arch_default=$(uname -m)
 -cpu="generic"
 -intrinsics="none"
 +ranlib_default="ranlib"
 +strip_default="strip"
 +yasmexe_default="yasm"
 +windres_default="windres"
  
  # OS
  target_os_default=$(tolower $(uname -s))
  host_os=$target_os_default
  
 +# machine
 +if test "$target_os_default" = aix; then
 +    arch_default=$(uname -p)
 +    strip_default="strip -X32_64"
 +else
 +    arch_default=$(uname -m)
 +fi
 +cpu="generic"
 +intrinsics="none"
 +
  # configurable options
 +enable $PROGRAM_LIST
 +enable $DOCUMENT_LIST
 +enable $EXAMPLE_LIST
 +enable $(filter_out avresample $LIBRARY_LIST)
 +enable stripping
 +
  enable asm
  enable debug
  enable doc
  enable faan faandct faanidct
  enable optimizations
 +enable runtime_cpudetect
  enable safe_bitstream_reader
  enable static
  enable swscale_alpha
  enable valgrind_backtrace
  
 -# By default, enable only those hwaccels that have no external dependencies.
 -enable d3d11va dxva2 vda vdpau
 +sws_max_filter_size_default=256
 +set_default sws_max_filter_size
 +
 +# Enable hwaccels by default.
 +enable d3d11va dxva2 vaapi vda vdpau videotoolbox xvmc
 +enable xlib
  
  # build settings
  SHFLAGS='-shared -Wl,-soname,$$(@F)'
@@@ -3070,8 -2492,6 +3071,8 @@@ AS_O='-o $@
  CC_C='-c'
  CC_E='-E -o $@'
  CC_O='-o $@'
 +CXX_C='-c'
 +CXX_O='-o $@'
  OBJCC_C='-c'
  OBJCC_E='-E -o $@'
  OBJCC_O='-o $@'
@@@ -3091,7 -2511,7 +3092,7 @@@ target_path='$(CURDIR)
  
  # since the object filename is not given with the -MM flag, the compiler
  # is only able to print the basename, and we must add the path ourselves
 -DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(*F)\\.o,$(@D)/$(*F).o," > $(@:.o=.d)'
 +DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>/dev/null | sed -e "/^\#.*/d" -e "s,^[[:space:]]*$(@F),$(@D)/$(@F)," > $(@:.o=.d)'
  DEPFLAGS='-MM'
  
  # find source path
@@@ -3099,9 -2519,8 +3100,9 @@@ if test -f configure; the
      source_path=.
  else
      source_path=$(cd $(dirname "$0"); pwd)
 -    echo "$source_path" | grep -q '[[:blank:]]' &&
 -        die "Out of tree builds are impossible with whitespace in source path."
 +    case "$source_path" in
 +        *[[:blank:]]*) die "Out of tree builds are impossible with whitespace in source path." ;;
 +    esac
      test -e "$source_path/config.h" &&
          die "Out of tree builds are impossible with config.h in source dir."
  fi
@@@ -3110,7 -2529,7 +3111,7 @@@ for v in "$@"; d
      r=${v#*=}
      l=${v%"$r"}
      r=$(sh_quote "$r")
 -    LIBAV_CONFIGURATION="${LIBAV_CONFIGURATION# } ${l}${r}"
 +    FFMPEG_CONFIGURATION="${FFMPEG_CONFIGURATION# } ${l}${r}"
  done
  
  find_things(){
@@@ -3146,12 -2565,6 +3147,12 @@@ ALL_COMPONENTS=
      $PROTOCOL_LIST
  "
  
 +for n in $COMPONENT_LIST; do
 +    v=$(toupper ${n%s})_LIST
 +    eval enable \$$v
 +    eval ${n}_if_any="\$$v"
 +done
 +
  enable $ARCH_EXT_LIST
  
  die_unknown(){
      exit 1
  }
  
 -print_3_columns() {
 -    printf "%-25s %-25s %-25s\n" $(cat | tr ' ' '\n' | sort)
 +print_in_columns() {
 +    cols=$(expr $ncols / 24)
 +    cat | tr ' ' '\n' | sort | pr -r "-$cols" -w $ncols -t
  }
  
  show_list() {
      suffix=_$1
      shift
 -    echo $* | sed s/$suffix//g | print_3_columns
 +    echo $* | sed s/$suffix//g | print_in_columns
      exit 0
  }
  
@@@ -3202,9 -2614,6 +3203,9 @@@ for opt d
          --extra-ldexeflags=*)
              add_ldexeflags $optval
          ;;
 +        --extra-ldlibflags=*)
 +            add_ldlibflags $optval
 +        ;;
          --extra-libs=*)
              add_extralibs $optval
          ;;
              disable $PROGRAM_LIST
          ;;
          --disable-everything)
 -            map 'eval disable \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
 -            enable_deep_force $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST
 +            map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
          ;;
          --disable-all)
 -            map 'eval disable \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
 +            map 'eval unset \${$(toupper ${v%s})_LIST}' $COMPONENT_LIST
              disable $LIBRARY_LIST $PROGRAM_LIST doc
 +            enable avutil
          ;;
          --enable-random|--disable-random)
              action=${opt%%-random}
              is_in "${thing}s" $COMPONENT_LIST || die_unknown "$opt"
              eval list=\$$(toupper $thing)_LIST
              name=$(echo "${optval}" | sed "s/,/_${thing}|/g")_${thing}
 -            test $action = enable && action="request"
 -            $action $(filter "$name" $list)
 -        ;;
 -        --enable-avserver|--disable-avserver*)
 -            warn "avserver has been removed, the ${opt} option is only"\
 -                 "provided for compatibility and will be removed in the future"
 +            list=$(filter "$name" $list)
 +            [ "$list" = "" ] && warn "Option $opt did not match anything"
 +            $action $list
          ;;
          --enable-?*|--disable-?*)
              eval $(echo "$opt" | sed 's/--/action=/;s/-/ option=/;s/-/_/g')
 -            test $action = enable && action="request"
              if is_in $option $COMPONENT_LIST; then
 +                test $action = disable && action=unset
                  eval $action \$$(toupper ${option%s})_LIST
              elif is_in $option $CMDLINE_SELECT; then
                  $action $option
          ;;
          --help|-h) show_help
          ;;
 +        --fatal-warnings) enable fatal_warnings
 +        ;;
          *)
              optname="${opt%%=*}"
              optname="${optname#--}"
  
  disabled logging && logfile=/dev/null
  
 -# Enable the default components if not disabled explicitly
 -
 -enable_weak $EXAMPLE_LIST $LIBRARY_LIST $PROGRAM_LIST
 -
  # Disable all the library-specific components if the library itself
  # is disabled, see AVCODEC_LIST and following _LIST variables.
  
  disable_components(){
 -    disabled ${1} && disable_weak $(
 +    disabled ${1} && disable $(
          eval components="\$$(toupper ${1})_COMPONENTS"
          map 'eval echo \${$(toupper ${v%s})_LIST}' $components
      )
  
  map 'disable_components $v' $LIBRARY_LIST
  
 -# Mark components that had not been enabled/disabled explicitly
 -# as enabled
 -
 -for n in $COMPONENT_LIST; do
 -    v=$(toupper ${n%s})_LIST
 -    eval enable_weak \$$v
 -    eval ${n}_if_any="\$$v"
 -done
 -
 -# Make so that disabled libraries are enabled if a component
 -# of them is requested
 -
 -for n in $LIBRARY_LIST; do
 -    v=$(toupper ${n})_COMPONENTS
 -    eval ${n}_if_any="\$$v"
 -done
 -
 -echo "# $0 $LIBAV_CONFIGURATION" > $logfile
 +echo "# $0 $FFMPEG_CONFIGURATION" > $logfile
  set >> $logfile
  
 +test -n "$valgrind" && toolchain="valgrind-memcheck"
 +
  case "$toolchain" in
      *-asan)
          cc_default="${toolchain%-asan}"
          cc_default="${toolchain%-usan}"
          add_cflags  -fsanitize=undefined
          add_ldflags -fsanitize=undefined
 -        case "$toolchain" in
 -            clang-usan)
 -                add_cflags -O1
 -                ;;
 -        esac
      ;;
      valgrind-*)
          target_exec_default="valgrind"
          case "$toolchain" in
              valgrind-massif)
 -                target_exec_args="--alloc-fn=av_malloc --alloc-fn=av_mallocz"
 +                target_exec_args="--tool=massif --alloc-fn=av_malloc --alloc-fn=av_mallocz --alloc-fn=av_calloc --alloc-fn=av_fast_padded_malloc --alloc-fn=av_fast_malloc --alloc-fn=av_realloc_f --alloc-fn=av_fast_realloc --alloc-fn=av_realloc"
                  ;;
              valgrind-memcheck)
 -                target_exec_args="--track-origins=yes --leak-check=full"
 +                target_exec_args="--error-exitcode=1 --malloc-fill=0x2a --track-origins=yes --leak-check=full --gen-suppressions=all --suppressions=$source_path/tests/fate-valgrind.supp"
                  ;;
          esac
      ;;
      msvc)
          # Check whether the current MSVC version needs the C99 converter.
          # From MSVC 2013 (compiler major version 18) onwards, it does actually
 -        # support enough of C99 to build libav. Default to the new
 +        # support enough of C99 to build ffmpeg. Default to the new
          # behaviour if the regexp was unable to match anything, since this
          # successfully parses the version number of existing supported
          # versions that require the converter (MSVC 2010 and 2012).
  
  ar_default="${cross_prefix}${ar_default}"
  cc_default="${cross_prefix}${cc_default}"
 -occ_default="${cross_prefix}${occ_default}"
 +cxx_default="${cross_prefix}${cxx_default}"
  nm_default="${cross_prefix}${nm_default}"
  pkg_config_default="${cross_prefix}${pkg_config_default}"
 -ranlib="${cross_prefix}${ranlib}"
 -strip="${cross_prefix}${strip}"
 +if ${cross_prefix}${ranlib_default} 2>&1 | grep -q "\-D "; then
 +    ranlib_default="${cross_prefix}${ranlib_default} -D"
 +else
 +    ranlib_default="${cross_prefix}${ranlib_default}"
 +fi
 +strip_default="${cross_prefix}${strip_default}"
 +windres_default="${cross_prefix}${windres_default}"
  
  sysinclude_default="${sysroot}/usr/include"
  
 -set_default arch cc pkg_config sysinclude target_exec target_os
 +set_default arch cc cxx doxygen pkg_config ranlib strip sysinclude \
 +    target_exec target_os yasmexe
  enabled cross_compile || host_cc_default=$cc
  set_default host_cc
  
 +pkg_config_fail_message=""
  if ! $pkg_config --version >/dev/null 2>&1; then
      warn "$pkg_config not found, library detection may fail."
      pkg_config=false
 +elif is_in -static $cc $LDFLAGS && ! is_in --static $pkg_config $pkg_config_flags; then
 +    pkg_config_fail_message="
 +Note: When building a static binary, add --pkg-config-flags=\"--static\"."
 +fi
 +
 +if test $doxygen != $doxygen_default && \
 +  ! $doxygen --version >/dev/null 2>&1; then
 +    warn "Specified doxygen \"$doxygen\" not found, API documentation will fail to build."
  fi
  
  exesuf() {
@@@ -3439,11 -2858,7 +3440,11 @@@ HOSTEXESUF=$(exesuf $host_os
  : ${TMPDIR:=$TMP}
  : ${TMPDIR:=/tmp}
  
 -if ! check_cmd mktemp -u XXXXXX; then
 +if [ -n "$tempprefix" ] ; then
 +    mktemp(){
 +        echo $tempprefix.${HOSTNAME}.${UID}
 +    }
 +elif ! check_cmd mktemp -u XXXXXX; then
      # simple replacement for missing mktemp
      # NOT SAFE FOR GENERAL USE
      mktemp(){
@@@ -3463,10 -2878,8 +3464,10 @@@ trap 'rm -f -- $TMPFILES' EXI
  
  tmpfile TMPASM .asm
  tmpfile TMPC   .c
 +tmpfile TMPCPP .cpp
  tmpfile TMPE   $EXESUF
  tmpfile TMPH   .h
 +tmpfile TMPM   .m
  tmpfile TMPO   .o
  tmpfile TMPS   .S
  tmpfile TMPSH  .sh
@@@ -3552,7 -2965,6 +3553,7 @@@ msvc_common_flags()
              -lavicap32)           echo vfw32.lib user32.lib ;;
              -lx264)               echo libx264.lib ;;
              -l*)                  echo ${flag#-l}.lib ;;
 +            -LARGEADDRESSAWARE)   echo $flag ;;
              -L*)                  echo -libpath:${flag#-L} ;;
              *)                    echo $flag ;;
          esac
@@@ -3566,7 -2978,6 +3567,7 @@@ msvc_flags()
              -Wall)                echo -W4 -wd4244 -wd4127 -wd4018 -wd4389     \
                                         -wd4146 -wd4057 -wd4204 -wd4706 -wd4305 \
                                         -wd4152 -wd4324 -we4013 -wd4100 -wd4214 \
 +                                       -wd4307 \
                                         -wd4273 -wd4554 -wd4701 ;;
          esac
      done
@@@ -3580,16 -2991,6 +3581,16 @@@ icl_flags()
              # on Windows, does enable remarks so disable them here.
              -Wall)                echo $flag -Qdiag-disable:remark ;;
              -std=c99)             echo -Qstd=c99 ;;
 +            -flto)                echo -ipo ;;
 +        esac
 +    done
 +}
 +
 +icc_flags(){
 +    for flag; do
 +        case $flag in
 +            -flto)                echo -ipo ;;
 +            *)                    echo $flag ;;
          esac
      done
  }
@@@ -3622,16 -3023,9 +3623,16 @@@ suncc_flags()
                      prescott|nocona)    echo -xarch=sse3 -xchip=pentium4 ;;
                      *-sse3)             echo -xarch=sse3                 ;;
                      core2)              echo -xarch=ssse3 -xchip=core2   ;;
 -                    corei7)           echo -xarch=sse4_2 -xchip=nehalem  ;;
 -                    corei7-avx)       echo -xarch=avx -xchip=sandybridge ;;
 -                    amdfam10|barcelona|bdver*) echo -xarch=sse4_1        ;;
 +                    bonnell)                   echo -xarch=ssse3         ;;
 +                    corei7|nehalem)            echo -xtarget=nehalem     ;;
 +                    westmere)                  echo -xtarget=westmere    ;;
 +                    silvermont)                echo -xarch=sse4_2        ;;
 +                    corei7-avx|sandybridge)    echo -xtarget=sandybridge ;;
 +                    core-avx*|ivybridge|haswell|broadwell)
 +                                               echo -xarch=avx           ;;
 +                    amdfam10|barcelona)        echo -xtarget=barcelona   ;;
 +                    btver1)                    echo -xarch=amdsse4a      ;;
 +                    btver2|bdver*)             echo -xarch=avx           ;;
                      athlon-4|athlon-[mx]p)     echo -xarch=ssea          ;;
                      k8|opteron|athlon64|athlon-fx)
                                                 echo -xarch=sse2a         ;;
@@@ -3681,16 -3075,13 +3682,16 @@@ tms470_flags()
  probe_cc(){
      pfx=$1
      _cc=$2
 +    first=$3
  
      unset _type _ident _cc_c _cc_e _cc_o _flags _cflags
      unset _ld_o _ldflags _ld_lib _ld_path
      unset _depflags _DEPCMD _DEPFLAGS
      _flags_filter=echo
  
 -    if $_cc -v 2>&1 | grep -q '^gcc.*LLVM'; then
 +    if $_cc --version 2>&1 | grep -q '^GNU assembler'; then
 +        true # no-op to avoid reading stdin in following checks
 +    elif $_cc -v 2>&1 | grep -q '^gcc.*LLVM'; then
          _type=llvm_gcc
          gcc_extra_ver=$(expr "$($_cc --version 2>/dev/null | head -n1)" : '.*\((.*)\)')
          _ident="llvm-gcc $($_cc -dumpversion 2>/dev/null) $gcc_extra_ver"
          gcc_pkg_ver=$(expr "$gcc_version" : '[^ ]* \(([^)]*)\)')
          gcc_ext_ver=$(expr "$gcc_version" : ".*$gcc_pkg_ver $gcc_basever \\(.*\\)")
          _ident=$(cleanws "gcc $gcc_basever $gcc_pkg_ver $gcc_ext_ver")
 -        if ! $_cc -dumpversion | grep -q '^2\.'; then
 -            _depflags='-MMD -MF $(@:.o=.d) -MT $@'
 +        case $gcc_basever in
 +            2) ;;
 +            2.*) ;;
 +            *) _depflags='-MMD -MF $(@:.o=.d) -MT $@' ;;
 +        esac
 +        if [ "$first" = true ]; then
 +            case $gcc_basever in
 +                4.2*)
 +                warn "gcc 4.2 is outdated and may miscompile FFmpeg. Please use a newer compiler." ;;
 +            esac
          fi
          _cflags_speed='-O3'
          _cflags_size='-Os'
          _cflags_speed='-O3'
          _cflags_size='-Os'
          _cflags_noopt='-O1'
 +        _flags_filter=icc_flags
      elif $_cc -v 2>&1 | grep -q xlc; then
          _type=xlc
          _ident=$($_cc -qversion 2>/dev/null | head -n1)
          opt_common='-alias=ansi -Mdse -Mlre -Mpre'
          _cflags_speed="-O3 -Mautoinline -Munroll=c:4 $opt_common"
          _cflags_size="-O2 -Munroll=c:1 $opt_common"
 -        _cflags_noopt="-O1"
 +        _cflags_noopt="-O"
          _flags_filter=pgi_flags
      elif $_cc 2>&1 | grep -q 'Microsoft.*ARM.*Assembler'; then
          _type=armasm
          # 4509: "This form of conditional instruction is deprecated"
          _flags="-nologo -ignore 4509"
          _flags_filter=armasm_flags
 -    elif $_cc -nologo- 2>&1 | grep -q Microsoft; then
 -        _type=msvc
 -        _ident=$($_cc 2>&1 | head -n1)
 -        _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
 -        _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
 -        _cflags_speed="-O2"
 -        _cflags_size="-O1"
 -        if $_cc -nologo- 2>&1 | grep -q Linker; then
 -            _ld_o='-out:$@'
 -        else
 -            _ld_o='-Fe$@'
 -        fi
 -        _cc_o='-Fo$@'
 -        _cc_e='-P -Fi$@'
 -        _flags_filter=msvc_flags
 -        _ld_lib='lib%.a'
 -        _ld_path='-libpath:'
 -        _flags='-nologo'
 -        _cflags='-D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS'
      elif $_cc 2>&1 | grep -q Intel; then
          _type=icl
          _ident=$($_cc 2>&1 | head -n1)
          _ld_path='-libpath:'
          # -Qdiag-error to make icl error when seeing certain unknown arguments
          _flags='-nologo -Qdiag-error:4044,10157'
 -        # -Qvec- -Qsimd- to prevent miscompilation, -GS for consistency
 +        # -Qvec- -Qsimd- to prevent miscompilation, -GS, fp:precise for consistency
          # with MSVC which enables it by default.
 -        _cflags='-D_USE_MATH_DEFINES -Qms0 -Qvec- -Qsimd- -GS'
 +        _cflags='-D_USE_MATH_DEFINES -Qms0 -Qvec- -Qsimd- -GS -fp:precise'
 +        disable stripping
 +    elif $_cc -nologo- 2>&1 | grep -q Microsoft; then
 +        _type=msvc
 +        _ident=$($_cc 2>&1 | head -n1)
 +        _DEPCMD='$(DEP$(1)) $(DEP$(1)FLAGS) $($(1)DEP_FLAGS) $< 2>&1 | awk '\''/including/ { sub(/^.*file: */, ""); gsub(/\\/, "/"); if (!match($$0, / /)) print "$@:", $$0 }'\'' > $(@:.o=.d)'
 +        _DEPFLAGS='$(CPPFLAGS) $(CFLAGS) -showIncludes -Zs'
 +        _cflags_speed="-O2"
 +        _cflags_size="-O1"
 +        if $_cc -nologo- 2>&1 | grep -q Linker; then
 +            _ld_o='-out:$@'
 +        else
 +            _ld_o='-Fe$@'
 +        fi
 +        _cc_o='-Fo$@'
 +        _cc_e='-P -Fi$@'
 +        _flags_filter=msvc_flags
 +        _ld_lib='lib%.a'
 +        _ld_path='-libpath:'
 +        _flags='-nologo'
 +        _cflags='-D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS'
 +        disable stripping
      elif $_cc --version 2>/dev/null | grep -q ^cparser; then
          _type=cparser
          _ident=$($_cc --version | head -n1)
@@@ -3877,7 -3257,7 +3878,7 @@@ set_ccvars()
      fi
  }
  
 -probe_cc cc "$cc"
 +probe_cc cc "$cc" "true"
  cflags_filter=$_flags_filter
  cflags_speed=$_cflags_speed
  cflags_size=$_cflags_size
@@@ -3899,7 -3279,7 +3900,7 @@@ test -n "$cc_type" && enable $cc_type |
  : ${dep_cc_default:=$cc}
  : ${ld_default:=$cc}
  : ${host_ld_default:=$host_cc}
 -set_default ar as objcc dep_cc ld host_ld
 +set_default ar as objcc dep_cc ld host_ld windres
  
  probe_cc as "$as"
  asflags_filter=$_flags_filter
@@@ -3940,16 -3320,12 +3941,16 @@@ elif $ar 2>&1 | grep -q 'Texas Instrume
  elif $ar 2>&1 | grep -q 'Usage: ar.*-X.*any'; then
      arflags='-Xany -r -c'
      ar_o='$@'
 +elif $ar 2>&1 | grep -q "\[D\] "; then
 +    arflags="rcD"
 +    ar_o='$@'
  else
      arflags="rc"
      ar_o='$@'
  fi
  
  add_cflags $extra_cflags
 +add_cxxflags $extra_cxxflags
  add_objcflags $extra_objcflags
  add_asflags $extra_cflags
  
@@@ -3958,9 -3334,6 +3959,9 @@@ if test -n "$sysroot"; the
          gcc|llvm_gcc|clang)
              add_cppflags --sysroot="$sysroot"
              add_ldflags --sysroot="$sysroot"
 +# On Darwin --sysroot may be ignored, -isysroot always affects headers and linking
 +            add_cppflags -isysroot "$sysroot"
 +            add_ldflags -isysroot "$sysroot"
          ;;
          tms470)
              add_cppflags -I"$sysinclude"
@@@ -3985,17 -3358,6 +3986,17 @@@ if test "$cpu" = host; the
              }
              cpu=$(check_native -march || check_native -mcpu)
          ;;
 +        clang)
 +            check_native(){
 +                $cc $1=native -v -c -o $TMPO $TMPC >$TMPE 2>&1 || return
 +                sed -n "/cc1.*-target-cpu /{
 +                            s/.*-target-cpu \\([^ ]*\\).*/\\1/
 +                            p
 +                            q
 +                        }" $TMPE
 +            }
 +            cpu=$(check_native -march)
 +        ;;
      esac
  
      test "${cpu:-host}" = host &&
@@@ -4007,7 -3369,7 +4008,7 @@@ case "$arch" i
      aarch64|arm64)
          arch="aarch64"
      ;;
 -    arm*)
 +    arm*|iPad*|iPhone*)
          arch="arm"
      ;;
      mips*|IP*)
      tilegx|tile-gx)
          arch="tilegx"
      ;;
 -    i[3-6]86|i86pc|BePC|x86pc|x86_64|amd64)
 +    i[3-6]86*|i86pc|BePC|x86pc|x86_64|x86_32|amd64)
          arch="x86"
      ;;
  esac
@@@ -4120,10 -3482,7 +4121,10 @@@ elif enabled arm; the
  
      case "$subarch" in
          armv5t*)    enable fast_clz                ;;
 -        armv[6-8]*) enable fast_clz fast_unaligned ;;
 +        armv[6-8]*)
 +            enable fast_clz
 +            disabled fast_unaligned || enable fast_unaligned
 +            ;;
      esac
  
  elif enabled avr32; then
@@@ -4155,119 -3514,6 +4156,119 @@@ elif enabled mips; the
  
      cpuflags="-march=$cpu"
  
 +    case $cpu in
 +        24kc)
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable mipsfpu
 +            disable mipsdsp
 +            disable mipsdspr2
 +            disable msa
 +        ;;
 +        24kf*)
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable mipsdsp
 +            disable mipsdspr2
 +            disable msa
 +        ;;
 +        24kec|34kc|1004kc)
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable mipsfpu
 +            disable mipsdspr2
 +            disable msa
 +        ;;
 +        24kef*|34kf*|1004kf*)
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable mipsdspr2
 +            disable msa
 +        ;;
 +        74kc)
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable mipsfpu
 +            disable msa
 +        ;;
 +        74kf)
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable msa
 +        ;;
 +        p5600)
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable mipsdsp
 +            disable mipsdspr2
 +            check_cflags "-mtune=p5600" &&
 +            check_cflags "-mfp64 -msched-weight -mload-store-pairs -funroll-loops" &&
 +            add_asflags "-mfp64"
 +        ;;
 +        i6400)
 +            disable mips32r2
 +            disable mips32r6
 +            disable mips64r2
 +            disable mipsdsp
 +            disable mipsdspr2
 +            check_cflags "-mtune=i6400 -mabi=64" &&
 +            check_cflags "-mfp64 -msched-weight -mload-store-pairs -funroll-loops" &&
 +            check_ldflags "-mabi=64" &&
 +            add_asflags "-mfp64"
 +        ;;
 +        loongson*)
 +            disable mips32r2
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable mipsfpu
 +            disable mipsdsp
 +            disable mipsdspr2
 +            disable msa
 +            enable local_aligned_8 local_aligned_16 local_aligned_32
 +            enable simd_align_16
 +            enable fast_64bit
 +            enable fast_clz
 +            enable fast_cmov
 +            enable fast_unaligned
 +            disable aligned_stack
 +            case $cpu in
 +                loongson3*)
 +                    cpuflags="-march=loongson3a -mhard-float -fno-expensive-optimizations"
 +                ;;
 +                loongson2e)
 +                    cpuflags="-march=loongson2e -mhard-float -fno-expensive-optimizations"
 +                ;;
 +                loongson2f)
 +                    cpuflags="-march=loongson2f -mhard-float -fno-expensive-optimizations"
 +                ;;
 +            esac
 +        ;;
 +        generic)
 +            disable mips64r6
 +            disable msa
 +        ;;
 +        *)
 +            # Unknown CPU. Disable everything.
 +            warn "unknown CPU. Disabling all MIPS optimizations."
 +            disable mipsfpu
 +            disable mips32r2
 +            disable mips32r6
 +            disable mips64r2
 +            disable mips64r6
 +            disable mipsdsp
 +            disable mipsdspr2
 +            disable msa
 +        ;;
 +    esac
 +
  elif enabled ppc; then
  
      disable ldbrx
          ;;
          power[7-8]*)
              cpuflags="-mcpu=$cpu"
 -            enable ldbrx
          ;;
          cell)
              cpuflags="-mcpu=cell"
@@@ -4354,8 -3601,7 +4355,8 @@@ elif enabled x86; the
              disable i686
          ;;
          # targets that do support nopl and conditional mov (cmov)
 -        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx|core2|corei7*|amdfam10|barcelona|atom|bdver*)
 +        i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64*|k8*|opteron*|athlon-fx\
 +        |core*|atom|bonnell|nehalem|westmere|silvermont|sandybridge|ivybridge|haswell|broadwell|amdfam10|barcelona|b[dt]ver*)
              cpuflags="-march=$cpu"
              enable i686
              enable fast_cmov
@@@ -4390,7 -3636,6 +4391,7 @@@ if test "$?" != 0; the
  fi
  
  add_cppflags -D_ISOC99_SOURCE
 +add_cxxflags -D__STDC_CONSTANT_MACROS
  check_cflags -std=c99
  check_cc -D_FILE_OFFSET_BITS=64 <<EOF && add_cppflags -D_FILE_OFFSET_BITS=64
  #include <stdlib.h>
@@@ -4438,18 -3683,10 +4439,18 @@@ case "$arch" i
      ;;
      x86)
          check_64bit x86_32 x86_64 'sizeof(void *) > 4'
 +        # Treat x32 as x64 for now. Note it also needs spic=$shared
 +        test "$subarch" = "x86_32" && check_cpp_condition stddef.h 'defined(__x86_64__)' &&
 +            subarch=x86_64
          if test "$subarch" = "x86_64"; then
              spic=$shared
          fi
      ;;
 +    ppc)
 +        check_cc <<EOF && subarch="ppc64"
 +        int test[(int)sizeof(char*) - 7];
 +EOF
 +    ;;
  esac
  
  enable $subarch
@@@ -4478,7 -3715,6 +4479,7 @@@ case $target_os i
          SHFLAGS='-shared -Wl,-h,$$(@F)'
          enabled x86 && SHFLAGS="-mimpure-text $SHFLAGS"
          network_extralibs="-lsocket -lnsl"
 +        add_cppflags -D__EXTENSIONS__
          # When using suncc to build, the Solaris linker will mark
          # an executable with each instruction set encountered by
          # the Solaris assembler.  As our libraries contain their own
          disable symver
          oss_indev_extralibs="-lossaudio"
          oss_outdev_extralibs="-lossaudio"
 +        enabled gcc || check_ldflags -Wl,-zmuldefs
          ;;
      openbsd|bitrig)
          disable symver
          ;;
      bsd/os)
          add_extralibs -lpoll -lgnugetopt
 +        strip="strip -d"
          ;;
      darwin)
          enabled ppc && add_asflags -force_cpusubtype_ALL
          SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME_WITH_MAJOR),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR)'
          enabled x86_32 && append SHFLAGS -Wl,-read_only_relocs,suppress
 +        strip="${strip} -x"
          add_ldflags -Wl,-dynamic,-search_paths_first
          SLIBSUF=".dylib"
          SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME).$(LIBVERSION)$(SLIBSUF)'
          SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME).$(LIBMAJOR)$(SLIBSUF)'
          objformat="macho"
          enabled x86_64 && objformat="macho64"
 -        enabled_any pic shared ||
 +        enabled_any pic shared x86_64 ||
              { check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
          ;;
      msys*)
          else
              target_os=mingw32
          fi
 +        decklink_outdev_extralibs="$decklink_outdev_extralibs -lole32 -loleaut32"
 +        decklink_indev_extralibs="$decklink_indev_extralibs -lole32 -loleaut32"
          LIBTARGET=i386
          if enabled x86_64; then
              LIBTARGET="i386:x86-64"
          elif enabled arm; then
              LIBTARGET=arm-wince
          fi
 -        check_ldflags -Wl,--nxcompat
 -        check_ldflags -Wl,--dynamicbase
 +        enabled shared && ! enabled small && check_cmd $windres --version && enable gnu_windres
 +        enabled x86_32 && check_ldflags -Wl,--large-address-aware
          shlibdir_default="$bindir_default"
          SLIBPREF=""
          SLIBSUF=".dll"
          SLIBNAME_WITH_VERSION='$(SLIBPREF)$(FULLNAME)-$(LIBVERSION)$(SLIBSUF)'
          SLIBNAME_WITH_MAJOR='$(SLIBPREF)$(FULLNAME)-$(LIBMAJOR)$(SLIBSUF)'
 -        SLIB_EXTRA_CMD=-'sed -e "s/ @[^ ]*//" $$(@:$(SLIBSUF)=.orig.def) > $$(@:$(SLIBSUF)=.def); $(DLLTOOL) -m $(LIBTARGET) -d $$(@:$(SLIBSUF)=.def) -l $(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib) -D $(SLIBNAME_WITH_MAJOR)'
 +        dlltool="${cross_prefix}dlltool"
 +        if check_cmd lib.exe -list; then
 +            SLIB_EXTRA_CMD=-'sed -e "s/ @[^ ]*//" $$(@:$(SLIBSUF)=.orig.def) > $$(@:$(SLIBSUF)=.def); lib.exe /machine:$(LIBTARGET) /def:$$(@:$(SLIBSUF)=.def) /out:$(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib)'
 +            if enabled x86_64; then
 +                LIBTARGET=x64
 +            fi
 +        elif check_cmd $dlltool --version; then
 +            SLIB_EXTRA_CMD=-'sed -e "s/ @[^ ]*//" $$(@:$(SLIBSUF)=.orig.def) > $$(@:$(SLIBSUF)=.def); $(DLLTOOL) -m $(LIBTARGET) -d $$(@:$(SLIBSUF)=.def) -l $(SUBDIR)$(SLIBNAME:$(SLIBSUF)=.lib) -D $(SLIBNAME_WITH_MAJOR)'
 +        fi
          SLIB_INSTALL_NAME='$(SLIBNAME_WITH_MAJOR)'
          SLIB_INSTALL_LINKS=
          SLIB_INSTALL_EXTRA_SHLIB='$(SLIBNAME:$(SLIBSUF)=.lib)'
          SLIB_INSTALL_EXTRA_LIB='lib$(SLIBNAME:$(SLIBSUF)=.dll.a) $(SLIBNAME_WITH_MAJOR:$(SLIBSUF)=.def)'
 -        SHFLAGS='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.orig.def) -Wl,--out-implib,$(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc -Wl,--enable-auto-image-base'
 +        SHFLAGS='-shared -Wl,--output-def,$$(@:$(SLIBSUF)=.orig.def) -Wl,--out-implib,$(SUBDIR)lib$(SLIBNAME:$(SLIBSUF)=.dll.a) -Wl,--enable-runtime-pseudo-reloc -Wl,--disable-auto-image-base'
          objformat="win32"
 -        dlltool="${cross_prefix}dlltool"
          ranlib=:
          enable dos_paths
 +        check_ldflags -Wl,--nxcompat,--dynamicbase
 +        # Lets work around some stupidity in binutils.
 +        # ld will strip relocations from executables even though we need them
 +        # for dynamicbase (ASLR).  Using -pie does retain the reloc section
 +        # however ld then forgets what the entry point should be (oops) so we
 +        # have to manually (re)set it.
 +        if enabled x86_32; then
 +            add_ldexeflags -Wl,--pic-executable,-e,_mainCRTStartup
 +        elif enabled x86_64; then
 +            add_ldexeflags -Wl,--pic-executable,-e,mainCRTStartup
 +            check_ldflags -Wl,--high-entropy-va # binutils 2.25
 +            # Set image base >4GB for extra entropy with HEASLR
 +            add_ldexeflags -Wl,--image-base,0x140000000
 +            append SHFLAGS -Wl,--image-base,0x180000000
 +        fi
          ;;
      win32|win64)
          disable symver
              # Cannot build both shared and static libs with MSVC or icl.
              disable static
          fi
 +        enabled x86_32 && check_ldflags -LARGEADDRESSAWARE
          shlibdir_default="$bindir_default"
          SLIBPREF=""
          SLIBSUF=".dll"
          SHFLAGS='-shared -Wl,--out-implib,$(SUBDIR)lib$(FULLNAME).dll.a'
          objformat="win32"
          enable dos_paths
 +        enabled shared && ! enabled small && check_cmd $windres --version && enable gnu_windres
          ;;
      *-dos|freedos|opendos)
          network_extralibs="-lsocket"
          ranlib="echo ignoring ranlib"
          ;;
      os/2*)
 +        strip="lxlite -CS"
          ln_s="cp -f"
          objformat="aout"
          add_cppflags -D_GNU_SOURCE
              emximp -o $(SUBDIR)$(LIBPREF)$(NAME)_dll.lib $(SUBDIR)$(NAME).def;'
          SLIB_INSTALL_EXTRA_LIB='$(LIBPREF)$(NAME)_dll.a $(LIBPREF)$(NAME)_dll.lib'
          enable dos_paths
 +        enable_weak os2threads
          ;;
      gnu/kfreebsd)
          add_cppflags -D_BSD_SOURCE
          add_compat strtod.o strtod=avpriv_strtod
          network_extralibs='-lbsd'
          exeobjs=compat/plan9/main.o
 +        disable ffserver
          cp_f='cp'
          ;;
      none)
          ;;
  esac
  
 +# test if creating links works
 +link_dest=$(mktemp -u $TMPDIR/dest_XXXXXXXX)
 +link_name=$(mktemp -u $TMPDIR/name_XXXXXXXX)
 +mkdir "$link_dest"
 +$ln_s "$link_dest" "$link_name"
 +touch "$link_dest/test_file"
 +if [ "$source_path" != "." ] && ([ ! -d src ] || [ -L src ]) && [ -e "$link_name/test_file" ]; then
 +    # create link to source path
 +    [ -e src ] && rm src
 +    $ln_s "$source_path" src
 +    source_link=src
 +else
 +    # creating directory links doesn't work
 +    # fall back to using the full source path
 +    source_link="$source_path"
 +fi
 +# cleanup
 +rm -r "$link_dest"
 +rm -r "$link_name"
 +
  # determine libc flavour
  
  probe_libc(){
      # MinGW64 is backwards compatible with MinGW32, so check for it first.
      elif check_${pfx}cpp_condition _mingw.h "defined __MINGW64_VERSION_MAJOR"; then
          eval ${pfx}libc_type=mingw64
 +        if check_${pfx}cpp_condition _mingw.h "__MINGW64_VERSION_MAJOR < 3"; then
 +            add_compat msvcrt/snprintf.o
 +            add_cflags "-include $source_path/compat/msvcrt/snprintf.h"
 +        fi
          add_${pfx}cppflags -U__STRICT_ANSI__ -D__USE_MINGW_ANSI_STDIO=1
          eval test \$${pfx_no_}cc_type = "gcc" &&
              add_${pfx}cppflags -D__printf__=__gnu_printf__
      elif check_${pfx}cpp_condition sys/brand.h "defined LABELED_BRAND_NAME"; then
          eval ${pfx}libc_type=solaris
          add_${pfx}cppflags -D__EXTENSIONS__ -D_XOPEN_SOURCE=600
 -    else
 -        eval ${pfx}libc_type=default
 -        add_${pfx}cppflags -D_DEFAULT_SOURCE
      fi
 +    check_${pfx}cc <<EOF
 +#include <time.h>
 +void *v = localtime_r;
 +EOF
 +test "$?" != 0 && check_${pfx}cc -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 <<EOF && add_${pfx}cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600
 +#include <time.h>
 +void *v = localtime_r;
 +EOF
 +
  }
  
  probe_libc
@@@ -4843,14 -4017,10 +4844,14 @@@ esc()
      echo "$*" | sed 's/%/%25/g;s/:/%3a/g'
  }
  
 -echo "config:$arch:$subarch:$cpu:$target_os:$(esc $cc_ident):$(esc $LIBAV_CONFIGURATION)" >config.fate
 +echo "config:$arch:$subarch:$cpu:$target_os:$(esc $cc_ident):$(esc $FFMPEG_CONFIGURATION)" >config.fate
  
  check_cpp_condition stdlib.h "defined(__PIC__) || defined(__pic__) || defined(PIC)" && enable_weak pic
  
 +set_default libdir
 +: ${shlibdir_default:="$libdir"}
 +: ${pkgconfigdir_default:="$libdir/pkgconfig"}
 +
  set_default $PATHS_LIST
  set_default nm
  
@@@ -4869,16 -4039,7 +4870,16 @@@ die_license_disabled() 
      enabled $1 || { enabled $2 && die "$2 is $1 and --enable-$1 is not specified."; }
  }
  
 +die_license_disabled_gpl() {
 +    enabled $1 || { enabled $2 && die "$2 is incompatible with the gpl and --enable-$1 is not specified."; }
 +}
 +
 +die_license_disabled gpl frei0r
  die_license_disabled gpl libcdio
 +die_license_disabled gpl librubberband
 +die_license_disabled gpl libsmbclient
 +die_license_disabled gpl libutvideo
 +die_license_disabled gpl libvidstab
  die_license_disabled gpl libx264
  die_license_disabled gpl libx265
  die_license_disabled gpl libxavs
@@@ -4887,14 -4048,13 +4888,14 @@@ die_license_disabled gpl x11gra
  
  die_license_disabled nonfree cuda
  die_license_disabled nonfree libfaac
 -die_license_disabled nonfree libfdk_aac
  die_license_disabled nonfree nvenc
 -die_license_disabled nonfree openssl
 +enabled gpl && die_license_disabled_gpl nonfree libfdk_aac
 +enabled gpl && die_license_disabled_gpl nonfree openssl
  
 +die_license_disabled version3 gmp
  die_license_disabled version3 libopencore_amrnb
  die_license_disabled version3 libopencore_amrwb
 -die_license_disabled version3 libvo_aacenc
 +die_license_disabled version3 libsmbclient
  die_license_disabled version3 libvo_amrwbenc
  
  enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; }
@@@ -4951,10 -4111,6 +4952,10 @@@ unsigned int endian = 'B' << 24 | 'I' <
  EOF
  od -t x1 $TMPO | grep -q '42 *49 *47 *45' && enable bigendian
  
 +if ! enabled ppc64 || enabled bigendian; then
 +    disable vsx
 +fi
 +
  check_gas() {
      log "check_gas using '$as' as AS"
      # :vararg is used on aarch64, arm and ppc altivec
@@@ -4975,7 -4131,7 +4976,7 @@@ EO
  if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
      nogas=:
      enabled_any arm aarch64 && nogas=die
 -    enabled_all ppc altivec && nogas=warn
 +    enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
      as_noop=-v
  
      case $as_type in
  
      [ $target_os = "darwin" ] && gaspp_as_type="apple-$gaspp_as_type"
  
 -    check_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as $as_noop &&
 -        gas="gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- $as"
 +    test "${as#*gas-preprocessor.pl}" != "$as" ||
 +    check_cmd gas-preprocessor.pl -arch $arch -as-type $gaspp_as_type -- ${as:=$cc} $as_noop &&
 +        gas="${gas:=gas-preprocessor.pl} -arch $arch -as-type $gaspp_as_type -- ${as:=$cc}"
  
      if ! check_gas ; then
          as=${gas:=$as}
  
  check_inline_asm inline_asm_labels '"1:\n"'
  
 +check_inline_asm inline_asm_nonlocal_labels '"Label:\n"'
 +
  if enabled aarch64; then
      enabled armv8 && check_insn armv8 'prfm   pldl1strm, [x0]'
      # internal assembler in clang 3.3 does not support this instruction
@@@ -5021,11 -4174,7 +5022,11 @@@ elif enabled alpha; the
  elif enabled arm; then
  
      enabled msvc && check_cpp_condition stddef.h "defined _M_ARMT" && enable thumb
 -    check_cpp_condition stddef.h "defined __thumb__" && enable_weak thumb
 +
 +    check_cpp_condition stddef.h "defined __thumb__" && check_cc <<EOF && enable_weak thumb
 +float func(float a, float b){ return a+b; }
 +EOF
 +
      enabled thumb && check_cflags -mthumb || check_cflags -marm
  
      if     check_cpp_condition stddef.h "defined __ARM_PCS_VFP"; then
      elif ! check_cpp_condition stddef.h "defined __ARM_PCS || defined __SOFTFP__" && [ $target_os != darwin ]; then
          case "${cross_prefix:-$cc}" in
              *hardfloat*)         enable vfp_args;   fpabi=vfp ;;
 -            *) check_ld <<EOF && enable vfp_args && fpabi=vfp || fpabi=soft ;;
 +            *) check_ld "cc" <<EOF && enable vfp_args && fpabi=vfp || fpabi=soft ;;
  __asm__ (".eabi_attribute 28, 1");
  int main(void) { return 0; }
  EOF
      enabled neon    && check_insn neon    'vadd.i16 q0, q0, q0'
      enabled vfp     && check_insn vfp     'fadds s0, s0, s0'
      enabled vfpv3   && check_insn vfpv3   'vmov.f32 s0, #1.0'
 +    enabled setend  && check_insn setend  'setend be'
  
      [ $target_os = linux ] || [ $target_os = android ] ||
          map 'enabled_any ${v}_external ${v}_inline || disable $v' \
  
  elif enabled mips; then
  
 -    check_inline_asm loongson '"dmult.g $1, $2, $3"'
 +    enabled loongson2 && check_inline_asm loongson2 '"dmult.g $8, $9, $10"'
 +    enabled loongson3 && check_inline_asm loongson3 '"gsldxc1 $f0, 0($2, $3)"'
 +    enabled mmi && check_inline_asm mmi '"punpcklhw $f0, $f0, $f0"'
 +
 +    # Enable minimum ISA based on selected options
 +    if enabled mips64 && (enabled mipsdsp || enabled mipsdspr2); then
 +        add_cflags "-mips64r2"
 +        add_asflags "-mips64r2"
 +    elif enabled mips64 && enabled mipsfpu && disabled loongson2 && disabled loongson3; then
 +        add_cflags "-mips64"
 +        add_asflags "-mips64"
 +    elif enabled mipsdsp || enabled mipsdspr2; then
 +        add_cflags "-mips32r2 -mfp32"
 +        add_asflags "-mips32r2 -mfp32"
 +    fi
  
 -    # make sure that only an instruction set is enabled
 -    disable mips64r6 mips32r6 mips64r2 mips32r2 mips64r1 mips32r1
 +    enabled mipsdsp && add_cflags "-mdsp" && add_asflags "-mdsp" &&
 +     check_inline_asm mipsdsp '"addu.qb $t0, $t1, $t2"'
 +    enabled mipsdspr2 && add_cflags "-mdspr2" && add_asflags "-mdspr2" &&
 +     check_inline_asm mipsdspr2 '"absq_s.qb $t0, $t1"'
 +    enabled mipsfpu   && add_cflags "-mhard-float" && add_asflags "-mhard-float" &&
 +     check_inline_asm mipsfpu   '"madd.d $f0, $f2, $f4, $f6"'
 +    enabled msa       && check_cflags "-mmsa" && check_ldflags "-mmsa" &&
 +     check_inline_asm msa       '"addvi.b $w0, $w1, 1"'
  
 -    if enabled mips64; then
 -        check_inline_asm mips64r6 '"dlsa $0, $0, $0, 1"' ||
 -            check_inline_asm mips64r2 '"dext $0, $0, 0, 1"' ||
 -                check_inline_asm mips64r1 '"daddi $0, $0, 0"'
 -    else
 -        check_inline_asm mips32r6 '"aui $0, $0, 0"' ||
 -            check_inline_asm mips32r2 '"ext $0, $0, 0, 1"' ||
 -                check_inline_asm mips32r1 '"addi $0, $0, 0"'
 -    fi
 +    enabled msa && add_asflags "-mmsa"
  
  elif enabled parisc; then
  
      if enabled gcc; then
          case $($cc -dumpversion) in
 -            4.[3-8].*) check_cflags -fno-optimize-sibling-calls ;;
 +            4.[3-9].*) check_cflags -fno-optimize-sibling-calls ;;
          esac
      fi
  
  elif enabled ppc; then
  
 -    enable local_aligned_8 local_aligned_16
 +    enable local_aligned_8 local_aligned_16 local_aligned_32
  
      check_inline_asm dcbzl     '"dcbzl 0, %0" :: "r"(0)'
      check_inline_asm ibm_asm   '"add 0, 0, 0"'
@@@ -5149,7 -4285,7 +5150,7 @@@ elif enabled x86; the
      check_builtin rdtsc    intrin.h   "__rdtsc()"
      check_builtin mm_empty mmintrin.h "_mm_empty()"
  
 -    enable local_aligned_8 local_aligned_16
 +    enable local_aligned_8 local_aligned_16 local_aligned_32
  
      # check whether EBP is available on x86
      # As 'i' is stored on the stack, this program will crash
@@@ -5168,9 -4304,6 +5169,9 @@@ EO
      # check whether xmm clobbers are supported
      check_inline_asm xmm_clobbers '"":::"%xmm0"'
  
 +    check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test, %eax"' ||
 +        check_inline_asm inline_asm_direct_symbol_refs '"movl '$extern_prefix'test(%rip), %eax"'
 +
      # check whether binutils is new enough to compile SSSE3/MMXEXT
      enabled ssse3  && check_inline_asm ssse3_inline  '"pabsw %xmm0, %xmm0"'
      enabled mmxext && check_inline_asm mmxext_inline '"pmaxub %mm0, %mm1"'
          elif check_cmd nasm -v; then
              yasmexe=nasm
              yasm_debug="-g -F dwarf"
 -            enabled x86_64 && test "$objformat" = elf && objformat=elf64
 +            if enabled x86_64; then
 +                case "$objformat" in
 +                    elf)   objformat=elf64 ;;
 +                    win32) objformat=win64 ;;
 +                esac
 +            fi
          fi
  
          YASMFLAGS="-f $objformat $yasm_extra"
              die "yasm/nasm not found or too old. Use --disable-yasm for a crippled build."
          check_yasm "vextracti128 xmm0, ymm0, 0"      || disable avx2_external
          check_yasm "vpmacsdd xmm0, xmm1, xmm2, xmm3" || disable xop_external
 -        check_yasm "vfmadd132ps ymm0, ymm1, ymm2"    || disable fma3_external
          check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
          check_yasm "CPU amdnop" || disable cpunop
      fi
  check_code cc arm_neon.h "int16x8_t test = vdupq_n_s16(0)" && enable intrinsics_neon
  
  check_ldflags -Wl,--as-needed
 +check_ldflags -Wl,-z,noexecstack
  
  if check_func dlopen; then
      ldl=
@@@ -5224,13 -4352,6 +5225,13 @@@ elif check_func dlopen -ldl; the
      ldl=-ldl
  fi
  
 +decklink_outdev_extralibs="$decklink_outdev_extralibs $ldl"
 +decklink_indev_extralibs="$decklink_indev_extralibs $ldl"
 +frei0r_filter_extralibs='$ldl'
 +frei0r_src_filter_extralibs='$ldl'
 +ladspa_filter_extralibs='$ldl'
 +nvenc_encoder_extralibs='$ldl'
 +
  if ! disabled network; then
      check_func getaddrinfo $network_extralibs
      check_func inet_aton $network_extralibs
  fi
  
  check_builtin atomic_cas_ptr atomic.h "void **ptr; void *oldval, *newval; atomic_cas_ptr(ptr, oldval, newval)"
 +check_builtin atomic_compare_exchange "" "int *ptr, *oldval; int newval; __atomic_compare_exchange_n(ptr, oldval, newval, 0, __ATOMIC_SEQ_CST, __ATOMIC_SEQ_CST)"
  check_builtin machine_rw_barrier mbarrier.h "__machine_rw_barrier()"
  check_builtin MemoryBarrier windows.h "MemoryBarrier()"
 +check_builtin sarestart signal.h "SA_RESTART"
 +check_builtin sem_timedwait semaphore.h "sem_t *s; sem_init(s,0,0); sem_timedwait(s,0); sem_destroy(s)" -lpthread
  check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
 +check_builtin gmtime_r time.h "time_t *time; struct tm *tm; gmtime_r(time, tm)"
 +check_builtin localtime_r time.h "time_t *time; struct tm *tm; localtime_r(time, tm)"
  
  case "$custom_allocator" in
      jemalloc)
@@@ -5295,63 -4411,53 +5296,63 @@@ check_func_headers malloc.h _aligned_ma
  check_func  ${malloc_prefix}memalign            && enable memalign
  check_func  ${malloc_prefix}posix_memalign      && enable posix_memalign
  
 -check_cpp_condition unistd.h "defined(_POSIX_MONOTONIC_CLOCK)" &&
 -    check_func_headers time.h clock_gettime || { check_func_headers time.h clock_gettime -lrt && add_extralibs -lrt && LIBRT="-lrt"; }
 -
 +check_func  access
 +check_func  arc4random
 +check_func_headers time.h clock_gettime || { check_func_headers time.h clock_gettime -lrt && add_extralibs -lrt && LIBRT="-lrt"; }
  check_func  fcntl
  check_func  fork
  check_func  gethrtime
  check_func  getopt
  check_func  getrusage
  check_func  gettimeofday
 -check_func  gmtime_r
  check_func  isatty
 -check_func  localtime_r
  check_func  mach_absolute_time
  check_func  mkstemp
  check_func  mmap
  check_func  mprotect
  # Solaris has nanosleep in -lrt, OpenSolaris no longer needs that
 -check_func_headers time.h nanosleep || { check_func_headers time.h nanosleep -lrt && add_extralibs -lrt; }
 +check_func_headers time.h nanosleep || { check_func_headers time.h nanosleep -lrt && add_extralibs -lrt && LIBRT="-lrt"; }
  check_func  sched_getaffinity
  check_func  setrlimit
 +check_struct "sys/stat.h" "struct stat" st_mtim.tv_nsec -D_BSD_SOURCE
  check_func  strerror_r
  check_func  sysconf
  check_func  sysctl
  check_func  usleep
  
 +check_func_headers conio.h kbhit
  check_func_headers io.h setmode
 +check_func_headers lzo/lzo1x.h lzo1x_999_compress
  check_func_headers stdlib.h getenv
 +check_func_headers sys/stat.h lstat
  
  check_func_headers windows.h CoTaskMemFree -lole32
  check_func_headers windows.h GetProcessAffinityMask
  check_func_headers windows.h GetProcessTimes
  check_func_headers windows.h GetSystemTimeAsFileTime
 -check_func_headers windows.h LoadLibrary
  check_func_headers windows.h MapViewOfFile
 +check_func_headers windows.h PeekNamedPipe
  check_func_headers windows.h SetConsoleTextAttribute
 +check_func_headers windows.h SetConsoleCtrlHandler
  check_func_headers windows.h Sleep
  check_func_headers windows.h VirtualAlloc
  check_struct windows.h "CONDITION_VARIABLE" Ptr
 +check_func_headers glob.h glob
 +enabled xlib &&
 +    check_func_headers "X11/Xlib.h X11/extensions/Xvlib.h" XvGetPortAttribute -lXv -lX11 -lXext
  
 +check_header dispatch/dispatch.h
  check_header direct.h
 +check_header dirent.h
  check_header dlfcn.h
  check_header d3d11.h
  check_header dxva.h
 -check_header dxva2api.h
 +check_header dxva2api.h -D_WIN32_WINNT=0x0600
  check_header io.h
 +check_header libcrystalhd/libcrystalhd_if.h
  check_header mach/mach_time.h
  check_header malloc.h
 +check_header net/udplite.h
  check_header poll.h
  check_header sys/mman.h
  check_header sys/param.h
@@@ -5359,84 -4465,57 +5360,84 @@@ check_header sys/resource.
  check_header sys/select.h
  check_header sys/time.h
  check_header sys/un.h
 +check_header termios.h
  check_header unistd.h
  check_header valgrind/valgrind.h
  check_header vdpau/vdpau.h
  check_header vdpau/vdpau_x11.h
  check_header VideoDecodeAcceleration/VDADecoder.h
 +check_header VideoToolbox/VideoToolbox.h
  check_header windows.h
  check_header X11/extensions/XvMClib.h
 +check_header asm/types.h
  
  check_lib2 "windows.h shellapi.h" CommandLineToArgvW -lshell32
  check_lib2 "windows.h wincrypt.h" CryptGenRandom -ladvapi32
  check_lib2 "windows.h psapi.h" GetProcessMemoryInfo -lpsapi
 +check_lib "CoreServices/CoreServices.h" UTGetOSTypeFromString "-framework CoreServices"
  
  check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
  
  check_type "windows.h dxva.h" "DXVA_PicParams_HEVC" -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0
 +check_type "windows.h dxva.h" "DXVA_PicParams_VP9" -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -D_CRT_BUILD_DESKTOP_APP=0
  check_type "windows.h d3d11.h" "ID3D11VideoDecoder"
 +check_type "windows.h d3d11.h" "ID3D11VideoContext"
  check_type "d3d9.h dxva2api.h" DXVA2_ConfigPictureDecode -D_WIN32_WINNT=0x0602
  
 +check_type "va/va.h" "VAPictureParameterBufferHEVC"
 +check_type "va/va.h" "VADecPictureParameterBufferVP9"
 +
  check_type "vdpau/vdpau.h" "VdpPictureInfoHEVC"
  
 +check_cpp_condition windows.h "!WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)" && enable winrt || disable winrt
 +
  if ! disabled w32threads && ! enabled pthreads; then
      check_func_headers "windows.h process.h" _beginthreadex &&
          enable w32threads || disable w32threads
 +    if ! enabled w32threads && enabled winrt; then
 +        check_func_headers "windows.h" CreateThread &&
 +            enable w32threads || disable w32threads
 +    fi
  fi
  
  # check for some common methods of building with pthread support
  # do this before the optional library checks as some of them require pthreads
 -if ! disabled pthreads && ! enabled w32threads; then
 +if ! disabled pthreads && ! enabled w32threads && ! enabled os2threads; then
      enable pthreads
 -    if check_func pthread_join -pthread; then
 +    if check_func pthread_join -pthread && check_func pthread_create -pthread; then
          add_cflags -pthread
          add_extralibs -pthread
 -    elif check_func pthread_join -pthreads; then
 +    elif check_func pthread_join -pthreads && check_func pthread_create -pthreads; then
          add_cflags -pthreads
          add_extralibs -pthreads
 -    elif check_func pthread_join -lpthreadGC2; then
 +    elif check_func pthread_join -ldl -pthread && check_func pthread_create -ldl -pthread; then
 +        add_cflags -ldl -pthread
 +        add_extralibs -ldl -pthread
 +    elif check_func pthread_join -lpthreadGC2 && check_func pthread_create -lpthreadGC2; then
          add_extralibs -lpthreadGC2
 -    elif check_lib pthread.h pthread_join -lpthread; then
 +    elif check_lib pthread.h pthread_join -lpthread && check_lib pthread.h pthread_create -lpthread; then
          :
 -    elif ! check_func pthread_join; then
 +    elif ! check_func pthread_join && ! check_func pthread_create; then
          disable pthreads
      fi
 +    check_code cc "pthread.h" "static pthread_mutex_t atomic_lock = PTHREAD_MUTEX_INITIALIZER" || disable pthreads
 +fi
 +
 +
 +if enabled pthreads; then
 +  check_func pthread_cancel
  fi
  
  disabled  zlib || check_lib   zlib.h      zlibVersion -lz   || disable  zlib
  disabled bzlib || check_lib2 bzlib.h BZ2_bzlibVersion -lbz2 || disable bzlib
 +disabled  lzma || check_lib2  lzma.h lzma_version_number -llzma || disable lzma
  
  check_lib math.h sin -lm && LIBM="-lm"
 -enabled vaapi && require vaapi va/va.h vaInitialize -lva
 +disabled crystalhd || check_lib libcrystalhd/libcrystalhd_if.h DtsCrystalHDVersion -lcrystalhd || disable crystalhd
  
  atan2f_args=2
 +copysign_args=2
 +hypot_args=2
  ldexpf_args=2
  powf_args=2
  
@@@ -5444,134 -4523,76 +5445,134 @@@ for func in $MATH_FUNCS; d
      eval check_mathfunc $func \${${func}_args:-1}
  done
  
 +for func in $COMPLEX_FUNCS; do
 +    eval check_complexfunc $func \${${func}_args:-1}
 +done
 +
  # these are off by default, so fail if requested and not available
 -enabled avisynth          && { check_lib2 "avisynth/avisynth_c.h windows.h" LoadLibrary ||
 -                               check_lib2 "avxsynth/avxsynth_c.h dlfcn.h" dlopen -ldl   ||
 -                               die "ERROR: LoadLibrary/dlopen not found, or avisynth header not found"; }
 +enabled avfoundation_indev && { check_header_objcc AVFoundation/AVFoundation.h || disable avfoundation_indev; }
 +enabled avfoundation_indev && { check_lib2 CoreGraphics/CoreGraphics.h CGGetActiveDisplayList -framework CoreGraphics ||
 +                                check_lib2 ApplicationServices/ApplicationServices.h CGGetActiveDisplayList -framework ApplicationServices; }
 +enabled avisynth          && { { check_lib2 "windows.h" LoadLibrary; } ||
 +                               { check_lib2 "dlfcn.h" dlopen -ldl; } ||
 +                               die "ERROR: LoadLibrary/dlopen not found for avisynth"; }
  enabled cuda              && check_lib cuda.h cuInit -lcuda
 +enabled chromaprint       && require chromaprint chromaprint.h chromaprint_get_version -lchromaprint
 +enabled decklink          && { check_header DeckLinkAPI.h || die "ERROR: DeckLinkAPI.h header not found"; }
  enabled frei0r            && { check_header frei0r.h || die "ERROR: frei0r.h header not found"; }
 +enabled gmp               && require2 gmp gmp.h mpz_export -lgmp
  enabled gnutls            && require_pkg_config gnutls gnutls/gnutls.h gnutls_global_init
 +enabled ladspa            && { check_header ladspa.h || die "ERROR: ladspa.h header not found"; }
 +enabled libiec61883       && require libiec61883 libiec61883/iec61883.h iec61883_cmp_connect -lraw1394 -lavc1394 -lrom1394 -liec61883
 +enabled libass            && require_pkg_config libass ass/ass.h ass_library_init
 +enabled libbluray         && require_pkg_config libbluray libbluray/bluray.h bd_open
  enabled libbs2b           && require_pkg_config libbs2b bs2b.h bs2b_open
 -enabled libdcadec         && require libdcadec libdcadec/dca_context.h dcadec_context_create -ldcadec
 +enabled libcelt           && require libcelt celt/celt.h celt_decode -lcelt0 &&
 +                             { check_lib celt/celt.h celt_decoder_create_custom -lcelt0 ||
 +                               die "ERROR: libcelt must be installed and version must be >= 0.11.0."; }
 +enabled libcaca           && require_pkg_config caca caca.h caca_create_canvas
 +enabled libdcadec         && require_pkg_config "dcadec >= 0.1.0" libdcadec/dca_context.h dcadec_context_create
  enabled libfaac           && require2 libfaac "stdint.h faac.h" faacEncGetVersion -lfaac
 -enabled libfdk_aac        && require_pkg_config fdk-aac "fdk-aac/aacenc_lib.h" aacEncOpen
 +enabled libfdk_aac        && { use_pkg_config fdk-aac "fdk-aac/aacenc_lib.h" aacEncOpen ||
 +                               { require libfdk_aac fdk-aac/aacenc_lib.h aacEncOpen -lfdk-aac &&
 +                                 warn "using libfdk without pkg-config"; } }
 +flite_libs="-lflite_cmu_time_awb -lflite_cmu_us_awb -lflite_cmu_us_kal -lflite_cmu_us_kal16 -lflite_cmu_us_rms -lflite_cmu_us_slt -lflite_usenglish -lflite_cmulex -lflite"
 +enabled libflite          && require2 libflite "flite/flite.h" flite_init $flite_libs
 +enabled fontconfig        && enable libfontconfig
  enabled libfontconfig     && require_pkg_config fontconfig "fontconfig/fontconfig.h" FcInit
 -enabled libfreetype       && require_pkg_config freetype2 "ft2build.h FT_FREETYPE_H" FT_Init_FreeType
 +enabled libfreetype       && require_libfreetype
 +enabled libfribidi        && require_pkg_config fribidi fribidi.h fribidi_version_info
 +enabled libgme            && require  libgme gme/gme.h gme_new_emu -lgme -lstdc++
  enabled libgsm            && { for gsm_hdr in "gsm.h" "gsm/gsm.h"; do
                                     check_lib "${gsm_hdr}" gsm_create -lgsm && break;
                                 done || die "ERROR: libgsm not found"; }
  enabled libilbc           && require libilbc ilbc.h WebRtcIlbcfix_InitDecode -lilbc
  enabled libkvazaar        && require_pkg_config "kvazaar >= 0.8.1" kvazaar.h kvz_api_get
  enabled libmfx            && require_pkg_config libmfx "mfx/mfxvideo.h" MFXInit
 +enabled libmodplug        && require_pkg_config libmodplug libmodplug/modplug.h ModPlug_Load
  enabled libmp3lame        && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame
 +enabled libnut            && require libnut libnut.h nut_demuxer_init -lnut
  enabled libopencore_amrnb && require libopencore_amrnb opencore-amrnb/interf_dec.h Decoder_Interface_init -lopencore-amrnb
  enabled libopencore_amrwb && require libopencore_amrwb opencore-amrwb/dec_if.h D_IF_init -lopencore-amrwb
 -enabled libopencv         && require_pkg_config opencv opencv/cv.h cvCreateImageHeader
 +enabled libopencv         && { check_header opencv2/core/core_c.h &&
 +                               require_pkg_config opencv opencv2/core/core_c.h cvCreateImageHeader ||
 +                               require_pkg_config opencv opencv/cxcore.h cvCreateImageHeader; }
  enabled libopenh264       && require_pkg_config openh264 wels/codec_api.h WelsGetCodecVersion
 -enabled libopenjpeg       && { { check_header openjpeg.h && check_lib2 openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC; } ||
 -                               { require_pkg_config libopenjpeg1 openjpeg.h opj_version -DOPJ_STATIC; } }
 +enabled libopenjpeg       && { check_lib openjpeg-2.1/openjpeg.h opj_version -lopenjp2 -DOPJ_STATIC ||
 +                               check_lib openjpeg-2.0/openjpeg.h opj_version -lopenjp2 -DOPJ_STATIC ||
 +                               check_lib openjpeg-1.5/openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC ||
 +                               check_lib openjpeg.h opj_version -lopenjpeg -DOPJ_STATIC ||
 +                               die "ERROR: libopenjpeg not found"; }
  enabled libopus           && require_pkg_config opus opus_multistream.h opus_multistream_decoder_create
 -enabled libpulse          && require_pkg_config libpulse-simple pulse/simple.h pa_simple_new
 +enabled libpulse          && require_pkg_config libpulse pulse/pulseaudio.h pa_context_new
  enabled librtmp           && require_pkg_config librtmp librtmp/rtmp.h RTMP_Socket
 +enabled librubberband     && require_pkg_config "rubberband >= 1.8.1" rubberband/rubberband-c.h rubberband_new
  enabled libschroedinger   && require_pkg_config schroedinger-1.0 schroedinger/schro.h schro_init
 +enabled libshine          && require_pkg_config shine shine/layer3.h shine_encode_buffer
 +enabled libsmbclient      && { use_pkg_config smbclient libsmbclient.h smbc_init ||
 +                               require smbclient libsmbclient.h smbc_init -lsmbclient; }
  enabled libsnappy         && require snappy snappy-c.h snappy_compress -lsnappy
 +enabled libsoxr           && require libsoxr soxr.h soxr_create -lsoxr && LIBSOXR="-lsoxr"
 +enabled libssh            && require_pkg_config libssh libssh/sftp.h sftp_init
  enabled libspeex          && require_pkg_config speex speex/speex.h speex_decoder_init -lspeex
 +enabled libtesseract      && require_pkg_config tesseract tesseract/capi.h TessBaseAPICreate
  enabled libtheora         && require libtheora theora/theoraenc.h th_info_init -ltheoraenc -ltheoradec -logg
 -enabled libtwolame        && require libtwolame twolame.h twolame_init -ltwolame
 -enabled libvo_aacenc      && require libvo_aacenc vo-aacenc/voAAC.h voGetAACEncAPI -lvo-aacenc
 +enabled libtwolame        && require libtwolame twolame.h twolame_init -ltwolame &&
 +                             { check_lib twolame.h twolame_encode_buffer_float32_interleaved -ltwolame ||
 +                               die "ERROR: libtwolame must be installed and version must be >= 0.3.10"; }
 +enabled libutvideo        && require_cpp utvideo "stdint.h stdlib.h utvideo/utvideo.h utvideo/Codec.h" 'CCodec*' -lutvideo -lstdc++
 +enabled libv4l2           && require_pkg_config libv4l2 libv4l2.h v4l2_ioctl
 +enabled libvidstab        && require_pkg_config "vidstab >= 0.98" vid.stab/libvidstab.h vsMotionDetectInit
  enabled libvo_amrwbenc    && require libvo_amrwbenc vo-amrwbenc/enc_if.h E_IF_init -lvo-amrwbenc
  enabled libvorbis         && require libvorbis vorbis/vorbisenc.h vorbis_info_init -lvorbisenc -lvorbis -logg
 -enabled libvpx            && require_pkg_config "vpx >= 1.3.0" vpx/vpx_codec.h vpx_codec_version && {
 +
 +enabled libvpx            && {
      enabled libvpx_vp8_decoder && {
 -        check_pkg_config vpx "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp8_dx ||
 -            disable libvpx_vp8_decoder;
 +        use_pkg_config "vpx >= 0.9.1" "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp8_dx ||
 +            check_lib2 "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_dec_init_ver -lvpx ||
 +                die "ERROR: libvpx decoder version must be >=0.9.1";
      }
      enabled libvpx_vp8_encoder && {
 -        check_pkg_config vpx "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp8_cx ||
 -            disable libvpx_vp8_encoder;
 +        use_pkg_config "vpx >= 0.9.7" "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp8_cx ||
 +            check_lib2 "vpx/vpx_encoder.h vpx/vp8cx.h" "vpx_codec_enc_init_ver VP8E_SET_MAX_INTRA_BITRATE_PCT" -lvpx ||
 +                die "ERROR: libvpx encoder version must be >=0.9.7";
      }
      enabled libvpx_vp9_decoder && {
 -        check_pkg_config vpx "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp9_dx ||
 -            disable libvpx_vp9_decoder;
 +        use_pkg_config "vpx >= 1.3.0" "vpx/vpx_decoder.h vpx/vp8dx.h" vpx_codec_vp9_dx ||
 +            check_lib2 "vpx/vpx_decoder.h vpx/vp8dx.h" "vpx_codec_vp9_dx" -lvpx ||
 +                disable libvpx_vp9_decoder;
      }
      enabled libvpx_vp9_encoder && {
 -        check_pkg_config vpx "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp9_cx ||
 -            disable libvpx_vp9_encoder;
 +        use_pkg_config "vpx >= 1.3.0" "vpx/vpx_encoder.h vpx/vp8cx.h" vpx_codec_vp9_cx ||
 +            check_lib2 "vpx/vpx_encoder.h vpx/vp8cx.h" "vpx_codec_vp9_cx VP9E_SET_AQ_MODE" -lvpx ||
 +                disable libvpx_vp9_encoder;
      }
      if disabled_all libvpx_vp8_decoder libvpx_vp9_decoder libvpx_vp8_encoder libvpx_vp9_encoder; then
          die "libvpx enabled but no supported decoders found"
      fi
  }
 +
  enabled libwavpack        && require libwavpack wavpack/wavpack.h WavpackOpenFileOutput  -lwavpack
 -enabled libwebp           && require_pkg_config libwebp webp/encode.h WebPGetEncoderVersion
 -enabled libx264           && require_pkg_config x264 "stdint.h x264.h" x264_encoder_encode &&
 +enabled libwebp           && {
 +    enabled libwebp_encoder      && require_pkg_config "libwebp >= 0.2.0" webp/encode.h WebPGetEncoderVersion
 +    enabled libwebp_anim_encoder && { use_pkg_config "libwebpmux >= 0.4.0" webp/mux.h WebPAnimEncoderOptionsInit || disable libwebp_anim_encoder; } }
 +enabled libx264           && { use_pkg_config x264 "stdint.h x264.h" x264_encoder_encode ||
 +                               { require libx264 x264.h x264_encoder_encode -lx264 &&
 +                                 warn "using libx264 without pkg-config"; } } &&
                               { check_cpp_condition x264.h "X264_BUILD >= 118" ||
 -                               die "ERROR: libx264 version must be >= 0.118."; } &&
 +                               die "ERROR: libx264 must be installed and version must be >= 0.118."; } &&
                               { check_cpp_condition x264.h "X264_MPEG2" &&
                                 enable libx262; }
  enabled libx265           && require_pkg_config x265 x265.h x265_api_get &&
 -                             { check_cpp_condition x265.h "X265_BUILD >= 57" ||
 -                               die "ERROR: libx265 version must be >= 57."; }
 +                             { check_cpp_condition x265.h "X265_BUILD >= 68" ||
 +                               die "ERROR: libx265 version must be >= 68."; }
  enabled libxavs           && require libxavs xavs.h xavs_encoder_encode -lxavs
  enabled libxvid           && require libxvid xvid.h xvid_global -lxvidcore
 +enabled libzimg           && require_pkg_config zimg zimg.h zimg_get_api_version
 +enabled libzmq            && require_pkg_config libzmq zmq.h zmq_ctx_new
 +enabled libzvbi           && require libzvbi libzvbi.h vbi_decoder_new -lzvbi &&
 +                             { check_cpp_condition libzvbi.h "VBI_VERSION_MAJOR > 0 || VBI_VERSION_MINOR > 2 || VBI_VERSION_MINOR == 2 && VBI_VERSION_MICRO >= 28" ||
 +                               enabled gpl || die "ERROR: libzvbi requires version 0.2.28 or --enable-gpl."; }
  enabled mmal              && { check_lib interface/mmal/mmal.h mmal_port_connect -lmmal_core -lmmal_util -lmmal_vc_client -lbcm_host ||
                                  { ! enabled cross_compile && {
                                      add_cflags -isystem/opt/vc/include/ -isystem/opt/vc/include/interface/vmcs_host/linux -isystem/opt/vc/include/interface/vcos/pthreads -fgnu89-inline ;
                                      check_lib interface/mmal/mmal.h mmal_port_connect ; }
                                  check_lib interface/mmal/mmal.h mmal_port_connect ; } ||
                                 die "ERROR: mmal not found"; }
 -enabled openssl           && { check_pkg_config openssl openssl/ssl.h SSL_library_init && {
 -                               add_cflags $openssl_cflags && add_extralibs $openssl_libs; }||
 +enabled mmal &&
 +    (check_code cc interface/mmal/mmal.h "MMAL_PARAMETER_VIDEO_MAX_NUM_CALLBACKS" ||
 +     die "ERROR: mmal firmware headers too old")
 +
 +enabled netcdf            && require_pkg_config netcdf netcdf.h nc_inq_libvers
 +enabled nvenc             && { check_header nvEncodeAPI.h || die "ERROR: nvEncodeAPI.h not found."; } &&
 +                             { check_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 5" ||
 +                               die "ERROR: NVENC API version 4 or older is not supported"; } &&
 +                             { [ $target_os != cygwin ] || die "ERROR: NVENC is not supported on Cygwin currently."; }
 +enabled openal            && { { for al_libs in "${OPENAL_LIBS}" "-lopenal" "-lOpenAL32"; do
 +                               check_lib 'AL/al.h' alGetError "${al_libs}" && break; done } ||
 +                               die "ERROR: openal not found"; } &&
 +                             { check_cpp_condition "AL/al.h" "defined(AL_VERSION_1_1)" ||
 +                               die "ERROR: openal must be installed and version must be 1.1 or compatible"; }
 +enabled opencl            && { check_lib2 OpenCL/cl.h clEnqueueNDRangeKernel -Wl,-framework,OpenCL ||
 +                               check_lib2 CL/cl.h clEnqueueNDRangeKernel -lOpenCL ||
 +                               die "ERROR: opencl not found"; } &&
 +                             { check_cpp_condition "OpenCL/cl.h" "defined(CL_VERSION_1_2)" ||
 +                               check_cpp_condition "CL/cl.h" "defined(CL_VERSION_1_2)" ||
 +                               die "ERROR: opencl must be installed and version must be 1.2 or compatible"; }
 +enabled opengl            && { check_lib GL/glx.h glXGetProcAddress "-lGL" ||
 +                               check_lib2 windows.h wglGetProcAddress "-lopengl32 -lgdi32" ||
 +                               check_lib2 OpenGL/gl3.h glGetError "-Wl,-framework,OpenGL" ||
 +                               check_lib2 ES2/gl.h glGetError "-isysroot=${sysroot} -Wl,-framework,OpenGLES" ||
 +                               die "ERROR: opengl not found."
 +                             }
 +enabled openssl           && { use_pkg_config openssl openssl/ssl.h SSL_library_init ||
                                 check_lib openssl/ssl.h SSL_library_init -lssl -lcrypto ||
                                 check_lib openssl/ssl.h SSL_library_init -lssl32 -leay32 ||
                                 check_lib openssl/ssl.h SSL_library_init -lssl -lcrypto -lws2_32 -lgdi32 ||
                                 die "ERROR: openssl not found"; }
 -
 -if enabled gnutls; then
 -    { check_lib2 gmp.h mpz_export -lgmp && enable gmp; } ||
 -    { check_lib gcrypt.h gcry_mpi_new -lgcrypt && enable gcrypt; }
 -fi
 +enabled qtkit_indev      && { check_header_objcc QTKit/QTKit.h || disable qtkit_indev; }
  
  # libdc1394 check
  if enabled libdc1394; then
      die "ERROR: No version of libdc1394 found "
  fi
  
 -if enabled nvenc; then
 -    enabled cuda || check_header cuda.h || die "ERROR: cuda.h not found.";
 -    check_header nvEncodeAPI.h || die "ERROR: nvEncodeAPI.h not found.";
 -    check_cpp_condition nvEncodeAPI.h "NVENCAPI_MAJOR_VERSION >= 5" ||
 -        die "ERROR: NVENC API version 4 or older is not supported";
 +if enabled gcrypt; then
 +    GCRYPT_CONFIG="${cross_prefix}libgcrypt-config"
 +    if "${GCRYPT_CONFIG}" --version > /dev/null 2>&1; then
 +        gcrypt_cflags=$("${GCRYPT_CONFIG}" --cflags)
 +        gcrypt_libs=$("${GCRYPT_CONFIG}" --libs)
 +        check_func_headers gcrypt.h gcry_mpi_new $gcrypt_cflags $gcrypt_libs ||
 +            die "ERROR: gcrypt not found"
 +        add_cflags $gcrypt_cflags && add_extralibs $gcrypt_libs
 +    else
 +        require2 gcrypt gcrypt.h gcry_mpi_new -lgcrypt
 +    fi
  fi
  
 -if check_pkg_config sdl SDL_events.h SDL_PollEvent; then
 -    check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
 -    check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x010300" $sdl_cflags &&
 -    enable sdl
 +if ! disabled sdl; then
 +    SDL_CONFIG="${cross_prefix}sdl-config"
 +    if check_pkg_config sdl SDL_events.h SDL_PollEvent; then
 +        check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
 +        check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x010300" $sdl_cflags &&
 +        enable sdl
 +    else
 +        if "${SDL_CONFIG}" --version > /dev/null 2>&1; then
 +            sdl_cflags=$("${SDL_CONFIG}" --cflags)
 +            sdl_libs=$("${SDL_CONFIG}" --libs)
 +            check_func_headers SDL_version.h SDL_Linked_Version $sdl_cflags $sdl_libs &&
 +            check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) >= 0x010201" $sdl_cflags &&
 +            check_cpp_condition SDL.h "(SDL_MAJOR_VERSION<<16 | SDL_MINOR_VERSION<<8 | SDL_PATCHLEVEL) < 0x010300" $sdl_cflags &&
 +            enable sdl
 +        elif enabled sdl ; then
 +            die "ERROR: SDL not found"
 +        else
 +            disable sdl
 +        fi
 +    fi
 +    if test $target_os = "mingw32"; then
 +        sdl_libs="$sdl_libs -mconsole"
 +    fi
  fi
 +enabled sdl && add_cflags $sdl_cflags && add_extralibs $sdl_libs
 +
 +disabled securetransport || { check_func SecIdentityCreate "-Wl,-framework,CoreFoundation -Wl,-framework,Security" &&
 +    check_lib2 "Security/SecureTransport.h Security/Security.h" "SSLCreateContext SecItemImport" "-Wl,-framework,CoreFoundation -Wl,-framework,Security" &&
 +    enable securetransport; }
  
 +disabled schannel || { check_func_headers "windows.h Security.h" InitializeSecurityContext -DSECURITY_WIN32 -lSecur32 &&
 +                       enable schannel && add_extralibs -lSecur32; }
 +
 +makeinfo --version > /dev/null 2>&1 && enable makeinfo  || disable makeinfo
 +enabled makeinfo \
 +    && [ 0$(makeinfo --version | grep "texinfo" | sed 's/.*texinfo[^0-9]*\([0-9]*\)\..*/\1/') -ge 5 ] \
 +    && enable makeinfo_html || disable makeinfo_html
 +disabled makeinfo_html && texi2html --help 2> /dev/null | grep -q 'init-file' && enable texi2html || disable texi2html
 +perl -v            > /dev/null 2>&1 && enable perl      || disable perl
  pod2man --help     > /dev/null 2>&1 && enable pod2man   || disable pod2man
 -texi2html -version > /dev/null 2>&1 && enable texi2html || disable texi2html
 +rsync --help 2> /dev/null | grep -q 'contimeout' && enable rsync_contimeout || disable rsync_contimeout
  
  check_header linux/fb.h
 +check_header linux/videodev.h
  check_header linux/videodev2.h
 -check_struct linux/videodev2.h "struct v4l2_frmivalenum" discrete
 -
 -check_header AVFoundation/AVFoundation.h &&
 -    check_objcflags -fobjc-arc &&
 -    add_extralibs -framework Foundation -framework AVFoundation -framework CoreVideo -framework CoreMedia ||
 -    disable AVFoundation_AVFoundation_h
 +check_code cc linux/videodev2.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete
  
  check_header sys/videoio.h
 +check_code cc sys/videoio.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_safe struct_v4l2_frmivalenum_discrete
  
  check_func_headers "windows.h vfw.h" capCreateCaptureWindow "$vfwcap_indev_extralibs"
  # check that WM_CAP_DRIVER_CONNECT is defined to the proper value
  # w32api 3.12 had it defined wrong
  check_cpp_condition vfw.h "WM_CAP_DRIVER_CONNECT > WM_USER" && enable vfwcap_defines
  
 +check_type "dshow.h" IBaseFilter
 +
  # check for ioctl_meteor.h, ioctl_bt848.h and alternatives
  { check_header dev/bktr/ioctl_meteor.h &&
    check_header dev/bktr/ioctl_bt848.h; } ||
  check_header dev/ic/bt8xx.h
  
  check_header sndio.h
 -check_header sys/soundcard.h
 +if check_struct sys/soundcard.h audio_buf_info bytes; then
 +    enable_safe sys/soundcard.h
 +else
 +    check_cc -D__BSD_VISIBLE -D__XSI_VISIBLE <<EOF && add_cppflags -D__BSD_VISIBLE -D__XSI_VISIBLE && enable_safe sys/soundcard.h
 +    #include <sys/soundcard.h>
 +    audio_buf_info abc;
 +EOF
 +fi
  check_header soundcard.h
  
  enabled_any alsa_indev alsa_outdev &&
@@@ -5725,33 -4680,25 +5726,33 @@@ if enabled libcdio; the
      die "ERROR: No usable libcdio/cdparanoia found"
  fi
  
 -check_lib X11/Xlib.h XOpenDisplay -lX11 && enable xlib
 +enabled xlib &&
 +    check_lib X11/Xlib.h XOpenDisplay -lX11 || disable xlib
  
 -if enabled libxcb || enabled x11grab && ! disabled libxcb; then
 -    check_pkg_config xcb-shape xcb/shape.h xcb_shape_rectangles || {
 -        enabled libxcb && die "ERROR: libxcb not found";
 +if ! disabled libxcb; then
 +    check_pkg_config "xcb >= 1.4" xcb/xcb.h xcb_connect || {
 +        enabled libxcb && die "ERROR: libxcb >= 1.4 not found";
      } && disable x11grab && enable libxcb
  
 -    disabled libxcb_shm ||
 +if enabled libxcb; then
 +    disabled libxcb_shm || {
          check_pkg_config xcb-shm xcb/shm.h xcb_shm_attach || {
              enabled libxcb_shm && die "ERROR: libxcb_shm not found";
 -        } && check_header sys/shm.h && enable libxcb_shm
 +        } && check_header sys/shm.h && enable libxcb_shm; }
  
 -    disabled libxcb_xfixes ||
 +    disabled libxcb_xfixes || {
          check_pkg_config xcb-xfixes xcb/xfixes.h xcb_xfixes_get_cursor_image || {
              enabled libxcb_xfixes && die "ERROR: libxcb_xfixes not found";
 -        } && enable libxcb_xfixes
 +        } && enable libxcb_xfixes; }
 +
 +    disabled libxcb_shape || {
 +        check_pkg_config xcb-shape xcb/shape.h xcb_shape_get_rectangles || {
 +            enabled libxcb_shape && die "ERROR: libxcb_shape not found";
 +        } && enable libxcb_shape; }
  
 -    add_cflags "$xcb_event_cflags $xcb_shm_cflags $xcb_xfixes_cflags"
 -    add_extralibs "$xcb_event_libs $xcb_shm_libs $xcb_xfixes_libs"
 +    add_cflags $xcb_cflags $xcb_shm_cflags $xcb_xfixes_cflags $xcb_shape_cflags
 +    add_extralibs $xcb_libs $xcb_shm_libs $xcb_xfixes_libs $xcb_shape_libs
 +fi
  fi
  
  if enabled x11grab; then
      require Xfixes X11/extensions/Xfixes.h XFixesGetCursorImage -lXfixes
  fi
  
 +check_func_headers "windows.h" CreateDIBSection "$gdigrab_indev_extralibs"
 +
 +enabled dxva2api_h &&
 +    check_cc <<EOF && enable dxva2api_cobj
 +#define _WIN32_WINNT 0x0600
 +#define COBJMACROS
 +#include <windows.h>
 +#include <d3d9.h>
 +#include <dxva2api.h>
 +int main(void) { IDirectXVideoDecoder *o = NULL; IDirectXVideoDecoder_Release(o); return 0; }
 +EOF
 +
 +enabled vaapi &&
 +    check_lib va/va.h vaInitialize -lva ||
 +    disable vaapi
 +
  enabled vaapi && enabled xlib &&
      check_lib2 "va/va.h va/va_x11.h" vaGetDisplay -lva -lva-x11 &&
      enable vaapi_x11
@@@ -5786,12 -4717,9 +5787,12 @@@ enabled vdpau &
  
  enabled vdpau && enabled xlib &&
      check_func_headers "vdpau/vdpau.h vdpau/vdpau_x11.h" vdp_device_create_x11 -lvdpau &&
 -    prepend avconv_libs $($ldflags_filter "-lvdpau") &&
 +    prepend ffmpeg_libs $($ldflags_filter "-lvdpau") &&
      enable vdpau_x11
  
 +# Funny iconv installations are not unusual, so check it after all flags have been set
 +disabled iconv || check_func_headers iconv.h iconv || check_lib2 iconv.h iconv -liconv || disable iconv
 +
  enabled debug && add_cflags -g"$debuglevel" && add_asflags -g"$debuglevel"
  
  # add some useful compiler flags if supported
@@@ -5804,9 -4732,7 +5805,9 @@@ check_cflags -Wwrite-string
  check_cflags -Wtype-limits
  check_cflags -Wundef
  check_cflags -Wmissing-prototypes
 +check_cflags -Wno-pointer-to-int-cast
  check_cflags -Wstrict-prototypes
 +check_cflags -Wempty-body
  enabled extra_warnings && check_cflags -Winline
  enabled extra_warnings && check_cflags -Wcast-qual
  
@@@ -5819,18 -4745,16 +5820,18 @@@ check_disable_warning -Wno-parenthese
  check_disable_warning -Wno-switch
  check_disable_warning -Wno-format-zero-length
  check_disable_warning -Wno-pointer-sign
 +check_disable_warning -Wno-unused-const-variable
  
  # add some linker flags
  check_ldflags -Wl,--warn-common
 -check_ldflags -Wl,-rpath-link=libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
 +check_ldflags -Wl,-rpath-link=libpostproc:libswresample:libswscale:libavfilter:libavdevice:libavformat:libavcodec:libavutil:libavresample
  enabled rpath && add_ldexeflags -Wl,-rpath,$libdir
 +enabled rpath && add_ldlibflags -Wl,-rpath,$libdir
  test_ldflags -Wl,-Bsymbolic && append SHFLAGS -Wl,-Bsymbolic
  
  # add some strip flags
  # -wN '..@*' is more selective than -x, but not available everywhere.
 -check_stripflags -wN \'..@*\' || check_stripflags -x || strip='true'
 +check_stripflags -wN \'..@*\' || check_stripflags -x
  
  enabled neon_clobber_test &&
      check_ldflags -Wl,--wrap,avcodec_open2              \
                    -Wl,--wrap,avcodec_encode_audio2      \
                    -Wl,--wrap,avcodec_encode_video2      \
                    -Wl,--wrap,avcodec_encode_subtitle    \
 +                  -Wl,--wrap,swr_convert                \
                    -Wl,--wrap,avresample_convert ||
      disable neon_clobber_test
  
@@@ -5852,7 -4775,6 +5853,7 @@@ enabled xmm_clobber_test &
                    -Wl,--wrap,avcodec_encode_audio2      \
                    -Wl,--wrap,avcodec_encode_video2      \
                    -Wl,--wrap,avcodec_encode_subtitle    \
 +                  -Wl,--wrap,swr_convert                \
                    -Wl,--wrap,avresample_convert         \
                    -Wl,--wrap,sws_scale ||
      disable xmm_clobber_test
@@@ -5893,41 -4815,28 +5894,41 @@@ if enabled lto; the
      test "$cc_type" != "$ld_type" && die "LTO requires same compiler and linker"
      check_cflags  -flto
      check_ldflags -flto $cpuflags
 +    disable inline_asm_direct_symbol_refs
  fi
  
  check_optflags $optflags
  check_optflags -fno-math-errno
  check_optflags -fno-signed-zeros
  
 +enabled ftrapv && check_cflags -ftrapv
 +
 +check_cc -mno-red-zone <<EOF && noredzone_flags="-mno-red-zone"
 +int x;
 +EOF
 +
 +
  if enabled icc; then
      # Just warnings, no remarks
      check_cflags -w1
      # -wd: Disable following warnings
      # 144, 167, 556: -Wno-pointer-sign
 +    # 188: enumerated type mixed with another type
      # 1292: attribute "foo" ignored
      # 1419: external declaration in primary source file
      # 10006: ignoring unknown option -fno-signed-zeros
      # 10148: ignoring unknown option -Wno-parentheses
      # 10156: ignoring option '-W'; no argument required
 -    check_cflags -wd144,167,556,1292,1419,10006,10148,10156
 +    # 13200: No EMMS instruction before call to function
 +    # 13203: No EMMS instruction before return from function
 +    check_cflags -wd144,167,188,556,1292,1419,10006,10148,10156,13200,13203
      # 11030: Warning unknown option --as-needed
      # 10156: ignoring option '-export'; no argument required
      check_ldflags -wd10156,11030
      # icc 11.0 and 11.1 work with ebp_available, but don't pass the test
      enable ebp_available
 +    # The test above does not test linking
 +    enabled lto && disable symver_asm_label
      if enabled x86_32; then
          icc_version=$($cc -dumpversion)
          test ${icc_version%%.*} -ge 11 &&
@@@ -5941,17 -4850,13 +5942,17 @@@ elif enabled ccc; the
      add_cflags -msg_disable nonstandcast
      add_cflags -msg_disable unsupieee
  elif enabled gcc; then
 -    check_optflags -fno-tree-vectorize
 +    case $gcc_basever in
 +        4.9*) enabled x86 || check_optflags -fno-tree-vectorize ;;
 +        4.*)                 check_optflags -fno-tree-vectorize ;;
 +        *)    enabled x86 || check_optflags -fno-tree-vectorize ;;
 +    esac
 +    check_cflags -Werror=format-security
      check_cflags -Werror=implicit-function-declaration
      check_cflags -Werror=missing-prototypes
      check_cflags -Werror=return-type
 -    check_cflags -Werror=declaration-after-statement
      check_cflags -Werror=vla
 -    check_cflags -Werror=format-security
 +    check_cflags -Wformat
      check_cflags -fdiagnostics-color=auto
      enabled extra_warnings || check_disable_warning -Wno-maybe-uninitialized
  elif enabled llvm_gcc; then
@@@ -5990,11 -4895,9 +5991,11 @@@ elif enabled_any msvc icl; the
          # (correctly) on icl 13.x.
          check_cpp_condition "windows.h" "__ICL < 1300 || __ICL >= 1400" &&
              add_cflags -Qansi-alias
 -        # icl will pass the inline asm tests but inline asm is currently
 -        # not supported (build will fail)
 -        disable inline_asm
 +        # Some inline asm is not compilable in debug
 +        if enabled debug; then
 +            disable ebp_available
 +            disable ebx_available
 +        fi
      fi
      # msvcrt10 x64 incorrectly enables log2, only msvcrt12 (MSVC 2013) onwards actually has log2.
      check_cpp_condition crtversion.h "_VC_CRT_MAJOR_VERSION >= 12" || disable log2
@@@ -6043,8 -4946,6 +6044,8 @@@ case $target_os i
      ;;
  esac
  
 +enable frame_thread_encoder
 +
  enabled asm || { arch=c; disable $ARCH_LIST $ARCH_EXT_LIST; }
  
  check_deps $CONFIG_LIST       \
             $HAVE_LIST         \
             $ALL_COMPONENTS    \
  
 -enabled_all dxva2 CoTaskMemFree &&
 -    prepend avconv_libs $($ldflags_filter "-lole32") &&
 +enabled threads && ! enabled pthreads && ! enabled atomics_native && die "non pthread threading without atomics not supported, try adding --enable-pthreads or --cpu=i486 or higher if you are on x86"
 +
 +
 +if test $target_os = "haiku"; then
 +    disable memalign
 +    disable posix_memalign
 +fi
 +
 +enabled_all dxva2 dxva2api_cobj CoTaskMemFree &&
 +    prepend ffmpeg_libs $($ldflags_filter "-lole32" "-luser32") &&
      enable dxva2_lib
  
  ! enabled_any memalign posix_memalign aligned_malloc &&
      enabled simd_align_16 && enable memalign_hack
  
 +# add_dep lib dep
 +# -> enable ${lib}_deps_${dep}
 +# -> add $dep to ${lib}_deps only once
 +add_dep() {
 +    lib=$1
 +    dep=$2
 +    enabled "${lib}_deps_${dep}" && return 0
 +    enable  "${lib}_deps_${dep}"
 +    prepend "${lib}_deps" $dep
 +}
 +
 +# merge deps lib components
 +# merge all ${component}_deps into ${lib}_deps and ${lib}_deps_*
 +merge_deps() {
 +    lib=$1
 +    shift
 +    for comp in $*; do
 +        enabled $comp || continue
 +        eval "dep=\"\$${comp}_deps\""
 +        for d in $dep; do
 +            add_dep $lib $d
 +        done
 +    done
 +}
 +
 +merge_deps libavfilter $FILTER_LIST
 +
  map 'enabled $v && intrinsics=${v#intrinsics_}' $INTRINSICS_LIST
  
  for thread in $THREADS_LIST; do
  enabled zlib && add_cppflags -DZLIB_CONST
  
  # conditional library dependencies, in linking order
 +enabled afftfilt_filter     && prepend avfilter_deps "avcodec"
 +enabled amovie_filter       && prepend avfilter_deps "avformat avcodec"
 +enabled aresample_filter    && prepend avfilter_deps "swresample"
 +enabled asyncts_filter      && prepend avfilter_deps "avresample"
 +enabled atempo_filter       && prepend avfilter_deps "avcodec"
 +enabled cover_rect_filter   && prepend avfilter_deps "avformat avcodec"
 +enabled ebur128_filter && enabled swresample && prepend avfilter_deps "swresample"
 +enabled elbg_filter         && prepend avfilter_deps "avcodec"
 +enabled fftfilt_filter      && prepend avfilter_deps "avcodec"
 +enabled find_rect_filter    && prepend avfilter_deps "avformat avcodec"
 +enabled mcdeint_filter      && prepend avfilter_deps "avcodec"
  enabled movie_filter    && prepend avfilter_deps "avformat avcodec"
 +enabled pan_filter          && prepend avfilter_deps "swresample"
 +enabled pp_filter           && prepend avfilter_deps "postproc"
 +enabled removelogo_filter   && prepend avfilter_deps "avformat avcodec swscale"
  enabled resample_filter && prepend avfilter_deps "avresample"
 +enabled sab_filter          && prepend avfilter_deps "swscale"
  enabled scale_filter    && prepend avfilter_deps "swscale"
 +enabled scale2ref_filter    && prepend avfilter_deps "swscale"
 +enabled sofalizer_filter    && prepend avfilter_deps "avcodec"
 +enabled showcqt_filter      && prepend avfilter_deps "avformat avcodec swscale"
 +enabled showfreqs_filter    && prepend avfilter_deps "avcodec"
 +enabled showspectrum_filter && prepend avfilter_deps "avcodec"
 +enabled smartblur_filter    && prepend avfilter_deps "swscale"
 +enabled spectrumsynth_filter && prepend avfilter_deps "avcodec"
 +enabled subtitles_filter    && prepend avfilter_deps "avformat avcodec"
 +enabled uspp_filter         && prepend avfilter_deps "avcodec"
 +
 +enabled lavfi_indev         && prepend avdevice_deps "avfilter"
  
 -enabled opus_decoder    && prepend avcodec_deps "avresample"
 +enabled opus_decoder    && prepend avcodec_deps "swresample"
  
  expand_deps(){
      lib_deps=${1}_deps
      unique $lib_deps
  }
  
 +#we have to remove gpl from the deps here as some code assumes all lib deps are libs
 +postproc_deps="$(filter_out 'gpl' $postproc_deps)"
 +
  map 'expand_deps $v' $LIBRARY_LIST
  
  echo "install prefix            $prefix"
@@@ -6163,9 -5000,6 +6164,9 @@@ echo "ARCH                      $arch (
  if test "$build_suffix" != ""; then
      echo "build suffix              $build_suffix"
  fi
 +if test "$progs_suffix" != ""; then
 +    echo "progs suffix              $progs_suffix"
 +fi
  if test "$extra_version" != ""; then
      echo "version string suffix     $extra_version"
  fi
@@@ -6179,7 -5013,6 +6180,7 @@@ if enabled x86; the
      echo "3DNow! extended enabled   ${amd3dnowext-no}"
      echo "SSE enabled               ${sse-no}"
      echo "SSSE3 enabled             ${ssse3-no}"
 +    echo "AESNI enabled             ${aesni-no}"
      echo "AVX enabled               ${avx-no}"
      echo "XOP enabled               ${xop-no}"
      echo "FMA3 enabled              ${fma3-no}"
@@@ -6199,14 -5032,6 +6200,14 @@@ if enabled arm; the
      echo "ARMv6T2 enabled           ${armv6t2-no}"
      echo "VFP enabled               ${vfp-no}"
      echo "NEON enabled              ${neon-no}"
 +    echo "THUMB enabled             ${thumb-no}"
 +fi
 +if enabled mips; then
 +    echo "MIPS FPU enabled          ${mipsfpu-no}"
 +    echo "MIPS DSP R1 enabled       ${mipsdsp-no}"
 +    echo "MIPS DSP R2 enabled       ${mipsdspr2-no}"
 +    echo "MIPS MSA enabled          ${msa-no}"
 +    echo "LOONGSON MMI enabled      ${mmi-no}"
  fi
  if enabled ppc; then
      echo "AltiVec enabled           ${altivec-no}"
      echo "dcbzl available           ${dcbzl-no}"
  fi
  echo "debug symbols             ${debug-no}"
 +echo "strip symbols             ${stripping-no}"
  echo "optimize for size         ${small-no}"
  echo "optimizations             ${optimizations-no}"
  echo "static                    ${static-no}"
  echo "shared                    ${shared-no}"
 +echo "postprocessing support    ${postproc-no}"
  echo "new filter support        ${avfilter-no}"
  echo "network support           ${network-no}"
  echo "threading support         ${thread_type-no}"
  echo "safe bitstream reader     ${safe_bitstream_reader-no}"
  echo "SDL support               ${sdl-no}"
 +echo "opencl enabled            ${opencl-no}"
 +echo "texi2html enabled         ${texi2html-no}"
 +echo "perl enabled              ${perl-no}"
 +echo "pod2man enabled           ${pod2man-no}"
 +echo "makeinfo enabled          ${makeinfo-no}"
 +echo "makeinfo supports HTML    ${makeinfo_html-no}"
  test -n "$random_seed" &&
      echo "random seed               ${random_seed}"
  echo
  
 +echo "Enabled programs:"
 +print_enabled '' $PROGRAM_LIST | print_in_columns
 +echo
 +
  echo "External libraries:"
 -print_enabled '' $EXTERNAL_LIBRARY_LIST | print_3_columns
 +print_enabled '' $EXTERNAL_LIBRARY_LIST | print_in_columns
  echo
  
  echo "Libraries:"
 -print_enabled '' $LIBRARY_LIST | print_3_columns
 +print_enabled '' $LIBRARY_LIST | print_in_columns
  echo
  
  for type in decoder encoder hwaccel parser demuxer muxer protocol filter bsf indev outdev; do
      echo "Enabled ${type}s:"
      eval list=\$$(toupper $type)_LIST
 -    print_enabled '_*' $list | print_3_columns
 +    print_enabled '_*' $list | print_in_columns
      echo
  done
  
  
  echo "License: $license"
  
 -echo "Creating config.mak and config.h..."
 +echo "Creating config.mak, config.h, and doc/config.texi..."
  
  test -e Makefile || echo "include $source_path/Makefile" > Makefile
  
 -config_files="$TMPH config.mak"
 +enabled stripping || strip="echo skipping strip"
 +
 +config_files="$TMPH config.mak doc/config.texi"
  
  cat > config.mak <<EOF
  # Automatically generated by configure - do not modify!
 -LIBAV_CONFIGURATION=$LIBAV_CONFIGURATION
 +ifndef FFMPEG_CONFIG_MAK
 +FFMPEG_CONFIG_MAK=1
 +FFMPEG_CONFIGURATION=$FFMPEG_CONFIGURATION
  prefix=$prefix
  LIBDIR=\$(DESTDIR)$libdir
  SHLIBDIR=\$(DESTDIR)$shlibdir
@@@ -6290,17 -5099,12 +6291,17 @@@ BINDIR=\$(DESTDIR)$bindi
  DATADIR=\$(DESTDIR)$datadir
  DOCDIR=\$(DESTDIR)$docdir
  MANDIR=\$(DESTDIR)$mandir
 +PKGCONFIGDIR=\$(DESTDIR)$pkgconfigdir
  SRC_PATH=$source_path
 +SRC_LINK=$source_link
 +ifndef MAIN_MAKEFILE
 +SRC_PATH:=\$(SRC_PATH:.%=..%)
 +endif
  CC_IDENT=$cc_ident
  ARCH=$arch
  INTRINSICS=$intrinsics
  CC=$cc
 -OBJCC=$cc
 +CXX=$cxx
  AS=$as
  OBJCC=$objcc
  LD=$ld
@@@ -6315,11 -5119,9 +6316,11 @@@ ARFLAGS=$arflag
  AR_O=$ar_o
  RANLIB=$ranlib
  STRIP=$strip
 +CP=cp -p
  LN_S=$ln_s
  CPPFLAGS=$CPPFLAGS
  CFLAGS=$CFLAGS
 +CXXFLAGS=$CXXFLAGS
  OBJCFLAGS=$OBJCFLAGS
  ASFLAGS=$ASFLAGS
  AS_C=$AS_C
@@@ -6330,23 -5132,16 +6331,23 @@@ OBJCC_O=$OBJCC_
  CC_C=$CC_C
  CC_E=$CC_E
  CC_O=$CC_O
 +CXX_C=$CXX_C
 +CXX_O=$CXX_O
  LD_O=$LD_O
  LD_LIB=$LD_LIB
  LD_PATH=$LD_PATH
  DLLTOOL=$dlltool
 +WINDRES=$windres
 +DEPWINDRES=$dep_cc
 +DOXYGEN=$doxygen
  LDFLAGS=$LDFLAGS
  LDEXEFLAGS=$LDEXEFLAGS
 +LDLIBFLAGS=$LDLIBFLAGS
  SHFLAGS=$(echo $($ldflags_filter $SHFLAGS))
 -STRIPFLAGS=$STRIPFLAGS
 +ASMSTRIPFLAGS=$ASMSTRIPFLAGS
  YASMFLAGS=$YASMFLAGS
  BUILDSUF=$build_suffix
 +PROGSSUF=$progs_suffix
  FULLNAME=$FULLNAME
  LIBPREF=$LIBPREF
  LIBSUF=$LIBSUF
@@@ -6356,7 -5151,6 +6357,7 @@@ SLIBSUF=$SLIBSU
  EXESUF=$EXESUF
  EXTRA_VERSION=$extra_version
  CCDEP=$CCDEP
 +CXXDEP=$CXXDEP
  CCDEP_FLAGS=$CCDEP_FLAGS
  ASDEP=$ASDEP
  ASDEP_FLAGS=$ASDEP_FLAGS
@@@ -6380,13 -5174,13 +6381,13 @@@ HOSTLD_O=$HOSTLD_
  TARGET_EXEC=$target_exec $target_exec_args
  TARGET_PATH=$target_path
  TARGET_SAMPLES=${target_samples:-\$(SAMPLES)}
 -CFLAGS-avplay=$sdl_cflags
 +CFLAGS-ffplay=$sdl_cflags
  ZLIB=$($ldflags_filter -lz)
  LIB_INSTALL_EXTRA_CMD=$LIB_INSTALL_EXTRA_CMD
  EXTRALIBS=$extralibs
  COMPAT_OBJS=$compat_objs
  EXEOBJS=$exeobjs
 -INSTALL=install
 +INSTALL=$install
  LIBTARGET=${LIBTARGET}
  SLIBNAME=${SLIBNAME}
  SLIBNAME_WITH_VERSION=${SLIBNAME_WITH_VERSION}
@@@ -6397,8 -5191,7 +6398,8 @@@ SLIB_INSTALL_NAME=${SLIB_INSTALL_NAME
  SLIB_INSTALL_LINKS=${SLIB_INSTALL_LINKS}
  SLIB_INSTALL_EXTRA_LIB=${SLIB_INSTALL_EXTRA_LIB}
  SLIB_INSTALL_EXTRA_SHLIB=${SLIB_INSTALL_EXTRA_SHLIB}
 -SAMPLES:=${samples:-\$(LIBAV_SAMPLES)}
 +SAMPLES:=${samples:-\$(FATE_SAMPLES)}
 +NOREDZONE_FLAGS=$noredzone_flags
  EOF
  
  get_version(){
      name=$(toupper $lcname)
      file=$source_path/$lcname/version.h
      eval $(awk "/#define ${name}_VERSION_M/ { print \$2 \"=\" \$3 }" "$file")
 +    enabled raise_major && eval ${name}_VERSION_MAJOR=$((${name}_VERSION_MAJOR+100))
      eval ${name}_VERSION=\$${name}_VERSION_MAJOR.\$${name}_VERSION_MINOR.\$${name}_VERSION_MICRO
      eval echo "${lcname}_VERSION=\$${name}_VERSION" >> config.mak
      eval echo "${lcname}_VERSION_MAJOR=\$${name}_VERSION_MAJOR" >> config.mak
@@@ -6426,26 -5218,18 +6427,26 @@@ map 'print_program_libs $v' $PROGRAM_LI
  
  cat > $TMPH <<EOF
  /* Automatically generated by configure - do not modify! */
 -#ifndef LIBAV_CONFIG_H
 -#define LIBAV_CONFIG_H
 -#define LIBAV_CONFIGURATION "$(c_escape $LIBAV_CONFIGURATION)"
 -#define LIBAV_LICENSE "$(c_escape $license)"
 +#ifndef FFMPEG_CONFIG_H
 +#define FFMPEG_CONFIG_H
 +#define FFMPEG_CONFIGURATION "$(c_escape $FFMPEG_CONFIGURATION)"
 +#define FFMPEG_LICENSE "$(c_escape $license)"
 +#define CONFIG_THIS_YEAR 2016
 +#define FFMPEG_DATADIR "$(eval c_escape $datadir)"
  #define AVCONV_DATADIR "$(eval c_escape $datadir)"
  #define CC_IDENT "$(c_escape ${cc_ident:-Unknown compiler})"
 -#define restrict $_restrict
 +#define av_restrict $_restrict
  #define EXTERN_PREFIX "${extern_prefix}"
  #define EXTERN_ASM ${extern_prefix}
 +#define BUILDSUF "$build_suffix"
  #define SLIBSUF "$SLIBSUF"
 +#define HAVE_MMX2 HAVE_MMXEXT
 +#define SWS_MAX_FILTER_SIZE $sws_max_filter_size
  EOF
  
 +test -n "$assert_level" &&
 +    echo "#define ASSERT_LEVEL $assert_level" >>$TMPH
 +
  test -n "$malloc_prefix" &&
      echo "#define MALLOC_PREFIX $malloc_prefix" >>$TMPH
  
  
  enabled getenv || echo "#define getenv(x) NULL" >> $TMPH
  
 +
 +mkdir -p doc
 +mkdir -p tests
 +mkdir -p tests/api
 +echo "@c auto-generated by configure - do not modify! " > doc/config.texi
 +
  print_config ARCH_   "$config_files" $ARCH_LIST
  print_config HAVE_   "$config_files" $HAVE_LIST
  print_config CONFIG_ "$config_files" $CONFIG_LIST       \
                                       $CONFIG_EXTRA      \
                                       $ALL_COMPONENTS    \
  
 -echo "#endif /* LIBAV_CONFIG_H */" >> $TMPH
 +echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH
 +echo "endif # FFMPEG_CONFIG_MAK" >> config.mak
  
  # Do not overwrite an unchanged config.h to avoid superfluous rebuilds.
  cp_if_changed $TMPH config.h
@@@ -6489,15 -5266,12 +6490,15 @@@ echo "#endif /* AVUTIL_AVCONFIG_H */" >
  
  cp_if_changed $TMPH libavutil/avconfig.h
  
 -test -n "$WARNINGS" && printf "\n$WARNINGS"
 +if test -n "$WARNINGS"; then
 +    printf "\n%s%s$WARNINGS%s" "$warn_color" "$bold_color" "$reset_color"
 +    enabled fatal_warnings && exit 1
 +fi
  
  # build pkg-config files
  
  lib_version(){
 -    eval printf "\"lib${1} >= \$LIB$(toupper ${1})_VERSION, \""
 +    eval printf "\"lib${1}${build_suffix} >= \$LIB$(toupper ${1})_VERSION, \""
  }
  
  pkgconfig_generate(){
      requires=${requires%, }
      enabled ${name#lib} || return 0
      mkdir -p $name
 -    cat <<EOF > $name/$name.pc
 +    cat <<EOF > $name/$name${build_suffix}.pc
  prefix=$prefix
  exec_prefix=\${prefix}
  libdir=$libdir
@@@ -6522,36 -5296,30 +6523,36 @@@ Version: $versio
  Requires: $(enabled shared || echo $requires)
  Requires.private: $(enabled shared && echo $requires)
  Conflicts:
 -Libs: -L\${libdir} -l${shortname} $(enabled shared || echo $libs)
 +Libs: -L\${libdir} $(enabled rpath && echo "-Wl,-rpath,\${libdir}") -l${shortname} $(enabled shared || echo $libs)
  Libs.private: $(enabled shared && echo $libs)
  Cflags: -I\${includedir}
  EOF
 -    cat <<EOF > $name/$name-uninstalled.pc
 +
 +mkdir -p doc/examples/pc-uninstalled
 +includedir=${source_path}
 +[ "$includedir" = . ] && includedir="\${pcfiledir}/../../.."
 +    cat <<EOF > doc/examples/pc-uninstalled/$name.pc
  prefix=
  exec_prefix=
 -libdir=\${pcfiledir}
 -includedir=${source_path}
 +libdir=\${pcfiledir}/../../../$name
 +includedir=${includedir}
  
  Name: $name
  Description: $comment
  Version: $version
  Requires: $requires
  Conflicts:
 -Libs: \${libdir}/${LIBPREF}${shortname}${LIBSUF} $libs
 +Libs: -L\${libdir} -Wl,-rpath,\${libdir} -l${shortname} $(enabled shared || echo $libs)
  Cflags: -I\${includedir}
  EOF
  }
  
 -pkgconfig_generate libavutil     "Libav utility library"          "$LIBAVUTIL_VERSION"     "$LIBRT $LIBM"
 -pkgconfig_generate libavcodec    "Libav codec library"            "$LIBAVCODEC_VERSION"    "$extralibs"
 -pkgconfig_generate libavformat   "Libav container format library" "$LIBAVFORMAT_VERSION"   "$extralibs"
 -pkgconfig_generate libavdevice   "Libav device handling library"  "$LIBAVDEVICE_VERSION"   "$extralibs"
 -pkgconfig_generate libavfilter   "Libav video filtering library"  "$LIBAVFILTER_VERSION"   "$extralibs"
 -pkgconfig_generate libavresample "Libav audio resampling library" "$LIBAVRESAMPLE_VERSION" "$LIBM"
 -pkgconfig_generate libswscale    "Libav image rescaling library"  "$LIBSWSCALE_VERSION"    "$LIBM"
 +pkgconfig_generate libavutil     "FFmpeg utility library"               "$LIBAVUTIL_VERSION"     "$LIBRT $LIBM"
 +pkgconfig_generate libavcodec    "FFmpeg codec library"                 "$LIBAVCODEC_VERSION"    "$extralibs"
 +pkgconfig_generate libavformat   "FFmpeg container format library"      "$LIBAVFORMAT_VERSION"   "$extralibs"
 +pkgconfig_generate libavdevice   "FFmpeg device handling library"       "$LIBAVDEVICE_VERSION"   "$extralibs"
 +pkgconfig_generate libavfilter   "FFmpeg audio/video filtering library" "$LIBAVFILTER_VERSION"   "$extralibs"
 +pkgconfig_generate libpostproc   "FFmpeg postprocessing library"        "$LIBPOSTPROC_VERSION"   ""
 +pkgconfig_generate libavresample "Libav audio resampling library"       "$LIBAVRESAMPLE_VERSION" "$LIBM"
 +pkgconfig_generate libswscale    "FFmpeg image rescaling library"       "$LIBSWSCALE_VERSION"    "$LIBM"
 +pkgconfig_generate libswresample "FFmpeg audio resampling library"      "$LIBSWRESAMPLE_VERSION" "$LIBM $LIBSOXR"
diff --combined doc/filters.texi
index 32042d013ee6e96f9077471246511b20d2892a19,722c8b03b6b340a76e4b01c4efda12a6e246b0ff..616d69409dfed850a933797b2d5bfeeb73275e66
 +@chapter Filtering Introduction
 +@c man begin FILTERING INTRODUCTION
 +
 +Filtering in FFmpeg is enabled through the libavfilter library.
 +
 +In libavfilter, a filter can have multiple inputs and multiple
 +outputs.
 +To illustrate the sorts of things that are possible, we consider the
 +following filtergraph.
 +
 +@verbatim
 +                [main]
 +input --> split ---------------------> overlay --> output
 +            |                             ^
 +            |[tmp]                  [flip]|
 +            +-----> crop --> vflip -------+
 +@end verbatim
 +
 +This filtergraph splits the input stream in two streams, then sends one
 +stream through the crop filter and the vflip filter, before merging it
 +back with the other stream by overlaying it on top. You can use the
 +following command to achieve this:
 +
 +@example
 +ffmpeg -i INPUT -vf "split [main][tmp]; [tmp] crop=iw:ih/2:0:0, vflip [flip]; [main][flip] overlay=0:H/2" OUTPUT
 +@end example
 +
 +The result will be that the top half of the video is mirrored
 +onto the bottom half of the output video.
 +
 +Filters in the same linear chain are separated by commas, and distinct
 +linear chains of filters are separated by semicolons. In our example,
 +@var{crop,vflip} are in one linear chain, @var{split} and
 +@var{overlay} are separately in another. The points where the linear
 +chains join are labelled by names enclosed in square brackets. In the
 +example, the split filter generates two outputs that are associated to
 +the labels @var{[main]} and @var{[tmp]}.
 +
 +The stream sent to the second output of @var{split}, labelled as
 +@var{[tmp]}, is processed through the @var{crop} filter, which crops
 +away the lower half part of the video, and then vertically flipped. The
 +@var{overlay} filter takes in input the first unchanged output of the
 +split filter (which was labelled as @var{[main]}), and overlay on its
 +lower half the output generated by the @var{crop,vflip} filterchain.
 +
 +Some filters take in input a list of parameters: they are specified
 +after the filter name and an equal sign, and are separated from each other
 +by a colon.
 +
 +There exist so-called @var{source filters} that do not have an
 +audio/video input, and @var{sink filters} that will not have audio/video
 +output.
 +
 +@c man end FILTERING INTRODUCTION
 +
 +@chapter graph2dot
 +@c man begin GRAPH2DOT
 +
 +The @file{graph2dot} program included in the FFmpeg @file{tools}
 +directory can be used to parse a filtergraph description and issue a
 +corresponding textual representation in the dot language.
 +
 +Invoke the command:
 +@example
 +graph2dot -h
 +@end example
 +
 +to see how to use @file{graph2dot}.
 +
 +You can then pass the dot description to the @file{dot} program (from
 +the graphviz suite of programs) and obtain a graphical representation
 +of the filtergraph.
 +
 +For example the sequence of commands:
 +@example
 +echo @var{GRAPH_DESCRIPTION} | \
 +tools/graph2dot -o graph.tmp && \
 +dot -Tpng graph.tmp -o graph.png && \
 +display graph.png
 +@end example
 +
 +can be used to create and display an image representing the graph
 +described by the @var{GRAPH_DESCRIPTION} string. Note that this string must be
 +a complete self-contained graph, with its inputs and outputs explicitly defined.
 +For example if your command line is of the form:
 +@example
 +ffmpeg -i infile -vf scale=640:360 outfile
 +@end example
 +your @var{GRAPH_DESCRIPTION} string will need to be of the form:
 +@example
 +nullsrc,scale=640:360,nullsink
 +@end example
 +you may also need to set the @var{nullsrc} parameters and add a @var{format}
 +filter in order to simulate a specific input file.
 +
 +@c man end GRAPH2DOT
 +
  @chapter Filtergraph description
  @c man begin FILTERGRAPH DESCRIPTION
  
@@@ -114,11 -17,10 +114,11 @@@ output pads is called a "sink"
  @anchor{Filtergraph syntax}
  @section Filtergraph syntax
  
 -A filtergraph has a textual representation, which is
 -recognized by the @option{-filter}/@option{-vf} and @option{-filter_complex}
 -options in @command{avconv} and @option{-vf} in @command{avplay}, and by the
 -@code{avfilter_graph_parse()}/@code{avfilter_graph_parse2()} functions defined in
 +A filtergraph has a textual representation, which is recognized by the
 +@option{-filter}/@option{-vf}/@option{-af} and
 +@option{-filter_complex} options in @command{ffmpeg} and
 +@option{-vf}/@option{-af} in @command{ffplay}, and by the
 +@code{avfilter_graph_parse_ptr()} function defined in
  @file{libavfilter/avfilter.h}.
  
  A filterchain consists of a sequence of connected filters, each one
@@@ -153,27 -55,21 +153,27 @@@ declares three options in this order -
  @var{in} is assigned to the option @option{type}, @var{0} to
  @option{start_frame} and @var{30} to @option{nb_frames}.
  
 +@item
 +A ':'-separated list of mixed direct @var{value} and long @var{key=value}
 +pairs. The direct @var{value} must precede the @var{key=value} pairs, and
 +follow the same constraints order of the previous point. The following
 +@var{key=value} pairs can be set in any preferred order.
 +
  @end itemize
  
  If the option value itself is a list of items (e.g. the @code{format} filter
  takes a list of pixel formats), the items in the list are usually separated by
 -'|'.
 +@samp{|}.
  
 -The list of arguments can be quoted using the character "'" as initial
 -and ending mark, and the character '\' for escaping the characters
 +The list of arguments can be quoted using the character @samp{'} as initial
 +and ending mark, and the character @samp{\} for escaping the characters
  within the quoted text; otherwise the argument string is considered
  terminated when the next special character (belonging to the set
 -"[]=;,") is encountered.
 +@samp{[]=;,}) is encountered.
  
  The name and arguments of the filter are optionally preceded and
  followed by a list of link labels.
 -A link label allows to name a link and associate it to a filter output
 +A link label allows one to name a link and associate it to a filter output
  or input pad. The preceding labels @var{in_link_1}
  ... @var{in_link_N}, are associated to the filter input pads,
  the following labels @var{out_link_1} ... @var{out_link_M}, are
@@@ -195,10 -91,6 +195,10 @@@ instance two input pads. The first outp
  output pad of split is linked to the second input pad of overlay,
  which are both unlabelled.
  
 +In a filter description, if the input label of the first filter is not
 +specified, "in" is assumed; if the output label of the last filter is not
 +specified, "out" is assumed.
 +
  In a complete filterchain all the unlabelled filter input and output
  pads must be connected. A filtergraph is considered valid if all the
  filter input and output pads of all the filterchains are connected.
@@@ -220,15830 -112,2833 +220,15842 @@@ Here is a BNF description of the filter
  @var{FILTERGRAPH}      ::= [sws_flags=@var{flags};] @var{FILTERCHAIN} [;@var{FILTERGRAPH}]
  @end example
  
 -@c man end FILTERGRAPH DESCRIPTION
 +@section Notes on filtergraph escaping
  
 -@chapter Audio Filters
 -@c man begin AUDIO FILTERS
 +Filtergraph description composition entails several levels of
 +escaping. See @ref{quoting_and_escaping,,the "Quoting and escaping"
 +section in the ffmpeg-utils(1) manual,ffmpeg-utils} for more
 +information about the employed escaping procedure.
  
 -When you configure your Libav build, you can disable any of the
 -existing filters using --disable-filters.
 -The configure output will show the audio filters included in your
 -build.
 +A first level escaping affects the content of each filter option
 +value, which may contain the special character @code{:} used to
 +separate values, or one of the escaping characters @code{\'}.
  
 -Below is a description of the currently available audio filters.
 +A second level escaping affects the whole filter description, which
 +may contain the escaping characters @code{\'} or the special
 +characters @code{[],;} used by the filtergraph description.
  
 -@section aformat
 +Finally, when you specify a filtergraph on a shell commandline, you
 +need to perform a third level escaping for the shell special
 +characters contained within it.
  
 -Convert the input audio to one of the specified formats. The framework will
 -negotiate the most appropriate format to minimize conversions.
 +For example, consider the following string to be embedded in
 +the @ref{drawtext} filter description @option{text} value:
 +@example
 +this is a 'string': may contain one, or more, special characters
 +@end example
  
 -It accepts the following parameters:
 -@table @option
 +This string contains the @code{'} special escaping character, and the
 +@code{:} special character, so it needs to be escaped in this way:
 +@example
 +text=this is a \'string\'\: may contain one, or more, special characters
 +@end example
  
 -@item sample_fmts
 -A '|'-separated list of requested sample formats.
 +A second level of escaping is required when embedding the filter
 +description in a filtergraph description, in order to escape all the
 +filtergraph special characters. Thus the example above becomes:
 +@example
 +drawtext=text=this is a \\\'string\\\'\\: may contain one\, or more\, special characters
 +@end example
 +(note that in addition to the @code{\'} escaping special characters,
 +also @code{,} needs to be escaped).
 +
 +Finally an additional level of escaping is needed when writing the
 +filtergraph description in a shell command, which depends on the
 +escaping rules of the adopted shell. For example, assuming that
 +@code{\} is special and needs to be escaped with another @code{\}, the
 +previous string will finally result in:
 +@example
 +-vf "drawtext=text=this is a \\\\\\'string\\\\\\'\\\\: may contain one\\, or more\\, special characters"
 +@end example
  
 -@item sample_rates
 -A '|'-separated list of requested sample rates.
 +@chapter Timeline editing
  
 -@item channel_layouts
 -A '|'-separated list of requested channel layouts.
 +Some filters support a generic @option{enable} option. For the filters
 +supporting timeline editing, this option can be set to an expression which is
 +evaluated before sending a frame to the filter. If the evaluation is non-zero,
 +the filter will be enabled, otherwise the frame will be sent unchanged to the
 +next filter in the filtergraph.
 +
 +The expression accepts the following values:
 +@table @samp
 +@item t
 +timestamp expressed in seconds, NAN if the input timestamp is unknown
 +
 +@item n
 +sequential number of the input frame, starting from 0
 +
 +@item pos
 +the position in the file of the input frame, NAN if unknown
  
 +@item w
 +@item h
 +width and height of the input frame if video
  @end table
  
 -If a parameter is omitted, all values are allowed.
 +Additionally, these filters support an @option{enable} command that can be used
 +to re-define the expression.
  
 -Force the output to either unsigned 8-bit or signed 16-bit stereo
 +Like any other filtering option, the @option{enable} option follows the same
 +rules.
 +
 +For example, to enable a blur filter (@ref{smartblur}) from 10 seconds to 3
 +minutes, and a @ref{curves} filter starting at 3 seconds:
  @example
 -aformat=sample_fmts=u8|s16:channel_layouts=stereo
 +smartblur = enable='between(t,10,3*60)',
 +curves    = enable='gte(t,3)' : preset=cross_process
  @end example
  
 -@section amix
 +@c man end FILTERGRAPH DESCRIPTION
  
 -Mixes multiple audio inputs into a single output.
 +@chapter Audio Filters
 +@c man begin AUDIO FILTERS
  
 -For example
 -@example
 -avconv -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex amix=inputs=3:duration=first:dropout_transition=3 OUTPUT
 -@end example
 -will mix 3 input audio streams to a single output with the same duration as the
 -first input and a dropout transition time of 3 seconds.
 +When you configure your FFmpeg build, you can disable any of the
 +existing filters using @code{--disable-filters}.
 +The configure output will show the audio filters included in your
 +build.
  
 -It accepts the following parameters:
 -@table @option
 +Below is a description of the currently available audio filters.
  
 -@item inputs
 -The number of inputs. If unspecified, it defaults to 2.
 +@section acompressor
 +
 +A compressor is mainly used to reduce the dynamic range of a signal.
 +Especially modern music is mostly compressed at a high ratio to
 +improve the overall loudness. It's done to get the highest attention
 +of a listener, "fatten" the sound and bring more "power" to the track.
 +If a signal is compressed too much it may sound dull or "dead"
 +afterwards or it may start to "pump" (which could be a powerful effect
 +but can also destroy a track completely).
 +The right compression is the key to reach a professional sound and is
 +the high art of mixing and mastering. Because of its complex settings
 +it may take a long time to get the right feeling for this kind of effect.
 +
 +Compression is done by detecting the volume above a chosen level
 +@code{threshold} and dividing it by the factor set with @code{ratio}.
 +So if you set the threshold to -12dB and your signal reaches -6dB a ratio
 +of 2:1 will result in a signal at -9dB. Because an exact manipulation of
 +the signal would cause distortion of the waveform the reduction can be
 +levelled over the time. This is done by setting "Attack" and "Release".
 +@code{attack} determines how long the signal has to rise above the threshold
 +before any reduction will occur and @code{release} sets the time the signal
 +has to fall below the threshold to reduce the reduction again. Shorter signals
 +than the chosen attack time will be left untouched.
 +The overall reduction of the signal can be made up afterwards with the
 +@code{makeup} setting. So compressing the peaks of a signal about 6dB and
 +raising the makeup to this level results in a signal twice as loud than the
 +source. To gain a softer entry in the compression the @code{knee} flattens the
 +hard edge at the threshold in the range of the chosen decibels.
 +
 +The filter accepts the following options:
  
 -@item duration
 -How to determine the end-of-stream.
  @table @option
 +@item level_in
 +Set input gain. Default is 1. Range is between 0.015625 and 64.
  
 -@item longest
 -The duration of the longest input. (default)
 +@item threshold
 +If a signal of second stream rises above this level it will affect the gain
 +reduction of the first stream.
 +By default it is 0.125. Range is between 0.00097563 and 1.
 +
 +@item ratio
 +Set a ratio by which the signal is reduced. 1:2 means that if the level
 +rose 4dB above the threshold, it will be only 2dB above after the reduction.
 +Default is 2. Range is between 1 and 20.
 +
 +@item attack
 +Amount of milliseconds the signal has to rise above the threshold before gain
 +reduction starts. Default is 20. Range is between 0.01 and 2000.
 +
 +@item release
 +Amount of milliseconds the signal has to fall below the threshold before
 +reduction is decreased again. Default is 250. Range is between 0.01 and 9000.
 +
 +@item makeup
 +Set the amount by how much signal will be amplified after processing.
 +Default is 2. Range is from 1 and 64.
 +
 +@item knee
 +Curve the sharp knee around the threshold to enter gain reduction more softly.
 +Default is 2.82843. Range is between 1 and 8.
 +
 +@item link
 +Choose if the @code{average} level between all channels of input stream
 +or the louder(@code{maximum}) channel of input stream affects the
 +reduction. Default is @code{average}.
 +
 +@item detection
 +Should the exact signal be taken in case of @code{peak} or an RMS one in case
 +of @code{rms}. Default is @code{rms} which is mostly smoother.
 +
 +@item mix
 +How much to use compressed signal in output. Default is 1.
 +Range is between 0 and 1.
 +@end table
  
 -@item shortest
 -The duration of the shortest input.
 +@section acrossfade
  
 -@item first
 -The duration of the first input.
 +Apply cross fade from one input audio stream to another input audio stream.
 +The cross fade is applied for specified duration near the end of first stream.
  
 -@end table
 +The filter accepts the following options:
  
 -@item dropout_transition
 -The transition time, in seconds, for volume renormalization when an input
 -stream ends. The default value is 2 seconds.
 +@table @option
 +@item nb_samples, ns
 +Specify the number of samples for which the cross fade effect has to last.
 +At the end of the cross fade effect the first input audio will be completely
 +silent. Default is 44100.
  
 -@end table
 +@item duration, d
 +Specify the duration of the cross fade effect. See
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the accepted syntax.
 +By default the duration is determined by @var{nb_samples}.
 +If set this option is used instead of @var{nb_samples}.
  
 -@section anull
 +@item overlap, o
 +Should first stream end overlap with second stream start. Default is enabled.
  
 -Pass the audio source unchanged to the output.
 +@item curve1
 +Set curve for cross fade transition for first stream.
  
 -@section asetpts
 +@item curve2
 +Set curve for cross fade transition for second stream.
  
 -Change the PTS (presentation timestamp) of the input audio frames.
 +For description of available curve types see @ref{afade} filter description.
 +@end table
  
 -It accepts the following parameters:
 +@subsection Examples
  
 -@table @option
 +@itemize
 +@item
 +Cross fade from one input to another:
 +@example
 +ffmpeg -i first.flac -i second.flac -filter_complex acrossfade=d=10:c1=exp:c2=exp output.flac
 +@end example
  
 -@item expr
 -The expression which is evaluated for each frame to construct its timestamp.
 +@item
 +Cross fade from one input to another but without overlapping:
 +@example
 +ffmpeg -i first.flac -i second.flac -filter_complex acrossfade=d=10:o=0:c1=exp:c2=exp output.flac
 +@end example
 +@end itemize
  
 -@end table
 +@section adelay
  
 -The expression is evaluated through the eval API and can contain the following
 -constants:
 +Delay one or more audio channels.
  
 -@table @option
 -@item FRAME_RATE
 -frame rate, only defined for constant frame-rate video
 +Samples in delayed channel are filled with silence.
  
 -@item PTS
 -the presentation timestamp in input
 +The filter accepts the following option:
  
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
 +@table @option
 +@item delays
 +Set list of delays in milliseconds for each channel separated by '|'.
 +At least one delay greater than 0 should be provided.
 +Unused delays will be silently ignored. If number of given delays is
 +smaller than number of channels all remaining channels will not be delayed.
 +@end table
  
 -@item N
 -The number of audio samples passed through the filter so far, starting at 0.
 +@subsection Examples
  
 -@item S
 -The number of audio samples in the current frame.
 +@itemize
 +@item
 +Delay first channel by 1.5 seconds, the third channel by 0.5 seconds and leave
 +the second channel (and any other channels that may be present) unchanged.
 +@example
 +adelay=1500|0|500
 +@end example
 +@end itemize
  
 -@item SR
 -The audio sample rate.
 +@section aecho
  
 -@item STARTPTS
 -The PTS of the first frame.
 +Apply echoing to the input audio.
  
 -@item PREV_INPTS
 -The previous input PTS.
 +Echoes are reflected sound and can occur naturally amongst mountains
 +(and sometimes large buildings) when talking or shouting; digital echo
 +effects emulate this behaviour and are often used to help fill out the
 +sound of a single instrument or vocal. The time difference between the
 +original signal and the reflection is the @code{delay}, and the
 +loudness of the reflected signal is the @code{decay}.
 +Multiple echoes can have different delays and decays.
  
 -@item PREV_OUTPTS
 -The previous output PTS.
 +A description of the accepted parameters follows.
  
 -@item RTCTIME
 -The wallclock (RTC) time in microseconds.
 +@table @option
 +@item in_gain
 +Set input gain of reflected signal. Default is @code{0.6}.
  
 -@item RTCSTART
 -The wallclock (RTC) time at the start of the movie in microseconds.
 +@item out_gain
 +Set output gain of reflected signal. Default is @code{0.3}.
  
 +@item delays
 +Set list of time intervals in milliseconds between original signal and reflections
 +separated by '|'. Allowed range for each @code{delay} is @code{(0 - 90000.0]}.
 +Default is @code{1000}.
 +
 +@item decays
 +Set list of loudnesses of reflected signals separated by '|'.
 +Allowed range for each @code{decay} is @code{(0 - 1.0]}.
 +Default is @code{0.5}.
  @end table
  
 -Some examples:
 +@subsection Examples
  
 +@itemize
 +@item
 +Make it sound as if there are twice as many instruments as are actually playing:
  @example
 -# Start counting PTS from zero
 -asetpts=expr=PTS-STARTPTS
 +aecho=0.8:0.88:60:0.4
 +@end example
  
 -# Generate timestamps by counting samples
 -asetpts=expr=N/SR/TB
 +@item
 +If delay is very short, then it sound like a (metallic) robot playing music:
 +@example
 +aecho=0.8:0.88:6:0.4
 +@end example
  
 -# Generate timestamps from a "live source" and rebase onto the current timebase
 -asetpts='(RTCTIME - RTCSTART) / (TB * 1000000)"
 +@item
 +A longer delay will sound like an open air concert in the mountains:
 +@example
 +aecho=0.8:0.9:1000:0.3
  @end example
  
 -@section asettb
 +@item
 +Same as above but with one more mountain:
 +@example
 +aecho=0.8:0.9:1000|1800:0.3|0.25
 +@end example
 +@end itemize
  
 -Set the timebase to use for the output frames timestamps.
 -It is mainly useful for testing timebase configuration.
 +@section aemphasis
 +Audio emphasis filter creates or restores material directly taken from LPs or
 +emphased CDs with different filter curves. E.g. to store music on vinyl the
 +signal has to be altered by a filter first to even out the disadvantages of
 +this recording medium.
 +Once the material is played back the inverse filter has to be applied to
 +restore the distortion of the frequency response.
  
 -This filter accepts the following parameters:
 +The filter accepts the following options:
  
  @table @option
 +@item level_in
 +Set input gain.
  
 -@item expr
 -The expression which is evaluated into the output timebase.
 +@item level_out
 +Set output gain.
  
 -@end table
 +@item mode
 +Set filter mode. For restoring material use @code{reproduction} mode, otherwise
 +use @code{production} mode. Default is @code{reproduction} mode.
  
 -The expression can contain the constants @var{PI}, @var{E}, @var{PHI}, @var{AVTB} (the
 -default timebase), @var{intb} (the input timebase), and @var{sr} (the sample rate,
 -audio only).
 +@item type
 +Set filter type. Selects medium. Can be one of the following:
  
 -The default value for the input is @var{intb}.
 +@table @option
 +@item col
 +select Columbia.
 +@item emi
 +select EMI.
 +@item bsi
 +select BSI (78RPM).
 +@item riaa
 +select RIAA.
 +@item cd
 +select Compact Disc (CD).
 +@item 50fm
 +select 50µs (FM).
 +@item 75fm
 +select 75µs (FM).
 +@item 50kf
 +select 50µs (FM-KF).
 +@item 75kf
 +select 75µs (FM-KF).
 +@end table
 +@end table
  
 -Some examples:
 +@section aeval
  
 -@example
 -# Set the timebase to 1/25:
 -settb=1/25
 +Modify an audio signal according to the specified expressions.
  
 -# Set the timebase to 1/10:
 -settb=0.1
 +This filter accepts one or more expressions (one for each channel),
 +which are evaluated and used to modify a corresponding audio signal.
  
 -# Set the timebase to 1001/1000:
 -settb=1+0.001
 +It accepts the following parameters:
  
 -# Set the timebase to 2*intb:
 -settb=2*intb
 +@table @option
 +@item exprs
 +Set the '|'-separated expressions list for each separate channel. If
 +the number of input channels is greater than the number of
 +expressions, the last specified expression is used for the remaining
 +output channels.
 +
 +@item channel_layout, c
 +Set output channel layout. If not specified, the channel layout is
 +specified by the number of expressions. If set to @samp{same}, it will
 +use by default the same input channel layout.
 +@end table
  
 -# Set the default timebase value:
 -settb=AVTB
 +Each expression in @var{exprs} can contain the following constants and functions:
  
 -# Set the timebase to twice the sample rate:
 -asettb=sr*2
 -@end example
 +@table @option
 +@item ch
 +channel number of the current expression
  
 -@section ashowinfo
 +@item n
 +number of the evaluated sample, starting from 0
  
 -Show a line containing various information for each input audio frame.
 -The input audio is not modified.
 +@item s
 +sample rate
  
 -The shown line contains a sequence of key/value pairs of the form
 -@var{key}:@var{value}.
 +@item t
 +time of the evaluated sample expressed in seconds
  
 -It accepts the following parameters:
 +@item nb_in_channels
 +@item nb_out_channels
 +input and output number of channels
  
 -@table @option
 -@item n
 -The (sequential) number of the input frame, starting from 0.
 +@item val(CH)
 +the value of input channel with number @var{CH}
 +@end table
  
 -@item pts
 -The presentation timestamp of the input frame, in time base units; the time base
 -depends on the filter input pad, and is usually 1/@var{sample_rate}.
 +Note: this filter is slow. For faster processing you should use a
 +dedicated filter.
  
 -@item pts_time
 -The presentation timestamp of the input frame in seconds.
 +@subsection Examples
  
 -@item fmt
 -The sample format.
 +@itemize
 +@item
 +Half volume:
 +@example
 +aeval=val(ch)/2:c=same
 +@end example
  
 -@item chlayout
 -The channel layout.
 +@item
 +Invert phase of the second channel:
 +@example
 +aeval=val(0)|-val(1)
 +@end example
 +@end itemize
  
 -@item rate
 -The sample rate for the audio frame.
 +@anchor{afade}
 +@section afade
  
 -@item nb_samples
 -The number of samples (per channel) in the frame.
 +Apply fade-in/out effect to input audio.
  
 -@item checksum
 -The Adler-32 checksum (printed in hexadecimal) of the audio data. For planar
 -audio, the data is treated as if all the planes were concatenated.
 +A description of the accepted parameters follows.
  
 -@item plane_checksums
 -A list of Adler-32 checksums for each data plane.
 +@table @option
 +@item type, t
 +Specify the effect type, can be either @code{in} for fade-in, or
 +@code{out} for a fade-out effect. Default is @code{in}.
 +
 +@item start_sample, ss
 +Specify the number of the start sample for starting to apply the fade
 +effect. Default is 0.
 +
 +@item nb_samples, ns
 +Specify the number of samples for which the fade effect has to last. At
 +the end of the fade-in effect the output audio will have the same
 +volume as the input audio, at the end of the fade-out transition
 +the output audio will be silence. Default is 44100.
 +
 +@item start_time, st
 +Specify the start time of the fade effect. Default is 0.
 +The value must be specified as a time duration; see
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the accepted syntax.
 +If set this option is used instead of @var{start_sample}.
 +
 +@item duration, d
 +Specify the duration of the fade effect. See
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the accepted syntax.
 +At the end of the fade-in effect the output audio will have the same
 +volume as the input audio, at the end of the fade-out transition
 +the output audio will be silence.
 +By default the duration is determined by @var{nb_samples}.
 +If set this option is used instead of @var{nb_samples}.
 +
 +@item curve
 +Set curve for fade transition.
 +
 +It accepts the following values:
 +@table @option
 +@item tri
 +select triangular, linear slope (default)
 +@item qsin
 +select quarter of sine wave
 +@item hsin
 +select half of sine wave
 +@item esin
 +select exponential sine wave
 +@item log
 +select logarithmic
 +@item ipar
 +select inverted parabola
 +@item qua
 +select quadratic
 +@item cub
 +select cubic
 +@item squ
 +select square root
 +@item cbr
 +select cubic root
 +@item par
 +select parabola
 +@item exp
 +select exponential
 +@item iqsin
 +select inverted quarter of sine wave
 +@item ihsin
 +select inverted half of sine wave
 +@item dese
 +select double-exponential seat
 +@item desi
 +select double-exponential sigmoid
 +@end table
  @end table
  
 -@section asplit
 -
 -Split input audio into several identical outputs.
 +@subsection Examples
  
 -It accepts a single parameter, which specifies the number of outputs. If
 -unspecified, it defaults to 2.
 +@itemize
 +@item
 +Fade in first 15 seconds of audio:
 +@example
 +afade=t=in:ss=0:d=15
 +@end example
  
 -For example,
 +@item
 +Fade out last 25 seconds of a 900 seconds audio:
  @example
 -avconv -i INPUT -filter_complex asplit=5 OUTPUT
 +afade=t=out:st=875:d=25
  @end example
 -will create 5 copies of the input audio.
 +@end itemize
  
 -@section asyncts
 -Synchronize audio data with timestamps by squeezing/stretching it and/or
 -dropping samples/adding silence when needed.
 +@section afftfilt
 +Apply arbitrary expressions to samples in frequency domain.
  
 -It accepts the following parameters:
  @table @option
 +@item real
 +Set frequency domain real expression for each separate channel separated
 +by '|'. Default is "1".
 +If the number of input channels is greater than the number of
 +expressions, the last specified expression is used for the remaining
 +output channels.
 +
 +@item imag
 +Set frequency domain imaginary expression for each separate channel
 +separated by '|'. If not set, @var{real} option is used.
 +
 +Each expression in @var{real} and @var{imag} can contain the following
 +constants:
  
 -@item compensate
 -Enable stretching/squeezing the data to make it match the timestamps. Disabled
 -by default. When disabled, time gaps are covered with silence.
 +@table @option
 +@item sr
 +sample rate
  
 -@item min_delta
 -The minimum difference between timestamps and audio data (in seconds) to trigger
 -adding/dropping samples. The default value is 0.1. If you get an imperfect
 -sync with this filter, try setting this parameter to 0.
 +@item b
 +current frequency bin number
  
 -@item max_comp
 -The maximum compensation in samples per second. Only relevant with compensate=1.
 -The default value is 500.
 +@item nb
 +number of available bins
  
 -@item first_pts
 -Assume that the first PTS should be this value. The time base is 1 / sample
 -rate. This allows for padding/trimming at the start of the stream. By default,
 -no assumption is made about the first frame's expected PTS, so no padding or
 -trimming is done. For example, this could be set to 0 to pad the beginning with
 -silence if an audio stream starts after the video stream or to trim any samples
 -with a negative PTS due to encoder delay.
 -
 -@end table
 -
 -@section atrim
 -Trim the input so that the output contains one continuous subpart of the input.
 -
 -It accepts the following parameters:
 -@table @option
 -@item start
 -Timestamp (in seconds) of the start of the section to keep. I.e. the audio
 -sample with the timestamp @var{start} will be the first sample in the output.
 +@item ch
 +channel number of the current expression
  
 -@item end
 -Timestamp (in seconds) of the first audio sample that will be dropped. I.e. the
 -audio sample immediately preceding the one with the timestamp @var{end} will be
 -the last sample in the output.
 -
 -@item start_pts
 -Same as @var{start}, except this option sets the start timestamp in samples
 -instead of seconds.
 -
 -@item end_pts
 -Same as @var{end}, except this option sets the end timestamp in samples instead
 -of seconds.
 +@item chs
 +number of channels
  
 -@item duration
 -The maximum duration of the output in seconds.
 +@item pts
 +current frame pts
 +@end table
  
 -@item start_sample
 -The number of the first sample that should be output.
 +@item win_size
 +Set window size.
  
 -@item end_sample
 -The number of the first sample that should be dropped.
 +It accepts the following values:
 +@table @samp
 +@item w16
 +@item w32
 +@item w64
 +@item w128
 +@item w256
 +@item w512
 +@item w1024
 +@item w2048
 +@item w4096
 +@item w8192
 +@item w16384
 +@item w32768
 +@item w65536
  @end table
 +Default is @code{w4096}
  
 -Note that the first two sets of the start/end options and the @option{duration}
 -option look at the frame timestamp, while the _sample options simply count the
 -samples that pass through the filter. So start/end_pts and start/end_sample will
 -give different results when the timestamps are wrong, inexact or do not start at
 -zero. Also note that this filter does not modify the timestamps. If you wish
 -to have the output timestamps start at zero, insert the asetpts filter after the
 -atrim filter.
 +@item win_func
 +Set window function. Default is @code{hann}.
  
 -If multiple start or end options are set, this filter tries to be greedy and
 -keep all samples that match at least one of the specified constraints. To keep
 -only the part that matches all the constraints at once, chain multiple atrim
 -filters.
 +@item overlap
 +Set window overlap. If set to 1, the recommended overlap for selected
 +window function will be picked. Default is @code{0.75}.
 +@end table
  
 -The defaults are such that all the input is kept. So it is possible to set e.g.
 -just the end values to keep everything before the specified time.
 +@subsection Examples
  
 -Examples:
  @itemize
  @item
 -Drop everything except the second minute of input:
 -@example
 -avconv -i INPUT -af atrim=60:120
 -@end example
 -
 -@item
 -Keep only the first 1000 samples:
 +Leave almost only low frequencies in audio:
  @example
 -avconv -i INPUT -af atrim=end_sample=1000
 +afftfilt="1-clip((b/nb)*b,0,1)"
  @end example
 -
  @end itemize
  
 -@section bs2b
 -Bauer stereo to binaural transformation, which improves headphone listening of
 -stereo audio records.
 +@anchor{aformat}
 +@section aformat
  
 -It accepts the following parameters:
 -@table @option
 +Set output format constraints for the input audio. The framework will
 +negotiate the most appropriate format to minimize conversions.
  
 -@item profile
 -Pre-defined crossfeed level.
 +It accepts the following parameters:
  @table @option
  
 -@item default
 -Default level (fcut=700, feed=50).
 +@item sample_fmts
 +A '|'-separated list of requested sample formats.
  
 -@item cmoy
 -Chu Moy circuit (fcut=700, feed=60).
 +@item sample_rates
 +A '|'-separated list of requested sample rates.
  
 -@item jmeier
 -Jan Meier circuit (fcut=650, feed=95).
 +@item channel_layouts
 +A '|'-separated list of requested channel layouts.
  
 +See @ref{channel layout syntax,,the Channel Layout section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the required syntax.
  @end table
  
 -@item fcut
 -Cut frequency (in Hz).
 +If a parameter is omitted, all values are allowed.
  
 -@item feed
 -Feed level (in Hz).
 +Force the output to either unsigned 8-bit or signed 16-bit stereo
 +@example
 +aformat=sample_fmts=u8|s16:channel_layouts=stereo
 +@end example
  
 -@end table
 +@section agate
  
 -@section channelsplit
 -Split each channel from an input audio stream into a separate output stream.
 +A gate is mainly used to reduce lower parts of a signal. This kind of signal
 +processing reduces disturbing noise between useful signals.
 +
 +Gating is done by detecting the volume below a chosen level @var{threshold}
 +and divide it by the factor set with @var{ratio}. The bottom of the noise
 +floor is set via @var{range}. Because an exact manipulation of the signal
 +would cause distortion of the waveform the reduction can be levelled over
 +time. This is done by setting @var{attack} and @var{release}.
 +
 +@var{attack} determines how long the signal has to fall below the threshold
 +before any reduction will occur and @var{release} sets the time the signal
 +has to raise above the threshold to reduce the reduction again.
 +Shorter signals than the chosen attack time will be left untouched.
  
 -It accepts the following parameters:
  @table @option
 -@item channel_layout
 -The channel layout of the input stream. The default is "stereo".
 +@item level_in
 +Set input level before filtering.
 +Default is 1. Allowed range is from 0.015625 to 64.
 +
 +@item range
 +Set the level of gain reduction when the signal is below the threshold.
 +Default is 0.06125. Allowed range is from 0 to 1.
 +
 +@item threshold
 +If a signal rises above this level the gain reduction is released.
 +Default is 0.125. Allowed range is from 0 to 1.
 +
 +@item ratio
 +Set a ratio about which the signal is reduced.
 +Default is 2. Allowed range is from 1 to 9000.
 +
 +@item attack
 +Amount of milliseconds the signal has to rise above the threshold before gain
 +reduction stops.
 +Default is 20 milliseconds. Allowed range is from 0.01 to 9000.
 +
 +@item release
 +Amount of milliseconds the signal has to fall below the threshold before the
 +reduction is increased again. Default is 250 milliseconds.
 +Allowed range is from 0.01 to 9000.
 +
 +@item makeup
 +Set amount of amplification of signal after processing.
 +Default is 1. Allowed range is from 1 to 64.
 +
 +@item knee
 +Curve the sharp knee around the threshold to enter gain reduction more softly.
 +Default is 2.828427125. Allowed range is from 1 to 8.
 +
 +@item detection
 +Choose if exact signal should be taken for detection or an RMS like one.
 +Default is rms. Can be peak or rms.
 +
 +@item link
 +Choose if the average level between all channels or the louder channel affects
 +the reduction.
 +Default is average. Can be average or maximum.
  @end table
  
 -For example, assuming a stereo input MP3 file,
 -@example
 -avconv -i in.mp3 -filter_complex channelsplit out.mkv
 -@end example
 -will create an output Matroska file with two audio streams, one containing only
 -the left channel and the other the right channel.
 +@section alimiter
  
 -Split a 5.1 WAV file into per-channel files:
 -@example
 -avconv -i in.wav -filter_complex
 -'channelsplit=channel_layout=5.1[FL][FR][FC][LFE][SL][SR]'
 --map '[FL]' front_left.wav -map '[FR]' front_right.wav
 --map '[FC]' front_center.wav -map '[LFE]' low_frequency_effects.wav
 --map '[SL]' side_left.wav -map '[SR]' side_right.wav
 -@end example
 +The limiter prevents input signal from raising over a desired threshold.
 +This limiter uses lookahead technology to prevent your signal from distorting.
 +It means that there is a small delay after signal is processed. Keep in mind
 +that the delay it produces is the attack time you set.
  
 -@section channelmap
 -Remap input channels to new locations.
 +The filter accepts the following options:
  
 -It accepts the following parameters:
  @table @option
 -@item channel_layout
 -The channel layout of the output stream.
 +@item level_in
 +Set input gain. Default is 1.
  
 -@item map
 -Map channels from input to output. The argument is a '|'-separated list of
 -mappings, each in the @code{@var{in_channel}-@var{out_channel}} or
 -@var{in_channel} form. @var{in_channel} can be either the name of the input
 -channel (e.g. FL for front left) or its index in the input channel layout.
 -@var{out_channel} is the name of the output channel or its index in the output
 -channel layout. If @var{out_channel} is not given then it is implicitly an
 -index, starting with zero and increasing by one for each mapping.
 -@end table
 +@item level_out
 +Set output gain. Default is 1.
  
 -If no mapping is present, the filter will implicitly map input channels to
 -output channels, preserving indices.
 +@item limit
 +Don't let signals above this level pass the limiter. Default is 1.
  
 -For example, assuming a 5.1+downmix input MOV file,
 -@example
 -avconv -i in.mov -filter 'channelmap=map=DL-FL|DR-FR' out.wav
 -@end example
 -will create an output WAV file tagged as stereo from the downmix channels of
 -the input.
 +@item attack
 +The limiter will reach its attenuation level in this amount of time in
 +milliseconds. Default is 5 milliseconds.
  
 -To fix a 5.1 WAV improperly encoded in AAC's native channel order
 -@example
 -avconv -i in.wav -filter 'channelmap=1|2|0|5|3|4:5.1' out.wav
 -@end example
 +@item release
 +Come back from limiting to attenuation 1.0 in this amount of milliseconds.
 +Default is 50 milliseconds.
  
 -@section compand
 -Compress or expand the audio's dynamic range.
 +@item asc
 +When gain reduction is always needed ASC takes care of releasing to an
 +average reduction level rather than reaching a reduction of 0 in the release
 +time.
  
 -It accepts the following parameters:
 +@item asc_level
 +Select how much the release time is affected by ASC, 0 means nearly no changes
 +in release time while 1 produces higher release times.
 +
 +@item level
 +Auto level output signal. Default is enabled.
 +This normalizes audio back to 0dB if enabled.
 +@end table
 +
 +Depending on picked setting it is recommended to upsample input 2x or 4x times
 +with @ref{aresample} before applying this filter.
 +
 +@section allpass
 +
 +Apply a two-pole all-pass filter with central frequency (in Hz)
 +@var{frequency}, and filter-width @var{width}.
 +An all-pass filter changes the audio's frequency to phase relationship
 +without changing its frequency to amplitude relationship.
 +
 +The filter accepts the following options:
  
  @table @option
 +@item frequency, f
 +Set frequency in Hz.
  
 -@item attacks
 -@item decays
 -A list of times in seconds for each channel over which the instantaneous level
 -of the input signal is averaged to determine its volume. @var{attacks} refers to
 -increase of volume and @var{decays} refers to decrease of volume. For most
 -situations, the attack time (response to the audio getting louder) should be
 -shorter than the decay time, because the human ear is more sensitive to sudden
 -loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and
 -a typical value for decay is 0.8 seconds.
 +@item width_type
 +Set method to specify band-width of filter.
 +@table @option
 +@item h
 +Hz
 +@item q
 +Q-Factor
 +@item o
 +octave
 +@item s
 +slope
 +@end table
  
 -@item points
 -A list of points for the transfer function, specified in dB relative to the
 -maximum possible signal amplitude. Each key points list must be defined using
 -the following syntax: @code{x0/y0|x1/y1|x2/y2|....}
 +@item width, w
 +Specify the band-width of a filter in width_type units.
 +@end table
  
 -The input values must be in strictly increasing order but the transfer function
 -does not have to be monotonically rising. The point @code{0/0} is assumed but
 -may be overridden (by @code{0/out-dBn}). Typical values for the transfer
 -function are @code{-70/-70|-60/-20}.
 +@anchor{amerge}
 +@section amerge
  
 -@item soft-knee
 -Set the curve radius in dB for all joints. It defaults to 0.01.
 +Merge two or more audio streams into a single multi-channel stream.
  
 -@item gain
 -Set the additional gain in dB to be applied at all points on the transfer
 -function. This allows for easy adjustment of the overall gain.
 -It defaults to 0.
 +The filter accepts the following options:
  
 -@item volume
 -Set an initial volume, in dB, to be assumed for each channel when filtering
 -starts. This permits the user to supply a nominal level initially, so that, for
 -example, a very large gain is not applied to initial signal levels before the
 -companding has begun to operate. A typical value for audio which is initially
 -quiet is -90 dB. It defaults to 0.
 +@table @option
  
 -@item delay
 -Set a delay, in seconds. The input audio is analyzed immediately, but audio is
 -delayed before being fed to the volume adjuster. Specifying a delay
 -approximately equal to the attack/decay times allows the filter to effectively
 -operate in predictive rather than reactive mode. It defaults to 0.
 +@item inputs
 +Set the number of inputs. Default is 2.
  
  @end table
  
 +If the channel layouts of the inputs are disjoint, and therefore compatible,
 +the channel layout of the output will be set accordingly and the channels
 +will be reordered as necessary. If the channel layouts of the inputs are not
 +disjoint, the output will have all the channels of the first input then all
 +the channels of the second input, in that order, and the channel layout of
 +the output will be the default value corresponding to the total number of
 +channels.
 +
 +For example, if the first input is in 2.1 (FL+FR+LF) and the second input
 +is FC+BL+BR, then the output will be in 5.1, with the channels in the
 +following order: a1, a2, b1, a3, b2, b3 (a1 is the first channel of the
 +first input, b1 is the first channel of the second input).
 +
 +On the other hand, if both input are in stereo, the output channels will be
 +in the default order: a1, a2, b1, b2, and the channel layout will be
 +arbitrarily set to 4.0, which may or may not be the expected value.
 +
 +All inputs must have the same sample rate, and format.
 +
 +If inputs do not have the same duration, the output will stop with the
 +shortest.
 +
  @subsection Examples
  
  @itemize
  @item
 -Make music with both quiet and loud passages suitable for listening to in a
 -noisy environment:
 +Merge two mono files into a stereo stream:
  @example
 -compand=.3|.3:1|1:-90/-60|-60/-40|-40/-30|-20/-20:6:0:-90:0.2
 +amovie=left.wav [l] ; amovie=right.mp3 [r] ; [l] [r] amerge
  @end example
  
  @item
 -A noise gate for when the noise is at a lower level than the signal:
 +Multiple merges assuming 1 video stream and 6 audio streams in @file{input.mkv}:
  @example
 -compand=.1|.1:.2|.2:-900/-900|-50.1/-900|-50/-50:.01:0:-90:.1
 +ffmpeg -i input.mkv -filter_complex "[0:1][0:2][0:3][0:4][0:5][0:6] amerge=inputs=6" -c:a pcm_s16le output.mkv
  @end example
 +@end itemize
  
 -@item
 -Here is another noise gate, this time for when the noise is at a higher level
 -than the signal (making it, in some ways, similar to squelch):
 +@section amix
 +
 +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
 -compand=.1|.1:.1|.1:-45.1/-45.1|-45/-900|0/-900:.01:45:-90:.1
 +ffmpeg -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex amix=inputs=3:duration=first:dropout_transition=3 OUTPUT
  @end example
 -@end itemize
 -
 -@section join
 -Join multiple input streams into one multi-channel stream.
 +will mix 3 input audio streams to a single output with the same duration as the
 +first input and a dropout transition time of 3 seconds.
  
  It accepts the following parameters:
  @table @option
  
  @item inputs
 -The number of input streams. It defaults to 2.
 +The number of inputs. If unspecified, it defaults to 2.
  
 -@item channel_layout
 -The desired output channel layout. It defaults to stereo.
 +@item duration
 +How to determine the end-of-stream.
 +@table @option
  
 -@item map
 -Map channels from inputs to output. The argument is a '|'-separated list of
 -mappings, each in the @code{@var{input_idx}.@var{in_channel}-@var{out_channel}}
 -form. @var{input_idx} is the 0-based index of the input stream. @var{in_channel}
 -can be either the name of the input channel (e.g. FL for front left) or its
 -index in the specified input stream. @var{out_channel} is the name of the output
 -channel.
 -@end table
 +@item longest
 +The duration of the longest input. (default)
  
 -The filter will attempt to guess the mappings when they are not specified
 -explicitly. It does so by first trying to find an unused matching input channel
 -and if that fails it picks the first unused input channel.
 +@item shortest
 +The duration of the shortest input.
  
 -Join 3 inputs (with properly set channel layouts):
 -@example
 -avconv -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex join=inputs=3 OUTPUT
 -@end example
 +@item first
 +The duration of the first input.
  
 -Build a 5.1 output from 6 single-channel streams:
 -@example
 -avconv -i fl -i fr -i fc -i sl -i sr -i lfe -filter_complex
 -'join=inputs=6:channel_layout=5.1:map=0.0-FL|1.0-FR|2.0-FC|3.0-SL|4.0-SR|5.0-LFE'
 -out
 -@end example
 +@end table
  
 -@section resample
 -Convert the audio sample format, sample rate and channel layout. It is
 -not meant to be used directly; it is inserted automatically by libavfilter
 -whenever conversion is needed. Use the @var{aformat} filter to force a specific
 -conversion.
 +@item dropout_transition
 +The transition time, in seconds, for volume renormalization when an input
 +stream ends. The default value is 2 seconds.
  
 -@section volume
 +@end table
  
 -Adjust the input audio volume.
 +@section anequalizer
 +
 +High-order parametric multiband equalizer for each channel.
  
  It accepts the following parameters:
  @table @option
 +@item params
  
 -@item volume
 -This expresses how the audio volume will be increased or decreased.
 +This option string is in format:
 +"c@var{chn} f=@var{cf} w=@var{w} g=@var{g} t=@var{f} | ..."
 +Each equalizer band is separated by '|'.
  
 -Output values are clipped to the maximum value.
 +@table @option
 +@item chn
 +Set channel number to which equalization will be applied.
 +If input doesn't have that channel the entry is ignored.
  
 -The output audio volume is given by the relation:
 -@example
 -@var{output_volume} = @var{volume} * @var{input_volume}
 -@end example
 -
 -The default value for @var{volume} is 1.0.
 -
 -@item precision
 -This parameter represents the mathematical precision.
 +@item cf
 +Set central frequency for band.
 +If input doesn't have that frequency the entry is ignored.
  
 -It determines which input sample formats will be allowed, which affects the
 -precision of the volume scaling.
 -
 -@table @option
 -@item fixed
 -8-bit fixed-point; this limits input sample format to U8, S16, and S32.
 -@item float
 -32-bit floating-point; this limits input sample format to FLT. (default)
 -@item double
 -64-bit floating-point; this limits input sample format to DBL.
 -@end table
 +@item w
 +Set band width in hertz.
  
 -@item replaygain
 -Choose the behaviour on encountering ReplayGain side data in input frames.
 +@item g
 +Set band gain in dB.
  
 -@table @option
 -@item drop
 -Remove ReplayGain side data, ignoring its contents (the default).
 +@item f
 +Set filter type for band, optional, can be:
  
 -@item ignore
 -Ignore ReplayGain side data, but leave it in the frame.
 +@table @samp
 +@item 0
 +Butterworth, this is default.
  
 -@item track
 -Prefer the track gain, if present.
 +@item 1
 +Chebyshev type 1.
  
 -@item album
 -Prefer the album gain, if present.
 +@item 2
 +Chebyshev type 2.
 +@end table
  @end table
  
 -@item replaygain_preamp
 -Pre-amplification gain in dB to apply to the selected replaygain gain.
 -
 -Default value for @var{replaygain_preamp} is 0.0.
 -
 -@item replaygain_noclip
 -Prevent clipping by limiting the gain applied.
 -
 -Default value for @var{replaygain_noclip} is 1.
 +@item curves
 +With this option activated frequency response of anequalizer is displayed
 +in video stream.
  
 +@item size
 +Set video stream size. Only useful if curves option is activated.
 +
 +@item mgain
 +Set max gain that will be displayed. Only useful if curves option is activated.
 +Setting this to reasonable value allows to display gain which is derived from
 +neighbour bands which are too close to each other and thus produce higher gain
 +when both are activated.
 +
 +@item fscale
 +Set frequency scale used to draw frequency response in video output.
 +Can be linear or logarithmic. Default is logarithmic.
 +
 +@item colors
 +Set color for each channel curve which is going to be displayed in video stream.
 +This is list of color names separated by space or by '|'.
 +Unrecognised or missing colors will be replaced by white color.
  @end table
  
  @subsection Examples
  
  @itemize
  @item
 -Halve the input audio volume:
 -@example
 -volume=volume=0.5
 -volume=volume=1/2
 -volume=volume=-6.0206dB
 -@end example
 -
 -@item
 -Increase input audio power by 6 decibels using fixed-point precision:
 +Lower gain by 10 of central frequency 200Hz and width 100 Hz
 +for first 2 channels using Chebyshev type 1 filter:
  @example
 -volume=volume=6dB:precision=fixed
 +anequalizer=c0 f=200 w=100 g=-10 t=1|c1 f=200 w=100 g=-10 t=1
  @end example
  @end itemize
  
 -@c man end AUDIO FILTERS
 -
 -@chapter Audio Sources
 -@c man begin AUDIO SOURCES
 -
 -Below is a description of the currently available audio sources.
 -
 -@section anullsrc
 -
 -The null audio source; it never returns audio frames. It is mainly useful as a
 -template and for use in analysis / debugging tools.
 -
 -It accepts, as an optional parameter, a string of the form
 -@var{sample_rate}:@var{channel_layout}.
 +@subsection Commands
  
 -@var{sample_rate} specifies the sample rate, and defaults to 44100.
 +This filter supports the following commands:
 +@table @option
 +@item change
 +Alter existing filter parameters.
 +Syntax for the commands is : "@var{fN}|f=@var{freq}|w=@var{width}|g=@var{gain}"
 +
 +@var{fN} is existing filter number, starting from 0, if no such filter is available
 +error is returned.
 +@var{freq} set new frequency parameter.
 +@var{width} set new width parameter in herz.
 +@var{gain} set new gain parameter in dB.
 +
 +Full filter invocation with asendcmd may look like this:
 +asendcmd=c='4.0 anequalizer change 0|f=200|w=50|g=1',anequalizer=...
 +@end table
  
 -@var{channel_layout} specifies the channel layout, and can be either an
 -integer or a string representing a channel layout. The default value
 -of @var{channel_layout} is 3, which corresponds to CH_LAYOUT_STEREO.
 +@section anull
  
 -Check the channel_layout_map definition in
 -@file{libavutil/channel_layout.c} for the mapping between strings and
 -channel layout values.
 +Pass the audio source unchanged to the output.
  
 -Some examples:
 -@example
 -# Set the sample rate to 48000 Hz and the channel layout to CH_LAYOUT_MONO
 -anullsrc=48000:4
 +@section apad
  
 -# The same as above
 -anullsrc=48000:mono
 -@end example
 +Pad the end of an audio stream with silence.
  
 -@section abuffer
 -Buffer audio frames, and make them available to the filter chain.
 +This can be used together with @command{ffmpeg} @option{-shortest} to
 +extend audio streams to the same length as the video stream.
  
 -This source is not intended to be part of user-supplied graph descriptions; it
 -is for insertion by calling programs, through the interface defined in
 -@file{libavfilter/buffersrc.h}.
 +A description of the accepted options follows.
  
 -It accepts the following parameters:
  @table @option
 +@item packet_size
 +Set silence packet size. Default value is 4096.
 +
 +@item pad_len
 +Set the number of samples of silence to add to the end. After the
 +value is reached, the stream is terminated. This option is mutually
 +exclusive with @option{whole_len}.
 +
 +@item whole_len
 +Set the minimum total number of samples in the output audio stream. If
 +the value is longer than the input audio length, silence is added to
 +the end, until the value is reached. This option is mutually exclusive
 +with @option{pad_len}.
 +@end table
  
 -@item time_base
 -The timebase which will be used for timestamps of submitted frames. It must be
 -either a floating-point number or in @var{numerator}/@var{denominator} form.
 +If neither the @option{pad_len} nor the @option{whole_len} option is
 +set, the filter will add silence to the end of the input stream
 +indefinitely.
  
 -@item sample_rate
 -The audio sample rate.
 +@subsection Examples
  
 -@item sample_fmt
 -The name of the sample format, as returned by @code{av_get_sample_fmt_name()}.
 +@itemize
 +@item
 +Add 1024 samples of silence to the end of the input:
 +@example
 +apad=pad_len=1024
 +@end example
  
 -@item channel_layout
 -The channel layout of the audio data, in the form that can be accepted by
 -@code{av_get_channel_layout()}.
 -@end table
 +@item
 +Make sure the audio output will contain at least 10000 samples, pad
 +the input with silence if required:
 +@example
 +apad=whole_len=10000
 +@end example
  
 -All the parameters need to be explicitly defined.
 +@item
 +Use @command{ffmpeg} to pad the audio input with silence, so that the
 +video stream will always result the shortest and will be converted
 +until the end in the output file when using the @option{shortest}
 +option:
 +@example
 +ffmpeg -i VIDEO -i AUDIO -filter_complex "[1:0]apad" -shortest OUTPUT
 +@end example
 +@end itemize
  
 -@c man end AUDIO SOURCES
 +@section aphaser
 +Add a phasing effect to the input audio.
  
 -@chapter Audio Sinks
 -@c man begin AUDIO SINKS
 +A phaser filter creates series of peaks and troughs in the frequency spectrum.
 +The position of the peaks and troughs are modulated so that they vary over time, creating a sweeping effect.
  
 -Below is a description of the currently available audio sinks.
 +A description of the accepted parameters follows.
  
 -@section anullsink
 +@table @option
 +@item in_gain
 +Set input gain. Default is 0.4.
  
 -Null audio sink; do absolutely nothing with the input audio. It is
 -mainly useful as a template and for use in analysis / debugging
 -tools.
 +@item out_gain
 +Set output gain. Default is 0.74
  
 -@section abuffersink
 -This sink is intended for programmatic use. Frames that arrive on this sink can
 -be retrieved by the calling program, using the interface defined in
 -@file{libavfilter/buffersink.h}.
 +@item delay
 +Set delay in milliseconds. Default is 3.0.
  
 -It does not accept any parameters.
 +@item decay
 +Set decay. Default is 0.4.
  
 -@c man end AUDIO SINKS
 +@item speed
 +Set modulation speed in Hz. Default is 0.5.
  
 -@chapter Video Filters
 -@c man begin VIDEO FILTERS
 +@item type
 +Set modulation type. Default is triangular.
  
 -When you configure your Libav build, you can disable any of the
 -existing filters using --disable-filters.
 -The configure output will show the video filters included in your
 -build.
 +It accepts the following values:
 +@table @samp
 +@item triangular, t
 +@item sinusoidal, s
 +@end table
 +@end table
  
 -Below is a description of the currently available video filters.
 +@section apulsator
  
 -@section blackframe
 +Audio pulsator is something between an autopanner and a tremolo.
 +But it can produce funny stereo effects as well. Pulsator changes the volume
 +of the left and right channel based on a LFO (low frequency oscillator) with
 +different waveforms and shifted phases.
 +This filter have the ability to define an offset between left and right
 +channel. An offset of 0 means that both LFO shapes match each other.
 +The left and right channel are altered equally - a conventional tremolo.
 +An offset of 50% means that the shape of the right channel is exactly shifted
 +in phase (or moved backwards about half of the frequency) - pulsator acts as
 +an autopanner. At 1 both curves match again. Every setting in between moves the
 +phase shift gapless between all stages and produces some "bypassing" sounds with
 +sine and triangle waveforms. The more you set the offset near 1 (starting from
 +the 0.5) the faster the signal passes from the left to the right speaker.
  
 -Detect frames that are (almost) completely black. Can be useful to
 -detect chapter transitions or commercials. Output lines consist of
 -the frame number of the detected frame, the percentage of blackness,
 -the position in the file if known or -1 and the timestamp in seconds.
 +The filter accepts the following options:
  
 -In order to display the output lines, you need to set the loglevel at
 -least to the AV_LOG_INFO value.
 +@table @option
 +@item level_in
 +Set input gain. By default it is 1. Range is [0.015625 - 64].
  
 -It accepts the following parameters:
 +@item level_out
 +Set output gain. By default it is 1. Range is [0.015625 - 64].
  
 -@table @option
 +@item mode
 +Set waveform shape the LFO will use. Can be one of: sine, triangle, square,
 +sawup or sawdown. Default is sine.
  
  @item amount
 -The percentage of the pixels that have to be below the threshold; it defaults to
 -98.
 -
 -@item threshold
 -The threshold below which a pixel value is considered black; it defaults to 32.
 +Set modulation. Define how much of original signal is affected by the LFO.
  
 -@end table
 +@item offset_l
 +Set left channel offset. Default is 0. Allowed range is [0 - 1].
  
 -@section boxblur
 +@item offset_r
 +Set right channel offset. Default is 0.5. Allowed range is [0 - 1].
  
 -Apply a boxblur algorithm to the input video.
 +@item width
 +Set pulse width. Default is 1. Allowed range is [0 - 2].
  
 -It accepts the following parameters:
 +@item timing
 +Set possible timing mode. Can be one of: bpm, ms or hz. Default is hz.
  
 -@table @option
 +@item bpm
 +Set bpm. Default is 120. Allowed range is [30 - 300]. Only used if timing
 +is set to bpm.
  
 -@item luma_radius
 -@item luma_power
 -@item chroma_radius
 -@item chroma_power
 -@item alpha_radius
 -@item alpha_power
 +@item ms
 +Set ms. Default is 500. Allowed range is [10 - 2000]. Only used if timing
 +is set to ms.
  
 +@item hz
 +Set frequency in Hz. Default is 2. Allowed range is [0.01 - 100]. Only used
 +if timing is set to hz.
  @end table
  
 -The chroma and alpha parameters are optional. If not specified, they default
 -to the corresponding values set for @var{luma_radius} and
 -@var{luma_power}.
 -
 -@var{luma_radius}, @var{chroma_radius}, and @var{alpha_radius} represent
 -the radius in pixels of the box used for blurring the corresponding
 -input plane. They are expressions, and can contain the following
 -constants:
 -@table @option
 -@item w, h
 -The input width and height in pixels.
 -
 -@item cw, ch
 -The input chroma image width and height in pixels.
 +@anchor{aresample}
 +@section aresample
  
 -@item hsub, vsub
 -The horizontal and vertical chroma subsample values. For example, for the
 -pixel format "yuv422p", @var{hsub} is 2 and @var{vsub} is 1.
 -@end table
 +Resample the input audio to the specified parameters, using the
 +libswresample library. If none are specified then the filter will
 +automatically convert between its input and output.
  
 -The radius must be a non-negative number, and must not be greater than
 -the value of the expression @code{min(w,h)/2} for the luma and alpha planes,
 -and of @code{min(cw,ch)/2} for the chroma planes.
 +This filter is also able to stretch/squeeze the audio data to make it match
 +the timestamps or to inject silence / cut out audio to make it match the
 +timestamps, do a combination of both or do neither.
  
 -@var{luma_power}, @var{chroma_power}, and @var{alpha_power} represent
 -how many times the boxblur filter is applied to the corresponding
 -plane.
 +The filter accepts the syntax
 +[@var{sample_rate}:]@var{resampler_options}, where @var{sample_rate}
 +expresses a sample rate and @var{resampler_options} is a list of
 +@var{key}=@var{value} pairs, separated by ":". See the
 +ffmpeg-resampler manual for the complete list of supported options.
  
 -Some examples:
 +@subsection Examples
  
  @itemize
 -
 -@item
 -Apply a boxblur filter with the luma, chroma, and alpha radii
 -set to 2:
 -@example
 -boxblur=luma_radius=2:luma_power=1
 -@end example
 -
  @item
 -Set the luma radius to 2, and alpha and chroma radius to 0:
 +Resample the input audio to 44100Hz:
  @example
 -boxblur=2:1:0:0:0:0
 +aresample=44100
  @end example
  
  @item
 -Set the luma and chroma radii to a fraction of the video dimension:
 +Stretch/squeeze samples to the given timestamps, with a maximum of 1000
 +samples per second compensation:
  @example
 -boxblur=luma_radius=min(h\,w)/10:luma_power=1:chroma_radius=min(cw\,ch)/10:chroma_power=1
 +aresample=async=1000
  @end example
 -
  @end itemize
  
 -@section copy
 -
 -Copy the input source unchanged to the output. This is mainly useful for
 -testing purposes.
 +@section asetnsamples
  
 -@section crop
 +Set the number of samples per each output audio frame.
  
 -Crop the input video to given dimensions.
 +The last output packet may contain a different number of samples, as
 +the filter will flush all the remaining samples when the input audio
 +signal its end.
  
 -It accepts the following parameters:
 +The filter accepts the following options:
  
  @table @option
  
 -@item out_w
 -The width of the output video.
 +@item nb_out_samples, n
 +Set the number of frames per each output audio frame. The number is
 +intended as the number of samples @emph{per each channel}.
 +Default value is 1024.
  
 -@item out_h
 -The height of the output video.
 +@item pad, p
 +If set to 1, the filter will pad the last audio frame with zeroes, so
 +that the last frame will contain the same number of samples as the
 +previous ones. Default value is 1.
 +@end table
  
 -@item x
 -The horizontal position, in the input video, of the left edge of the output
 -video.
 +For example, to set the number of per-frame samples to 1234 and
 +disable padding for the last frame, use:
 +@example
 +asetnsamples=n=1234:p=0
 +@end example
  
 -@item y
 -The vertical position, in the input video, of the top edge of the output video.
 +@section asetrate
  
 -@end table
 +Set the sample rate without altering the PCM data.
 +This will result in a change of speed and pitch.
  
 -The parameters are expressions containing the following constants:
 +The filter accepts the following options:
  
  @table @option
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
 -
 -@item x, y
 -The computed values for @var{x} and @var{y}. They are evaluated for
 -each new frame.
 +@item sample_rate, r
 +Set the output sample rate. Default is 44100 Hz.
 +@end table
  
 -@item in_w, in_h
 -The input width and height.
 +@section ashowinfo
  
 -@item iw, ih
 -These are the same as @var{in_w} and @var{in_h}.
 +Show a line containing various information for each input audio frame.
 +The input audio is not modified.
  
 -@item out_w, out_h
 -The output (cropped) width and height.
 +The shown line contains a sequence of key/value pairs of the form
 +@var{key}:@var{value}.
  
 -@item ow, oh
 -These are the same as @var{out_w} and @var{out_h}.
 +The following values are shown in the output:
  
 +@table @option
  @item n
 -The number of the input frame, starting from 0.
 +The (sequential) number of the input frame, starting from 0.
  
 -@item t
 -The timestamp expressed in seconds. It's NAN if the input timestamp is unknown.
 +@item pts
 +The presentation timestamp of the input frame, in time base units; the time base
 +depends on the filter input pad, and is usually 1/@var{sample_rate}.
  
 -@end table
 +@item pts_time
 +The presentation timestamp of the input frame in seconds.
  
 -The @var{out_w} and @var{out_h} parameters specify the expressions for
 -the width and height of the output (cropped) video. They are only
 -evaluated during the configuration of the filter.
 +@item pos
 +position of the frame in the input stream, -1 if this information in
 +unavailable and/or meaningless (for example in case of synthetic audio)
  
 -The default value of @var{out_w} is "in_w", and the default value of
 -@var{out_h} is "in_h".
 +@item fmt
 +The sample format.
  
 -The expression for @var{out_w} may depend on the value of @var{out_h},
 -and the expression for @var{out_h} may depend on @var{out_w}, but they
 -cannot depend on @var{x} and @var{y}, as @var{x} and @var{y} are
 -evaluated after @var{out_w} and @var{out_h}.
 +@item chlayout
 +The channel layout.
  
 -The @var{x} and @var{y} parameters specify the expressions for the
 -position of the top-left corner of the output (non-cropped) area. They
 -are evaluated for each frame. If the evaluated value is not valid, it
 -is approximated to the nearest valid value.
 +@item rate
 +The sample rate for the audio frame.
  
 -The default value of @var{x} is "(in_w-out_w)/2", and the default
 -value for @var{y} is "(in_h-out_h)/2", which set the cropped area at
 -the center of the input image.
 +@item nb_samples
 +The number of samples (per channel) in the frame.
  
 -The expression for @var{x} may depend on @var{y}, and the expression
 -for @var{y} may depend on @var{x}.
 +@item checksum
 +The Adler-32 checksum (printed in hexadecimal) of the audio data. For planar
 +audio, the data is treated as if all the planes were concatenated.
  
 -Some examples:
 -@example
 -# Crop the central input area with size 100x100
 -crop=out_w=100:out_h=100
 +@item plane_checksums
 +A list of Adler-32 checksums for each data plane.
 +@end table
  
 -# Crop the central input area with size 2/3 of the input video
 -"crop=out_w=2/3*in_w:out_h=2/3*in_h"
 +@anchor{astats}
 +@section astats
  
 -# Crop the input video central square
 -crop=out_w=in_h
 +Display time domain statistical information about the audio channels.
 +Statistics are calculated and displayed for each audio channel and,
 +where applicable, an overall figure is also given.
  
 -# Delimit the rectangle with the top-left corner placed at position
 -# 100:100 and the right-bottom corner corresponding to the right-bottom
 -# corner of the input image
 -crop=out_w=in_w-100:out_h=in_h-100:x=100:y=100
 +It accepts the following option:
 +@table @option
 +@item length
 +Short window length in seconds, used for peak and trough RMS measurement.
 +Default is @code{0.05} (50 milliseconds). Allowed range is @code{[0.1 - 10]}.
 +
 +@item metadata
 +
 +Set metadata injection. All the metadata keys are prefixed with @code{lavfi.astats.X},
 +where @code{X} is channel number starting from 1 or string @code{Overall}. Default is
 +disabled.
 +
 +Available keys for each channel are:
 +DC_offset
 +Min_level
 +Max_level
 +Min_difference
 +Max_difference
 +Mean_difference
 +Peak_level
 +RMS_peak
 +RMS_trough
 +Crest_factor
 +Flat_factor
 +Peak_count
 +Bit_depth
 +
 +and for Overall:
 +DC_offset
 +Min_level
 +Max_level
 +Min_difference
 +Max_difference
 +Mean_difference
 +Peak_level
 +RMS_level
 +RMS_peak
 +RMS_trough
 +Flat_factor
 +Peak_count
 +Bit_depth
 +Number_of_samples
 +
 +For example full key look like this @code{lavfi.astats.1.DC_offset} or
 +this @code{lavfi.astats.Overall.Peak_count}.
 +
 +For description what each key means read below.
  
 -# Crop 10 pixels from the left and right borders, and 20 pixels from
 -# the top and bottom borders
 -"crop=out_w=in_w-2*10:out_h=in_h-2*20"
 +@item reset
 +Set number of frame after which stats are going to be recalculated.
 +Default is disabled.
 +@end table
  
 -# Keep only the bottom right quarter of the input image
 -"crop=out_w=in_w/2:out_h=in_h/2:x=in_w/2:y=in_h/2"
 +A description of each shown parameter follows:
  
 -# Crop height for getting Greek harmony
 -"crop=out_w=in_w:out_h=1/PHI*in_w"
 +@table @option
 +@item DC offset
 +Mean amplitude displacement from zero.
  
 -# Trembling effect
 -"crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(n/7)"
 +@item Min level
 +Minimal sample level.
  
 -# Erratic camera effect depending on timestamp
 -"crop=out_w=in_w/2:out_h=in_h/2:x=(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):y=(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)"
 +@item Max level
 +Maximal sample level.
  
 -# Set x depending on the value of y
 -"crop=in_w/2:in_h/2:y:10+10*sin(n/10)"
 -@end example
 +@item Min difference
 +Minimal difference between two consecutive samples.
  
 -@section cropdetect
 +@item Max difference
 +Maximal difference between two consecutive samples.
  
 -Auto-detect the crop size.
 +@item Mean difference
 +Mean difference between two consecutive samples.
 +The average of each difference between two consecutive samples.
  
 -It calculates the necessary cropping parameters and prints the
 -recommended parameters via the logging system. The detected dimensions
 -correspond to the non-black area of the input video.
 +@item Peak level dB
 +@item RMS level dB
 +Standard peak and RMS level measured in dBFS.
  
 -It accepts the following parameters:
 +@item RMS peak dB
 +@item RMS trough dB
 +Peak and trough values for RMS level measured over a short window.
  
 -@table @option
 +@item Crest factor
 +Standard ratio of peak to RMS level (note: not in dB).
  
 -@item limit
 -The threshold, an optional parameter between nothing (0) and
 -everything (255). It defaults to 24.
 +@item Flat factor
 +Flatness (i.e. consecutive samples with the same value) of the signal at its peak levels
 +(i.e. either @var{Min level} or @var{Max level}).
  
 -@item round
 -The value which the width/height should be divisible by. It defaults to
 -16. The offset is automatically adjusted to center the video. Use 2 to
 -get only even dimensions (needed for 4:2:2 video). 16 is best when
 -encoding to most video codecs.
 -
 -@item reset
 -A counter that determines how many frames cropdetect will reset
 -the previously detected largest video area after. It will then start over
 -and detect the current optimal crop area. It defaults to 0.
 +@item Peak count
 +Number of occasions (not the number of samples) that the signal attained either
 +@var{Min level} or @var{Max level}.
  
 -This can be useful when channel logos distort the video area. 0
 -indicates 'never reset', and returns the largest area encountered during
 -playback.
 +@item Bit depth
 +Overall bit depth of audio. Number of bits used for each sample.
  @end table
  
 -@section delogo
 +@section asyncts
  
 -Suppress a TV station logo by a simple interpolation of the surrounding
 -pixels. Just set a rectangle covering the logo and watch it disappear
 -(and sometimes something even uglier appear - your mileage may vary).
 +Synchronize audio data with timestamps by squeezing/stretching it and/or
 +dropping samples/adding silence when needed.
 +
 +This filter is not built by default, please use @ref{aresample} to do squeezing/stretching.
  
  It accepts the following parameters:
  @table @option
  
 -@item x, y
 -Specify the top left corner coordinates of the logo. They must be
 -specified.
 +@item compensate
 +Enable stretching/squeezing the data to make it match the timestamps. Disabled
 +by default. When disabled, time gaps are covered with silence.
  
 -@item w, h
 -Specify the width and height of the logo to clear. They must be
 -specified.
 +@item min_delta
 +The minimum difference between timestamps and audio data (in seconds) to trigger
 +adding/dropping samples. The default value is 0.1. If you get an imperfect
 +sync with this filter, try setting this parameter to 0.
  
 -@item band, t
 -Specify the thickness of the fuzzy edge of the rectangle (added to
 -@var{w} and @var{h}). The default value is 4.
 +@item max_comp
 +The maximum compensation in samples per second. Only relevant with compensate=1.
 +The default value is 500.
  
 -@item show
 -When set to 1, a green rectangle is drawn on the screen to simplify
 -finding the right @var{x}, @var{y}, @var{w}, @var{h} parameters, and
 -@var{band} is set to 4. The default value is 0.
 +@item first_pts
 +Assume that the first PTS should be this value. The time base is 1 / sample
 +rate. This allows for padding/trimming at the start of the stream. By default,
 +no assumption is made about the first frame's expected PTS, so no padding or
 +trimming is done. For example, this could be set to 0 to pad the beginning with
 +silence if an audio stream starts after the video stream or to trim any samples
 +with a negative PTS due to encoder delay.
  
  @end table
  
 -An example:
 +@section atempo
  
 -@itemize
 +Adjust audio tempo.
 +
 +The filter accepts exactly one parameter, the audio tempo. If not
 +specified then the filter will assume nominal 1.0 tempo. Tempo must
 +be in the [0.5, 2.0] range.
  
 +@subsection Examples
 +
 +@itemize
  @item
 -Set a rectangle covering the area with top left corner coordinates 0,0
 -and size 100x77, and a band of size 10:
 +Slow down audio to 80% tempo:
  @example
 -delogo=x=0:y=0:w=100:h=77:band=10
 +atempo=0.8
  @end example
  
 +@item
 +To speed up audio to 125% tempo:
 +@example
 +atempo=1.25
 +@end example
  @end itemize
  
 -@section drawbox
 +@section atrim
  
 -Draw a colored box on the input image.
 +Trim the input so that the output contains one continuous subpart of the input.
  
  It accepts the following parameters:
 -
  @table @option
 +@item start
 +Timestamp (in seconds) of the start of the section to keep. I.e. the audio
 +sample with the timestamp @var{start} will be the first sample in the output.
 +
 +@item end
 +Specify time of the first audio sample that will be dropped, i.e. the
 +audio sample immediately preceding the one with the timestamp @var{end} will be
 +the last sample in the output.
  
 -@item x, y
 -Specify the top left corner coordinates of the box. It defaults to 0.
 +@item start_pts
 +Same as @var{start}, except this option sets the start timestamp in samples
 +instead of seconds.
  
 -@item width, height
 -Specify the width and height of the box; if 0 they are interpreted as
 -the input width and height. It defaults to 0.
 +@item end_pts
 +Same as @var{end}, except this option sets the end timestamp in samples instead
 +of seconds.
  
 -@item color
 -Specify the color of the box to write. It can be the name of a color
 -(case insensitive match) or a 0xRRGGBB[AA] sequence.
 +@item duration
 +The maximum duration of the output in seconds.
 +
 +@item start_sample
 +The number of the first sample that should be output.
 +
 +@item end_sample
 +The number of the first sample that should be dropped.
  @end table
  
 -Some examples:
 -@example
 -# Draw a black box around the edge of the input image
 -drawbox
 +@option{start}, @option{end}, and @option{duration} are expressed as time
 +duration specifications; see
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}.
 +
 +Note that the first two sets of the start/end options and the @option{duration}
 +option look at the frame timestamp, while the _sample options simply count the
 +samples that pass through the filter. So start/end_pts and start/end_sample will
 +give different results when the timestamps are wrong, inexact or do not start at
 +zero. Also note that this filter does not modify the timestamps. If you wish
 +to have the output timestamps start at zero, insert the asetpts filter after the
 +atrim filter.
 +
 +If multiple start or end options are set, this filter tries to be greedy and
 +keep all samples that match at least one of the specified constraints. To keep
 +only the part that matches all the constraints at once, chain multiple atrim
 +filters.
 +
 +The defaults are such that all the input is kept. So it is possible to set e.g.
 +just the end values to keep everything before the specified time.
  
 -# Draw a box with color red and an opacity of 50%
 -drawbox=x=10:y=20:width=200:height=60:color=red@@0.5"
 +Examples:
 +@itemize
 +@item
 +Drop everything except the second minute of input:
 +@example
 +ffmpeg -i INPUT -af atrim=60:120
  @end example
  
 -@section drawtext
 +@item
 +Keep only the first 1000 samples:
 +@example
 +ffmpeg -i INPUT -af atrim=end_sample=1000
 +@end example
  
 -Draw a text string or text from a specified file on top of a video, using the
 -libfreetype library.
 +@end itemize
  
 -To enable compilation of this filter, you need to configure Libav with
 -@code{--enable-libfreetype}.
 -To enable default font fallback and the @var{font} option you need to
 -configure Libav with @code{--enable-libfontconfig}.
 +@section bandpass
  
 -The filter also recognizes strftime() sequences in the provided text
 -and expands them accordingly. Check the documentation of strftime().
 +Apply a two-pole Butterworth band-pass filter with central
 +frequency @var{frequency}, and (3dB-point) band-width width.
 +The @var{csg} option selects a constant skirt gain (peak gain = Q)
 +instead of the default: constant 0dB peak gain.
 +The filter roll off at 6dB per octave (20dB per decade).
  
 -It accepts the following parameters:
 +The filter accepts the following options:
  
  @table @option
 +@item frequency, f
 +Set the filter's central frequency. Default is @code{3000}.
  
 -@item font
 -The font family to be used for drawing text. By default Sans.
 +@item csg
 +Constant skirt gain if set to 1. Defaults to 0.
  
 -@item fontfile
 -The font file to be used for drawing text. The path must be included.
 -This parameter is mandatory if the fontconfig support is disabled.
 +@item width_type
 +Set method to specify band-width of filter.
 +@table @option
 +@item h
 +Hz
 +@item q
 +Q-Factor
 +@item o
 +octave
 +@item s
 +slope
 +@end table
  
 -@item text
 -The text string to be drawn. The text must be a sequence of UTF-8
 -encoded characters.
 -This parameter is mandatory if no file is specified with the parameter
 -@var{textfile}.
 +@item width, w
 +Specify the band-width of a filter in width_type units.
 +@end table
  
 -@item textfile
 -A text file containing text to be drawn. The text must be a sequence
 -of UTF-8 encoded characters.
 +@section bandreject
  
 -This parameter is mandatory if no text string is specified with the
 -parameter @var{text}.
 +Apply a two-pole Butterworth band-reject filter with central
 +frequency @var{frequency}, and (3dB-point) band-width @var{width}.
 +The filter roll off at 6dB per octave (20dB per decade).
  
 -If both text and textfile are specified, an error is thrown.
 +The filter accepts the following options:
  
 -@item x, y
 -The offsets where text will be drawn within the video frame.
 -It is relative to the top/left border of the output image.
 -They accept expressions similar to the @ref{overlay} filter:
  @table @option
 +@item frequency, f
 +Set the filter's central frequency. Default is @code{3000}.
  
 -@item x, y
 -The computed values for @var{x} and @var{y}. They are evaluated for
 -each new frame.
 -
 -@item main_w, main_h
 -The main input width and height.
 +@item width_type
 +Set method to specify band-width of filter.
 +@table @option
 +@item h
 +Hz
 +@item q
 +Q-Factor
 +@item o
 +octave
 +@item s
 +slope
 +@end table
  
 -@item W, H
 -These are the same as @var{main_w} and @var{main_h}.
 +@item width, w
 +Specify the band-width of a filter in width_type units.
 +@end table
  
 -@item text_w, text_h
 -The rendered text's width and height.
 +@section bass
  
 -@item w, h
 -These are the same as @var{text_w} and @var{text_h}.
 +Boost or cut the bass (lower) frequencies of the audio using a two-pole
 +shelving filter with a response similar to that of a standard
 +hi-fi's tone-controls. This is also known as shelving equalisation (EQ).
  
 -@item n
 -The number of frames processed, starting from 0.
 +The filter accepts the following options:
  
 -@item t
 -The timestamp, expressed in seconds. It's NAN if the input timestamp is unknown.
 +@table @option
 +@item gain, g
 +Give the gain at 0 Hz. Its useful range is about -20
 +(for a large cut) to +20 (for a large boost).
 +Beware of clipping when using a positive gain.
 +
 +@item frequency, f
 +Set the filter's central frequency and so can be used
 +to extend or reduce the frequency range to be boosted or cut.
 +The default value is @code{100} Hz.
 +
 +@item width_type
 +Set method to specify band-width of filter.
 +@table @option
 +@item h
 +Hz
 +@item q
 +Q-Factor
 +@item o
 +octave
 +@item s
 +slope
 +@end table
  
 +@item width, w
 +Determine how steep is the filter's shelf transition.
  @end table
  
 -The default value of @var{x} and @var{y} is 0.
 +@section biquad
  
 -@item draw
 -Draw the text only if the expression evaluates as non-zero.
 -The expression accepts the same variables @var{x, y} do.
 -The default value is 1.
 +Apply a biquad IIR filter with the given coefficients.
 +Where @var{b0}, @var{b1}, @var{b2} and @var{a0}, @var{a1}, @var{a2}
 +are the numerator and denominator coefficients respectively.
  
 -@item alpha
 -Draw the text applying alpha blending. The value can
 -be either a number between 0.0 and 1.0
 -The expression accepts the same variables @var{x, y} do.
 -The default value is 1.
 +@section bs2b
 +Bauer stereo to binaural transformation, which improves headphone listening of
 +stereo audio records.
  
 -@item fontsize
 -The font size to be used for drawing text.
 -The default value of @var{fontsize} is 16.
 +It accepts the following parameters:
 +@table @option
  
 -@item fontcolor
 -The color to be used for drawing fonts.
 -It is either a string (e.g. "red"), or in 0xRRGGBB[AA] format
 -(e.g. "0xff000033"), possibly followed by an alpha specifier.
 -The default value of @var{fontcolor} is "black".
 +@item profile
 +Pre-defined crossfeed level.
 +@table @option
  
 -@item boxcolor
 -The color to be used for drawing box around text.
 -It is either a string (e.g. "yellow") or in 0xRRGGBB[AA] format
 -(e.g. "0xff00ff"), possibly followed by an alpha specifier.
 -The default value of @var{boxcolor} is "white".
 +@item default
 +Default level (fcut=700, feed=50).
  
 -@item box
 -Used to draw a box around text using the background color.
 -The value must be either 1 (enable) or 0 (disable).
 -The default value of @var{box} is 0.
 +@item cmoy
 +Chu Moy circuit (fcut=700, feed=60).
  
 -@item shadowx, shadowy
 -The x and y offsets for the text shadow position with respect to the
 -position of the text. They can be either positive or negative
 -values. The default value for both is "0".
 +@item jmeier
 +Jan Meier circuit (fcut=650, feed=95).
  
 -@item shadowcolor
 -The color to be used for drawing a shadow behind the drawn text.  It
 -can be a color name (e.g. "yellow") or a string in the 0xRRGGBB[AA]
 -form (e.g. "0xff00ff"), possibly followed by an alpha specifier.
 -The default value of @var{shadowcolor} is "black".
 +@end table
  
 -@item ft_load_flags
 -The flags to be used for loading the fonts.
 +@item fcut
 +Cut frequency (in Hz).
 +
 +@item feed
 +Feed level (in Hz).
  
 -The flags map the corresponding flags supported by libfreetype, and are
 -a combination of the following values:
 -@table @var
 -@item default
 -@item no_scale
 -@item no_hinting
 -@item render
 -@item no_bitmap
 -@item vertical_layout
 -@item force_autohint
 -@item crop_bitmap
 -@item pedantic
 -@item ignore_global_advance_width
 -@item no_recurse
 -@item ignore_transform
 -@item monochrome
 -@item linear_design
 -@item no_autohint
 -@item end table
  @end table
  
 -Default value is "render".
 +@section channelmap
  
 -For more information consult the documentation for the FT_LOAD_*
 -libfreetype flags.
 +Remap input channels to new locations.
  
 -@item tabsize
 -The size in number of spaces to use for rendering the tab.
 -Default value is 4.
 +It accepts the following parameters:
 +@table @option
 +@item channel_layout
 +The channel layout of the output stream.
  
 -@item fix_bounds
 -If true, check and fix text coords to avoid clipping.
 +@item map
 +Map channels from input to output. The argument is a '|'-separated list of
 +mappings, each in the @code{@var{in_channel}-@var{out_channel}} or
 +@var{in_channel} form. @var{in_channel} can be either the name of the input
 +channel (e.g. FL for front left) or its index in the input channel layout.
 +@var{out_channel} is the name of the output channel or its index in the output
 +channel layout. If @var{out_channel} is not given then it is implicitly an
 +index, starting with zero and increasing by one for each mapping.
  @end table
  
 -For example the command:
 +If no mapping is present, the filter will implicitly map input channels to
 +output channels, preserving indices.
 +
 +For example, assuming a 5.1+downmix input MOV file,
  @example
 -drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text'"
 +ffmpeg -i in.mov -filter 'channelmap=map=DL-FL|DR-FR' out.wav
  @end example
 +will create an output WAV file tagged as stereo from the downmix channels of
 +the input.
  
 -will draw "Test Text" with font FreeSerif, using the default values
 -for the optional parameters.
 -
 -The command:
 +To fix a 5.1 WAV improperly encoded in AAC's native channel order
  @example
 -drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text':\
 -          x=100: y=50: fontsize=24: fontcolor=yellow@@0.2: box=1: boxcolor=red@@0.2"
 +ffmpeg -i in.wav -filter 'channelmap=1|2|0|5|3|4:5.1' out.wav
  @end example
  
 -will draw 'Test Text' with font FreeSerif of size 24 at position x=100
 -and y=50 (counting from the top-left corner of the screen), text is
 -yellow with a red box around it. Both the text and the box have an
 -opacity of 20%.
 +@section channelsplit
  
 -Note that the double quotes are not necessary if spaces are not used
 -within the parameter list.
 +Split each channel from an input audio stream into a separate output stream.
  
 -For more information about libfreetype, check:
 -@url{http://www.freetype.org/}.
 +It accepts the following parameters:
 +@table @option
 +@item channel_layout
 +The channel layout of the input stream. The default is "stereo".
 +@end table
  
 -@section fade
 +For example, assuming a stereo input MP3 file,
 +@example
 +ffmpeg -i in.mp3 -filter_complex channelsplit out.mkv
 +@end example
 +will create an output Matroska file with two audio streams, one containing only
 +the left channel and the other the right channel.
  
 -Apply a fade-in/out effect to the input video.
 +Split a 5.1 WAV file into per-channel files:
 +@example
 +ffmpeg -i in.wav -filter_complex
 +'channelsplit=channel_layout=5.1[FL][FR][FC][LFE][SL][SR]'
 +-map '[FL]' front_left.wav -map '[FR]' front_right.wav -map '[FC]'
 +front_center.wav -map '[LFE]' lfe.wav -map '[SL]' side_left.wav -map '[SR]'
 +side_right.wav
 +@end example
  
 -It accepts the following parameters:
 +@section chorus
 +Add a chorus effect to the audio.
 +
 +Can make a single vocal sound like a chorus, but can also be applied to instrumentation.
  
 +Chorus resembles an echo effect with a short delay, but whereas with echo the delay is
 +constant, with chorus, it is varied using using sinusoidal or triangular modulation.
 +The modulation depth defines the range the modulated delay is played before or after
 +the delay. Hence the delayed sound will sound slower or faster, that is the delayed
 +sound tuned around the original one, like in a chorus where some vocals are slightly
 +off key.
 +
 +It accepts the following parameters:
  @table @option
 +@item in_gain
 +Set input gain. Default is 0.4.
  
 -@item type
 -The effect type can be either "in" for a fade-in, or "out" for a fade-out
 -effect.
 +@item out_gain
 +Set output gain. Default is 0.4.
  
 -@item start_frame
 -The number of the frame to start applying the fade effect at.
 +@item delays
 +Set delays. A typical delay is around 40ms to 60ms.
  
 -@item nb_frames
 -The number of frames that the fade effect lasts. At the end of the
 -fade-in effect, the output video will have the same intensity as the input video.
 -At the end of the fade-out transition, the output video will be completely black.
 +@item decays
 +Set decays.
  
 -@end table
 +@item speeds
 +Set speeds.
  
 -Some examples:
 -@example
 -# Fade in the first 30 frames of video
 -fade=type=in:nb_frames=30
 +@item depths
 +Set depths.
 +@end table
  
 -# Fade out the last 45 frames of a 200-frame video
 -fade=type=out:start_frame=155:nb_frames=45
 +@subsection Examples
  
 -# Fade in the first 25 frames and fade out the last 25 frames of a 1000-frame video
 -fade=type=in:start_frame=0:nb_frames=25, fade=type=out:start_frame=975:nb_frames=25
 +@itemize
 +@item
 +A single delay:
 +@example
 +chorus=0.7:0.9:55:0.4:0.25:2
 +@end example
  
 -# Make the first 5 frames black, then fade in from frame 5-24
 -fade=type=in:start_frame=5:nb_frames=20
 +@item
 +Two delays:
 +@example
 +chorus=0.6:0.9:50|60:0.4|0.32:0.25|0.4:2|1.3
  @end example
  
 -@section fieldorder
 +@item
 +Fuller sounding chorus with three delays:
 +@example
 +chorus=0.5:0.9:50|60|40:0.4|0.32|0.3:0.25|0.4|0.3:2|2.3|1.3
 +@end example
 +@end itemize
  
 -Transform the field order of the input video.
 +@section compand
 +Compress or expand the audio's dynamic range.
  
  It accepts the following parameters:
  
  @table @option
  
 -@item order
 -The output field order. Valid values are @var{tff} for top field first or @var{bff}
 -for bottom field first.
 +@item attacks
 +@item decays
 +A list of times in seconds for each channel over which the instantaneous level
 +of the input signal is averaged to determine its volume. @var{attacks} refers to
 +increase of volume and @var{decays} refers to decrease of volume. For most
 +situations, the attack time (response to the audio getting louder) should be
 +shorter than the decay time, because the human ear is more sensitive to sudden
 +loud audio than sudden soft audio. A typical value for attack is 0.3 seconds and
 +a typical value for decay is 0.8 seconds.
 +If specified number of attacks & decays is lower than number of channels, the last
 +set attack/decay will be used for all remaining channels.
 +
 +@item points
 +A list of points for the transfer function, specified in dB relative to the
 +maximum possible signal amplitude. Each key points list must be defined using
 +the following syntax: @code{x0/y0|x1/y1|x2/y2|....} or
 +@code{x0/y0 x1/y1 x2/y2 ....}
 +
 +The input values must be in strictly increasing order but the transfer function
 +does not have to be monotonically rising. The point @code{0/0} is assumed but
 +may be overridden (by @code{0/out-dBn}). Typical values for the transfer
 +function are @code{-70/-70|-60/-20}.
 +
 +@item soft-knee
 +Set the curve radius in dB for all joints. It defaults to 0.01.
 +
 +@item gain
 +Set the additional gain in dB to be applied at all points on the transfer
 +function. This allows for easy adjustment of the overall gain.
 +It defaults to 0.
 +
 +@item volume
 +Set an initial volume, in dB, to be assumed for each channel when filtering
 +starts. This permits the user to supply a nominal level initially, so that, for
 +example, a very large gain is not applied to initial signal levels before the
 +companding has begun to operate. A typical value for audio which is initially
 +quiet is -90 dB. It defaults to 0.
 +
 +@item delay
 +Set a delay, in seconds. The input audio is analyzed immediately, but audio is
 +delayed before being fed to the volume adjuster. Specifying a delay
 +approximately equal to the attack/decay times allows the filter to effectively
 +operate in predictive rather than reactive mode. It defaults to 0.
 +
  @end table
  
 -The default value is "tff".
 +@subsection Examples
  
 -The transformation is done by shifting the picture content up or down
 -by one line, and filling the remaining line with appropriate picture content.
 -This method is consistent with most broadcast field order converters.
 +@itemize
 +@item
 +Make music with both quiet and loud passages suitable for listening to in a
 +noisy environment:
 +@example
 +compand=.3|.3:1|1:-90/-60|-60/-40|-40/-30|-20/-20:6:0:-90:0.2
 +@end example
  
 -If the input video is not flagged as being interlaced, or it is already
 -flagged as being of the required output field order, then this filter does
 -not alter the incoming video.
 +Another example for audio with whisper and explosion parts:
 +@example
 +compand=0|0:1|1:-90/-900|-70/-70|-30/-9|0/-3:6:0:0:0
 +@end example
  
 -It is very useful when converting to or from PAL DV material,
 -which is bottom field first.
 +@item
 +A noise gate for when the noise is at a lower level than the signal:
 +@example
 +compand=.1|.1:.2|.2:-900/-900|-50.1/-900|-50/-50:.01:0:-90:.1
 +@end example
  
 -For example:
 +@item
 +Here is another noise gate, this time for when the noise is at a higher level
 +than the signal (making it, in some ways, similar to squelch):
  @example
 -./avconv -i in.vob -vf "fieldorder=order=bff" out.dv
 +compand=.1|.1:.1|.1:-45.1/-45.1|-45/-900|0/-900:.01:45:-90:.1
  @end example
  
 -@section fifo
 +@item
 +2:1 compression starting at -6dB:
 +@example
 +compand=points=-80/-80|-6/-6|0/-3.8|20/3.5
 +@end example
  
 -Buffer input images and send them when they are requested.
 +@item
 +2:1 compression starting at -9dB:
 +@example
 +compand=points=-80/-80|-9/-9|0/-5.3|20/2.9
 +@end example
  
 -It is mainly useful when auto-inserted by the libavfilter
 -framework.
 +@item
 +2:1 compression starting at -12dB:
 +@example
 +compand=points=-80/-80|-12/-12|0/-6.8|20/1.9
 +@end example
  
 -It does not take parameters.
 +@item
 +2:1 compression starting at -18dB:
 +@example
 +compand=points=-80/-80|-18/-18|0/-9.8|20/0.7
 +@end example
  
 -@section format
 +@item
 +3:1 compression starting at -15dB:
 +@example
 +compand=points=-80/-80|-15/-15|0/-10.8|20/-5.2
 +@end example
  
 -Convert the input video to one of the specified pixel formats.
 -Libavfilter will try to pick one that is suitable as input to
 -the next filter.
 +@item
 +Compressor/Gate:
 +@example
 +compand=points=-80/-105|-62/-80|-15.4/-15.4|0/-12|20/-7.6
 +@end example
  
 -It accepts the following parameters:
 -@table @option
 +@item
 +Expander:
 +@example
 +compand=attacks=0:points=-80/-169|-54/-80|-49.5/-64.6|-41.1/-41.1|-25.8/-15|-10.8/-4.5|0/0|20/8.3
 +@end example
  
 -@item pix_fmts
 -A '|'-separated list of pixel format names, such as
 -"pix_fmts=yuv420p|monow|rgb24".
 +@item
 +Hard limiter at -6dB:
 +@example
 +compand=attacks=0:points=-80/-80|-6/-6|20/-6
 +@end example
  
 -@end table
 +@item
 +Hard limiter at -12dB:
 +@example
 +compand=attacks=0:points=-80/-80|-12/-12|20/-12
 +@end example
  
 -Some examples:
 +@item
 +Hard noise gate at -35 dB:
  @example
 -# Convert the input video to the "yuv420p" format
 -format=pix_fmts=yuv420p
 +compand=attacks=0:points=-80/-115|-35.1/-80|-35/-35|20/20
 +@end example
  
 -# Convert the input video to any of the formats in the list
 -format=pix_fmts=yuv420p|yuv444p|yuv410p
 +@item
 +Soft limiter:
 +@example
 +compand=attacks=0:points=-80/-80|-12.4/-12.4|-6/-8|0/-6.8|20/-2.8
  @end example
 +@end itemize
  
 -@anchor{fps}
 -@section fps
 +@section compensationdelay
  
 -Convert the video to specified constant framerate by duplicating or dropping
 -frames as necessary.
 +Compensation Delay Line is a metric based delay to compensate differing
 +positions of microphones or speakers.
 +
 +For example, you have recorded guitar with two microphones placed in
 +different location. Because the front of sound wave has fixed speed in
 +normal conditions, the phasing of microphones can vary and depends on
 +their location and interposition. The best sound mix can be achieved when
 +these microphones are in phase (synchronized). Note that distance of
 +~30 cm between microphones makes one microphone to capture signal in
 +antiphase to another microphone. That makes the final mix sounding moody.
 +This filter helps to solve phasing problems by adding different delays
 +to each microphone track and make them synchronized.
 +
 +The best result can be reached when you take one track as base and
 +synchronize other tracks one by one with it.
 +Remember that synchronization/delay tolerance depends on sample rate, too.
 +Higher sample rates will give more tolerance.
  
  It accepts the following parameters:
 +
  @table @option
 +@item mm
 +Set millimeters distance. This is compensation distance for fine tuning.
 +Default is 0.
  
 -@item fps
 -The desired output framerate.
 +@item cm
 +Set cm distance. This is compensation distance for tightening distance setup.
 +Default is 0.
  
 -@item start_time
 -Assume the first PTS should be the given value, in seconds. This allows for
 -padding/trimming at the start of stream. By default, no assumption is made
 -about the first frame's expected PTS, so no padding or trimming is done.
 -For example, this could be set to 0 to pad the beginning with duplicates of
 -the first frame if a video stream starts after the audio stream or to trim any
 -frames with a negative PTS.
 +@item m
 +Set meters distance. This is compensation distance for hard distance setup.
 +Default is 0.
  
 -@end table
 +@item dry
 +Set dry amount. Amount of unprocessed (dry) signal.
 +Default is 0.
  
 -@section framepack
 +@item wet
 +Set wet amount. Amount of processed (wet) signal.
 +Default is 1.
  
 -Pack two different video streams into a stereoscopic video, setting proper
 -metadata on supported codecs. The two views should have the same size and
 -framerate and processing will stop when the shorter video ends. Please note
 -that you may conveniently adjust view properties with the @ref{scale} and
 -@ref{fps} filters.
 +@item temp
 +Set temperature degree in Celsius. This is the temperature of the environment.
 +Default is 20.
 +@end table
  
 -It accepts the following parameters:
 -@table @option
 +@section dcshift
 +Apply a DC shift to the audio.
  
 -@item format
 -The desired packing format. Supported values are:
 +This can be useful to remove a DC offset (caused perhaps by a hardware problem
 +in the recording chain) from the audio. The effect of a DC offset is reduced
 +headroom and hence volume. The @ref{astats} filter can be used to determine if
 +a signal has a DC offset.
  
  @table @option
 +@item shift
 +Set the DC shift, allowed range is [-1, 1]. It indicates the amount to shift
 +the audio.
  
 -@item sbs
 -The views are next to each other (default).
 -
 -@item tab
 -The views are on top of each other.
 +@item limitergain
 +Optional. It should have a value much less than 1 (e.g. 0.05 or 0.02) and is
 +used to prevent clipping.
 +@end table
  
 -@item lines
 -The views are packed by line.
 +@section dynaudnorm
 +Dynamic Audio Normalizer.
 +
 +This filter applies a certain amount of gain to the input audio in order
 +to bring its peak magnitude to a target level (e.g. 0 dBFS). However, in
 +contrast to more "simple" normalization algorithms, the Dynamic Audio
 +Normalizer *dynamically* re-adjusts the gain factor to the input audio.
 +This allows for applying extra gain to the "quiet" sections of the audio
 +while avoiding distortions or clipping the "loud" sections. In other words:
 +The Dynamic Audio Normalizer will "even out" the volume of quiet and loud
 +sections, in the sense that the volume of each section is brought to the
 +same target level. Note, however, that the Dynamic Audio Normalizer achieves
 +this goal *without* applying "dynamic range compressing". It will retain 100%
 +of the dynamic range *within* each section of the audio file.
  
 -@item columns
 -The views are packed by column.
 +@table @option
 +@item f
 +Set the frame length in milliseconds. In range from 10 to 8000 milliseconds.
 +Default is 500 milliseconds.
 +The Dynamic Audio Normalizer processes the input audio in small chunks,
 +referred to as frames. This is required, because a peak magnitude has no
 +meaning for just a single sample value. Instead, we need to determine the
 +peak magnitude for a contiguous sequence of sample values. While a "standard"
 +normalizer would simply use the peak magnitude of the complete file, the
 +Dynamic Audio Normalizer determines the peak magnitude individually for each
 +frame. The length of a frame is specified in milliseconds. By default, the
 +Dynamic Audio Normalizer uses a frame length of 500 milliseconds, which has
 +been found to give good results with most files.
 +Note that the exact frame length, in number of samples, will be determined
 +automatically, based on the sampling rate of the individual input audio file.
 +
 +@item g
 +Set the Gaussian filter window size. In range from 3 to 301, must be odd
 +number. Default is 31.
 +Probably the most important parameter of the Dynamic Audio Normalizer is the
 +@code{window size} of the Gaussian smoothing filter. The filter's window size
 +is specified in frames, centered around the current frame. For the sake of
 +simplicity, this must be an odd number. Consequently, the default value of 31
 +takes into account the current frame, as well as the 15 preceding frames and
 +the 15 subsequent frames. Using a larger window results in a stronger
 +smoothing effect and thus in less gain variation, i.e. slower gain
 +adaptation. Conversely, using a smaller window results in a weaker smoothing
 +effect and thus in more gain variation, i.e. faster gain adaptation.
 +In other words, the more you increase this value, the more the Dynamic Audio
 +Normalizer will behave like a "traditional" normalization filter. On the
 +contrary, the more you decrease this value, the more the Dynamic Audio
 +Normalizer will behave like a dynamic range compressor.
 +
 +@item p
 +Set the target peak value. This specifies the highest permissible magnitude
 +level for the normalized audio input. This filter will try to approach the
 +target peak magnitude as closely as possible, but at the same time it also
 +makes sure that the normalized signal will never exceed the peak magnitude.
 +A frame's maximum local gain factor is imposed directly by the target peak
 +magnitude. The default value is 0.95 and thus leaves a headroom of 5%*.
 +It is not recommended to go above this value.
 +
 +@item m
 +Set the maximum gain factor. In range from 1.0 to 100.0. Default is 10.0.
 +The Dynamic Audio Normalizer determines the maximum possible (local) gain
 +factor for each input frame, i.e. the maximum gain factor that does not
 +result in clipping or distortion. The maximum gain factor is determined by
 +the frame's highest magnitude sample. However, the Dynamic Audio Normalizer
 +additionally bounds the frame's maximum gain factor by a predetermined
 +(global) maximum gain factor. This is done in order to avoid excessive gain
 +factors in "silent" or almost silent frames. By default, the maximum gain
 +factor is 10.0, For most inputs the default value should be sufficient and
 +it usually is not recommended to increase this value. Though, for input
 +with an extremely low overall volume level, it may be necessary to allow even
 +higher gain factors. Note, however, that the Dynamic Audio Normalizer does
 +not simply apply a "hard" threshold (i.e. cut off values above the threshold).
 +Instead, a "sigmoid" threshold function will be applied. This way, the
 +gain factors will smoothly approach the threshold value, but never exceed that
 +value.
 +
 +@item r
 +Set the target RMS. In range from 0.0 to 1.0. Default is 0.0 - disabled.
 +By default, the Dynamic Audio Normalizer performs "peak" normalization.
 +This means that the maximum local gain factor for each frame is defined
 +(only) by the frame's highest magnitude sample. This way, the samples can
 +be amplified as much as possible without exceeding the maximum signal
 +level, i.e. without clipping. Optionally, however, the Dynamic Audio
 +Normalizer can also take into account the frame's root mean square,
 +abbreviated RMS. In electrical engineering, the RMS is commonly used to
 +determine the power of a time-varying signal. It is therefore considered
 +that the RMS is a better approximation of the "perceived loudness" than
 +just looking at the signal's peak magnitude. Consequently, by adjusting all
 +frames to a constant RMS value, a uniform "perceived loudness" can be
 +established. If a target RMS value has been specified, a frame's local gain
 +factor is defined as the factor that would result in exactly that RMS value.
 +Note, however, that the maximum local gain factor is still restricted by the
 +frame's highest magnitude sample, in order to prevent clipping.
  
 -@item frameseq
 -The views are temporally interleaved.
 +@item n
 +Enable channels coupling. By default is enabled.
 +By default, the Dynamic Audio Normalizer will amplify all channels by the same
 +amount. This means the same gain factor will be applied to all channels, i.e.
 +the maximum possible gain factor is determined by the "loudest" channel.
 +However, in some recordings, it may happen that the volume of the different
 +channels is uneven, e.g. one channel may be "quieter" than the other one(s).
 +In this case, this option can be used to disable the channel coupling. This way,
 +the gain factor will be determined independently for each channel, depending
 +only on the individual channel's highest magnitude sample. This allows for
 +harmonizing the volume of the different channels.
 +
 +@item c
 +Enable DC bias correction. By default is disabled.
 +An audio signal (in the time domain) is a sequence of sample values.
 +In the Dynamic Audio Normalizer these sample values are represented in the
 +-1.0 to 1.0 range, regardless of the original input format. Normally, the
 +audio signal, or "waveform", should be centered around the zero point.
 +That means if we calculate the mean value of all samples in a file, or in a
 +single frame, then the result should be 0.0 or at least very close to that
 +value. If, however, there is a significant deviation of the mean value from
 +0.0, in either positive or negative direction, this is referred to as a
 +DC bias or DC offset. Since a DC bias is clearly undesirable, the Dynamic
 +Audio Normalizer provides optional DC bias correction.
 +With DC bias correction enabled, the Dynamic Audio Normalizer will determine
 +the mean value, or "DC correction" offset, of each input frame and subtract
 +that value from all of the frame's sample values which ensures those samples
 +are centered around 0.0 again. Also, in order to avoid "gaps" at the frame
 +boundaries, the DC correction offset values will be interpolated smoothly
 +between neighbouring frames.
 +
 +@item b
 +Enable alternative boundary mode. By default is disabled.
 +The Dynamic Audio Normalizer takes into account a certain neighbourhood
 +around each frame. This includes the preceding frames as well as the
 +subsequent frames. However, for the "boundary" frames, located at the very
 +beginning and at the very end of the audio file, not all neighbouring
 +frames are available. In particular, for the first few frames in the audio
 +file, the preceding frames are not known. And, similarly, for the last few
 +frames in the audio file, the subsequent frames are not known. Thus, the
 +question arises which gain factors should be assumed for the missing frames
 +in the "boundary" region. The Dynamic Audio Normalizer implements two modes
 +to deal with this situation. The default boundary mode assumes a gain factor
 +of exactly 1.0 for the missing frames, resulting in a smooth "fade in" and
 +"fade out" at the beginning and at the end of the input, respectively.
  
 +@item s
 +Set the compress factor. In range from 0.0 to 30.0. Default is 0.0.
 +By default, the Dynamic Audio Normalizer does not apply "traditional"
 +compression. This means that signal peaks will not be pruned and thus the
 +full dynamic range will be retained within each local neighbourhood. However,
 +in some cases it may be desirable to combine the Dynamic Audio Normalizer's
 +normalization algorithm with a more "traditional" compression.
 +For this purpose, the Dynamic Audio Normalizer provides an optional compression
 +(thresholding) function. If (and only if) the compression feature is enabled,
 +all input frames will be processed by a soft knee thresholding function prior
 +to the actual normalization process. Put simply, the thresholding function is
 +going to prune all samples whose magnitude exceeds a certain threshold value.
 +However, the Dynamic Audio Normalizer does not simply apply a fixed threshold
 +value. Instead, the threshold value will be adjusted for each individual
 +frame.
 +In general, smaller parameters result in stronger compression, and vice versa.
 +Values below 3.0 are not recommended, because audible distortion may appear.
  @end table
  
 -@end table
 +@section earwax
  
 -Some examples:
 +Make audio easier to listen to on headphones.
  
 -@example
 -# Convert left and right views into a frame-sequential video
 -avconv -i LEFT -i RIGHT -filter_complex framepack=frameseq OUTPUT
 +This filter adds `cues' to 44.1kHz stereo (i.e. audio CD format) audio
 +so that when listened to on headphones the stereo image is moved from
 +inside your head (standard for headphones) to outside and in front of
 +the listener (standard for speakers).
  
 -# Convert views into a side-by-side video with the same output resolution as the input
 -avconv -i LEFT -i RIGHT -filter_complex [0:v]scale=w=iw/2[left],[1:v]scale=w=iw/2[right],[left][right]framepack=sbs OUTPUT
 -@end example
 +Ported from SoX.
  
 -@anchor{frei0r}
 -@section frei0r
 +@section equalizer
  
 -Apply a frei0r effect to the input video.
 +Apply a two-pole peaking equalisation (EQ) filter. With this
 +filter, the signal-level at and around a selected frequency can
 +be increased or decreased, whilst (unlike bandpass and bandreject
 +filters) that at all other frequencies is unchanged.
  
 -To enable the compilation of this filter, you need to install the frei0r
 -header and configure Libav with --enable-frei0r.
 +In order to produce complex equalisation curves, this filter can
 +be given several times, each with a different central frequency.
  
 -It accepts the following parameters:
 +The filter accepts the following options:
  
  @table @option
 +@item frequency, f
 +Set the filter's central frequency in Hz.
  
 -@item filter_name
 -The name of the frei0r effect to load. If the environment variable
 -@env{FREI0R_PATH} is defined, the frei0r effect is searched for in each of the
 -directories specified by the colon-separated list in @env{FREIOR_PATH}.
 -Otherwise, the standard frei0r paths are searched, in this order:
 -@file{HOME/.frei0r-1/lib/}, @file{/usr/local/lib/frei0r-1/},
 -@file{/usr/lib/frei0r-1/}.
 -
 -@item filter_params
 -A '|'-separated list of parameters to pass to the frei0r effect.
 -
 +@item width_type
 +Set method to specify band-width of filter.
 +@table @option
 +@item h
 +Hz
 +@item q
 +Q-Factor
 +@item o
 +octave
 +@item s
 +slope
  @end table
  
 -A frei0r effect parameter can be a boolean (its value is either
 -"y" or "n"), a double, a color (specified as
 -@var{R}/@var{G}/@var{B}, where @var{R}, @var{G}, and @var{B} are floating point
 -numbers between 0.0 and 1.0, inclusive) or by an @code{av_parse_color()} color
 -description), a position (specified as @var{X}/@var{Y}, where
 -@var{X} and @var{Y} are floating point numbers) and/or a string.
 +@item width, w
 +Specify the band-width of a filter in width_type units.
  
 -The number and types of parameters depend on the loaded effect. If an
 -effect parameter is not specified, the default value is set.
 +@item gain, g
 +Set the required gain or attenuation in dB.
 +Beware of clipping when using a positive gain.
 +@end table
  
 -Some examples:
 +@subsection Examples
 +@itemize
 +@item
 +Attenuate 10 dB at 1000 Hz, with a bandwidth of 200 Hz:
  @example
 -# Apply the distort0r effect, setting the first two double parameters
 -frei0r=filter_name=distort0r:filter_params=0.5|0.01
 -
 -# Apply the colordistance effect, taking a color as the first parameter
 -frei0r=colordistance:0.2/0.3/0.4
 -frei0r=colordistance:violet
 -frei0r=colordistance:0x112233
 -
 -# Apply the perspective effect, specifying the top left and top right
 -# image positions
 -frei0r=perspective:0.2/0.2|0.8/0.2
 +equalizer=f=1000:width_type=h:width=200:g=-10
  @end example
  
 -For more information, see
 -@url{http://piksel.org/frei0r}
 -
 -@section gradfun
 +@item
 +Apply 2 dB gain at 1000 Hz with Q 1 and attenuate 5 dB at 100 Hz with Q 2:
 +@example
 +equalizer=f=1000:width_type=q:width=1:g=2,equalizer=f=100:width_type=q:width=2:g=-5
 +@end example
 +@end itemize
  
 -Fix the banding artifacts that are sometimes introduced into nearly flat
 -regions by truncation to 8bit colordepth.
 -Interpolate the gradients that should go where the bands are, and
 -dither them.
 +@section extrastereo
  
 -It is designed for playback only.  Do not use it prior to
 -lossy compression, because compression tends to lose the dither and
 -bring back the bands.
 +Linearly increases the difference between left and right channels which
 +adds some sort of "live" effect to playback.
  
 -It accepts the following parameters:
 +The filter accepts the following option:
  
  @table @option
 +@item m
 +Sets the difference coefficient (default: 2.5). 0.0 means mono sound
 +(average of both channels), with 1.0 sound will be unchanged, with
 +-1.0 left and right channels will be swapped.
  
 -@item strength
 -The maximum amount by which the filter will change any one pixel. This is also
 -the threshold for detecting nearly flat regions. Acceptable values range from
 -.51 to 64; the default value is 1.2. Out-of-range values will be clipped to the
 -valid range.
 -
 -@item radius
 -The neighborhood to fit the gradient to. A larger radius makes for smoother
 -gradients, but also prevents the filter from modifying the pixels near detailed
 -regions. Acceptable values are 8-32; the default value is 16. Out-of-range
 -values will be clipped to the valid range.
 -
 +@item c
 +Enable clipping. By default is enabled.
  @end table
  
 -@example
 -# Default parameters
 -gradfun=strength=1.2:radius=16
 -
 -# Omitting the radius
 -gradfun=1.2
 -@end example
 +@section firequalizer
 +Apply FIR Equalization using arbitrary frequency response.
  
 -@section hflip
 +The filter accepts the following option:
  
 -Flip the input video horizontally.
 +@table @option
 +@item gain
 +Set gain curve equation (in dB). The expression can contain variables:
 +@table @option
 +@item f
 +the evaluated frequency
 +@item sr
 +sample rate
 +@item ch
 +channel number, set to 0 when multichannels evaluation is disabled
 +@item chid
 +channel id, see libavutil/channel_layout.h, set to the first channel id when
 +multichannels evaluation is disabled
 +@item chs
 +number of channels
 +@item chlayout
 +channel_layout, see libavutil/channel_layout.h
  
 -For example, to horizontally flip the input video with @command{avconv}:
 -@example
 -avconv -i in.avi -vf "hflip" out.avi
 -@end example
 +@end table
 +and functions:
 +@table @option
 +@item gain_interpolate(f)
 +interpolate gain on frequency f based on gain_entry
 +@end table
 +This option is also available as command. Default is @code{gain_interpolate(f)}.
  
 -@section hqdn3d
 +@item gain_entry
 +Set gain entry for gain_interpolate function. The expression can
 +contain functions:
 +@table @option
 +@item entry(f, g)
 +store gain entry at frequency f with value g
 +@end table
 +This option is also available as command.
  
 -This is a high precision/quality 3d denoise filter. It aims to reduce
 -image noise, producing smooth images and making still images really
 -still. It should enhance compressibility.
 +@item delay
 +Set filter delay in seconds. Higher value means more accurate.
 +Default is @code{0.01}.
  
 -It accepts the following optional parameters:
 +@item accuracy
 +Set filter accuracy in Hz. Lower value means more accurate.
 +Default is @code{5}.
  
 +@item wfunc
 +Set window function. Acceptable values are:
  @table @option
 -@item luma_spatial
 -A non-negative floating point number which specifies spatial luma strength.
 -It defaults to 4.0.
 -
 -@item chroma_spatial
 -A non-negative floating point number which specifies spatial chroma strength.
 -It defaults to 3.0*@var{luma_spatial}/4.0.
 +@item rectangular
 +rectangular window, useful when gain curve is already smooth
 +@item hann
 +hann window (default)
 +@item hamming
 +hamming window
 +@item blackman
 +blackman window
 +@item nuttall3
 +3-terms continuous 1st derivative nuttall window
 +@item mnuttall3
 +minimum 3-terms discontinuous nuttall window
 +@item nuttall
 +4-terms continuous 1st derivative nuttall window
 +@item bnuttall
 +minimum 4-terms discontinuous nuttall (blackman-nuttall) window
 +@item bharris
 +blackman-harris window
 +@end table
  
 -@item luma_tmp
 -A floating point number which specifies luma temporal strength. It defaults to
 -6.0*@var{luma_spatial}/4.0.
 +@item fixed
 +If enabled, use fixed number of audio samples. This improves speed when
 +filtering with large delay. Default is disabled.
  
 -@item chroma_tmp
 -A floating point number which specifies chroma temporal strength. It defaults to
 -@var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial}.
 +@item multi
 +Enable multichannels evaluation on gain. Default is disabled.
  @end table
  
 -@section hwupload_cuda
 +@subsection Examples
 +@itemize
 +@item
 +lowpass at 1000 Hz:
 +@example
 +firequalizer=gain='if(lt(f,1000), 0, -INF)'
 +@end example
 +@item
 +lowpass at 1000 Hz with gain_entry:
 +@example
 +firequalizer=gain_entry='entry(1000,0); entry(1001, -INF)'
 +@end example
 +@item
 +custom equalization:
 +@example
 +firequalizer=gain_entry='entry(100,0); entry(400, -4); entry(1000, -6); entry(2000, 0)'
 +@end example
 +@item
 +higher delay:
 +@example
 +firequalizer=delay=0.1:fixed=on
 +@end example
 +@item
 +lowpass on left channel, highpass on right channel:
 +@example
 +firequalizer=gain='if(eq(chid,1), gain_interpolate(f), if(eq(chid,2), gain_interpolate(1e6+f), 0))'
 +:gain_entry='entry(1000, 0); entry(1001,-INF); entry(1e6+1000,0)':multi=on
 +@end example
 +@end itemize
  
 -Upload system memory frames to a CUDA device.
 +@section flanger
 +Apply a flanging effect to the audio.
  
 -It accepts the following optional parameters:
 +The filter accepts the following options:
  
  @table @option
 -@item device
 -The number of the CUDA device to use
 -@end table
 +@item delay
 +Set base delay in milliseconds. Range from 0 to 30. Default value is 0.
  
 -@section interlace
 +@item depth
 +Set added swep delay in milliseconds. Range from 0 to 10. Default value is 2.
  
 -Simple interlacing filter from progressive contents. This interleaves upper (or
 -lower) lines from odd frames with lower (or upper) lines from even frames,
 -halving the frame rate and preserving image height.
 +@item regen
 +Set percentage regeneration (delayed signal feedback). Range from -95 to 95.
 +Default value is 0.
  
 -@example
 -   Original        Original             New Frame
 -   Frame 'j'      Frame 'j+1'             (tff)
 -  ==========      ===========       ==================
 -    Line 0  -------------------->    Frame 'j' Line 0
 -    Line 1          Line 1  ---->   Frame 'j+1' Line 1
 -    Line 2 --------------------->    Frame 'j' Line 2
 -    Line 3          Line 3  ---->   Frame 'j+1' Line 3
 -     ...             ...                   ...
 -New Frame + 1 will be generated by Frame 'j+2' and Frame 'j+3' and so on
 -@end example
 +@item width
 +Set percentage of delayed signal mixed with original. Range from 0 to 100.
 +Default value is 71.
  
 -It accepts the following optional parameters:
 +@item speed
 +Set sweeps per second (Hz). Range from 0.1 to 10. Default value is 0.5.
  
 -@table @option
 -@item scan
 -This determines whether the interlaced frame is taken from the even
 -(tff - default) or odd (bff) lines of the progressive frame.
 +@item shape
 +Set swept wave shape, can be @var{triangular} or @var{sinusoidal}.
 +Default value is @var{sinusoidal}.
  
 -@item lowpass
 -Enable (default) or disable the vertical lowpass filter to avoid twitter
 -interlacing and reduce moire patterns.
 +@item phase
 +Set swept wave percentage-shift for multi channel. Range from 0 to 100.
 +Default value is 25.
 +
 +@item interp
 +Set delay-line interpolation, @var{linear} or @var{quadratic}.
 +Default is @var{linear}.
  @end table
  
 -@section lut, lutrgb, lutyuv
 +@section highpass
  
 -Compute a look-up table for binding each pixel component input value
 -to an output value, and apply it to the input video.
 +Apply a high-pass filter with 3dB point frequency.
 +The filter can be either single-pole, or double-pole (the default).
 +The filter roll off at 6dB per pole per octave (20dB per pole per decade).
  
 -@var{lutyuv} applies a lookup table to a YUV input video, @var{lutrgb}
 -to an RGB input video.
 +The filter accepts the following options:
  
 -These filters accept the following parameters:
  @table @option
 -@item @var{c0} (first  pixel component)
 -@item @var{c1} (second pixel component)
 -@item @var{c2} (third  pixel component)
 -@item @var{c3} (fourth pixel component, corresponds to the alpha component)
 +@item frequency, f
 +Set frequency in Hz. Default is 3000.
  
 -@item @var{r} (red component)
 -@item @var{g} (green component)
 -@item @var{b} (blue component)
 -@item @var{a} (alpha component)
 +@item poles, p
 +Set number of poles. Default is 2.
  
 -@item @var{y} (Y/luminance component)
 -@item @var{u} (U/Cb component)
 -@item @var{v} (V/Cr component)
 +@item width_type
 +Set method to specify band-width of filter.
 +@table @option
 +@item h
 +Hz
 +@item q
 +Q-Factor
 +@item o
 +octave
 +@item s
 +slope
  @end table
  
 -Each of them specifies the expression to use for computing the lookup table for
 -the corresponding pixel component values.
 -
 -The exact component associated to each of the @var{c*} options depends on the
 -format in input.
 +@item width, w
 +Specify the band-width of a filter in width_type units.
 +Applies only to double-pole filter.
 +The default is 0.707q and gives a Butterworth response.
 +@end table
  
 -The @var{lut} filter requires either YUV or RGB pixel formats in input,
 -@var{lutrgb} requires RGB pixel formats in input, and @var{lutyuv} requires YUV.
 +@section join
  
 -The expressions can contain the following constants and functions:
 +Join multiple input streams into one multi-channel stream.
  
 +It accepts the following parameters:
  @table @option
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
  
 -@item w, h
 -The input width and height.
 +@item inputs
 +The number of input streams. It defaults to 2.
  
 -@item val
 -The input value for the pixel component.
 +@item channel_layout
 +The desired output channel layout. It defaults to stereo.
  
 -@item clipval
 -The input value, clipped to the @var{minval}-@var{maxval} range.
 +@item map
 +Map channels from inputs to output. The argument is a '|'-separated list of
 +mappings, each in the @code{@var{input_idx}.@var{in_channel}-@var{out_channel}}
 +form. @var{input_idx} is the 0-based index of the input stream. @var{in_channel}
 +can be either the name of the input channel (e.g. FL for front left) or its
 +index in the specified input stream. @var{out_channel} is the name of the output
 +channel.
 +@end table
  
 -@item maxval
 -The maximum value for the pixel component.
 +The filter will attempt to guess the mappings when they are not specified
 +explicitly. It does so by first trying to find an unused matching input channel
 +and if that fails it picks the first unused input channel.
  
 -@item minval
 -The minimum value for the pixel component.
 +Join 3 inputs (with properly set channel layouts):
 +@example
 +ffmpeg -i INPUT1 -i INPUT2 -i INPUT3 -filter_complex join=inputs=3 OUTPUT
 +@end example
  
 -@item negval
 -The negated value for the pixel component value, clipped to the
 -@var{minval}-@var{maxval} range; it corresponds to the expression
 -"maxval-clipval+minval".
 +Build a 5.1 output from 6 single-channel streams:
 +@example
 +ffmpeg -i fl -i fr -i fc -i sl -i sr -i lfe -filter_complex
 +'join=inputs=6:channel_layout=5.1:map=0.0-FL|1.0-FR|2.0-FC|3.0-SL|4.0-SR|5.0-LFE'
 +out
 +@end example
  
 -@item clip(val)
 -The computed value in @var{val}, clipped to the
 -@var{minval}-@var{maxval} range.
 +@section ladspa
  
 -@item gammaval(gamma)
 -The computed gamma correction value of the pixel component value,
 -clipped to the @var{minval}-@var{maxval} range. It corresponds to the
 -expression
 -"pow((clipval-minval)/(maxval-minval)\,@var{gamma})*(maxval-minval)+minval"
 +Load a LADSPA (Linux Audio Developer's Simple Plugin API) plugin.
 +
 +To enable compilation of this filter you need to configure FFmpeg with
 +@code{--enable-ladspa}.
 +
 +@table @option
 +@item file, f
 +Specifies the name of LADSPA plugin library to load. If the environment
 +variable @env{LADSPA_PATH} is defined, the LADSPA plugin is searched in
 +each one of the directories specified by the colon separated list in
 +@env{LADSPA_PATH}, otherwise in the standard LADSPA paths, which are in
 +this order: @file{HOME/.ladspa/lib/}, @file{/usr/local/lib/ladspa/},
 +@file{/usr/lib/ladspa/}.
 +
 +@item plugin, p
 +Specifies the plugin within the library. Some libraries contain only
 +one plugin, but others contain many of them. If this is not set filter
 +will list all available plugins within the specified library.
 +
 +@item controls, c
 +Set the '|' separated list of controls which are zero or more floating point
 +values that determine the behavior of the loaded plugin (for example delay,
 +threshold or gain).
 +Controls need to be defined using the following syntax:
 +c0=@var{value0}|c1=@var{value1}|c2=@var{value2}|..., where
 +@var{valuei} is the value set on the @var{i}-th control.
 +Alternatively they can be also defined using the following syntax:
 +@var{value0}|@var{value1}|@var{value2}|..., where
 +@var{valuei} is the value set on the @var{i}-th control.
 +If @option{controls} is set to @code{help}, all available controls and
 +their valid ranges are printed.
 +
 +@item sample_rate, s
 +Specify the sample rate, default to 44100. Only used if plugin have
 +zero inputs.
 +
 +@item nb_samples, n
 +Set the number of samples per channel per each output frame, default
 +is 1024. Only used if plugin have zero inputs.
 +
 +@item duration, d
 +Set the minimum duration of the sourced audio. See
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the accepted syntax.
 +Note that the resulting duration may be greater than the specified duration,
 +as the generated audio is always cut at the end of a complete frame.
 +If not specified, or the expressed duration is negative, the audio is
 +supposed to be generated forever.
 +Only used if plugin have zero inputs.
  
  @end table
  
 -All expressions default to "val".
 +@subsection Examples
  
 -Some examples:
 +@itemize
 +@item
 +List all available plugins within amp (LADSPA example plugin) library:
  @example
 -# Negate input video
 -lutrgb="r=maxval+minval-val:g=maxval+minval-val:b=maxval+minval-val"
 -lutyuv="y=maxval+minval-val:u=maxval+minval-val:v=maxval+minval-val"
 +ladspa=file=amp
 +@end example
  
 -# The above is the same as
 -lutrgb="r=negval:g=negval:b=negval"
 -lutyuv="y=negval:u=negval:v=negval"
 +@item
 +List all available controls and their valid ranges for @code{vcf_notch}
 +plugin from @code{VCF} library:
 +@example
 +ladspa=f=vcf:p=vcf_notch:c=help
 +@end example
  
 -# Negate luminance
 -lutyuv=negval
 +@item
 +Simulate low quality audio equipment using @code{Computer Music Toolkit} (CMT)
 +plugin library:
 +@example
 +ladspa=file=cmt:plugin=lofi:controls=c0=22|c1=12|c2=12
 +@end example
  
 -# Remove chroma components, turning the video into a graytone image
 -lutyuv="u=128:v=128"
 +@item
 +Add reverberation to the audio using TAP-plugins
 +(Tom's Audio Processing plugins):
 +@example
 +ladspa=file=tap_reverb:tap_reverb
 +@end example
  
 -# Apply a luma burning effect
 -lutyuv="y=2*val"
 +@item
 +Generate white noise, with 0.2 amplitude:
 +@example
 +ladspa=file=cmt:noise_source_white:c=c0=.2
 +@end example
  
 -# Remove green and blue components
 -lutrgb="g=0:b=0"
 +@item
 +Generate 20 bpm clicks using plugin @code{C* Click - Metronome} from the
 +@code{C* Audio Plugin Suite} (CAPS) library:
 +@example
 +ladspa=file=caps:Click:c=c1=20'
 +@end example
  
 -# Set a constant alpha channel value on input
 -format=rgba,lutrgb=a="maxval-minval/2"
 +@item
 +Apply @code{C* Eq10X2 - Stereo 10-band equaliser} effect:
 +@example
 +ladspa=caps:Eq10X2:c=c0=-48|c9=-24|c3=12|c4=2
 +@end example
  
 -# Correct luminance gamma by a factor of 0.5
 -lutyuv=y=gammaval(0.5)
 +@item
 +Increase volume by 20dB using fast lookahead limiter from Steve Harris
 +@code{SWH Plugins} collection:
 +@example
 +ladspa=fast_lookahead_limiter_1913:fastLookaheadLimiter:20|0|2
  @end example
  
 -@section negate
 +@item
 +Attenuate low frequencies using Multiband EQ from Steve Harris
 +@code{SWH Plugins} collection:
 +@example
 +ladspa=mbeq_1197:mbeq:-24|-24|-24|0|0|0|0|0|0|0|0|0|0|0|0
 +@end example
 +@end itemize
  
 -Negate input video.
 +@subsection Commands
  
 -It accepts an integer in input; if non-zero it negates the
 -alpha component (if available). The default value in input is 0.
 +This filter supports the following commands:
 +@table @option
 +@item cN
 +Modify the @var{N}-th control value.
  
 -@section noformat
 +If the specified value is not valid, it is ignored and prior one is kept.
 +@end table
  
 -Force libavfilter not to use any of the specified pixel formats for the
 -input to the next filter.
 +@section lowpass
 +
 +Apply a low-pass filter with 3dB point frequency.
 +The filter can be either single-pole or double-pole (the default).
 +The filter roll off at 6dB per pole per octave (20dB per pole per decade).
 +
 +The filter accepts the following options:
  
 -It accepts the following parameters:
  @table @option
 +@item frequency, f
 +Set frequency in Hz. Default is 500.
  
 -@item pix_fmts
 -A '|'-separated list of pixel format names, such as
 -apix_fmts=yuv420p|monow|rgb24".
 +@item poles, p
 +Set number of poles. Default is 2.
  
 +@item width_type
 +Set method to specify band-width of filter.
 +@table @option
 +@item h
 +Hz
 +@item q
 +Q-Factor
 +@item o
 +octave
 +@item s
 +slope
  @end table
  
 -Some examples:
 -@example
 -# Force libavfilter to use a format different from "yuv420p" for the
 -# input to the vflip filter
 -noformat=pix_fmts=yuv420p,vflip
 +@item width, w
 +Specify the band-width of a filter in width_type units.
 +Applies only to double-pole filter.
 +The default is 0.707q and gives a Butterworth response.
 +@end table
  
 -# Convert the input video to any of the formats not contained in the list
 -noformat=yuv420p|yuv444p|yuv410p
 -@end example
 +@anchor{pan}
 +@section pan
  
 -@section null
 +Mix channels with specific gain levels. The filter accepts the output
 +channel layout followed by a set of channels definitions.
  
 -Pass the video source unchanged to the output.
 +This filter is also designed to efficiently remap the channels of an audio
 +stream.
  
 -@section ocv
 +The filter accepts parameters of the form:
 +"@var{l}|@var{outdef}|@var{outdef}|..."
  
 -Apply a video transform using libopencv.
 +@table @option
 +@item l
 +output channel layout or number of channels
  
 -To enable this filter, install the libopencv library and headers and
 -configure Libav with --enable-libopencv.
 +@item outdef
 +output channel specification, of the form:
 +"@var{out_name}=[@var{gain}*]@var{in_name}[+[@var{gain}*]@var{in_name}...]"
  
 -It accepts the following parameters:
 +@item out_name
 +output channel to define, either a channel name (FL, FR, etc.) or a channel
 +number (c0, c1, etc.)
  
 -@table @option
 -
 -@item filter_name
 -The name of the libopencv filter to apply.
 -
 -@item filter_params
 -The parameters to pass to the libopencv filter. If not specified, the default
 -values are assumed.
 +@item gain
 +multiplicative coefficient for the channel, 1 leaving the volume unchanged
  
 +@item in_name
 +input channel to use, see out_name for details; it is not possible to mix
 +named and numbered input channels
  @end table
  
 -Refer to the official libopencv documentation for more precise
 -information:
 -@url{http://opencv.willowgarage.com/documentation/c/image_filtering.html}
 +If the `=' in a channel specification is replaced by `<', then the gains for
 +that specification will be renormalized so that the total is 1, thus
 +avoiding clipping noise.
  
 -Several libopencv filters are supported; see the following subsections.
 +@subsection Mixing examples
  
 -@anchor{dilate}
 -@subsection dilate
 +For example, if you want to down-mix from stereo to mono, but with a bigger
 +factor for the left channel:
 +@example
 +pan=1c|c0=0.9*c0+0.1*c1
 +@end example
  
 -Dilate an image by using a specific structuring element.
 -It corresponds to the libopencv function @code{cvDilate}.
 +A customized down-mix to stereo that works automatically for 3-, 4-, 5- and
 +7-channels surround:
 +@example
 +pan=stereo| FL < FL + 0.5*FC + 0.6*BL + 0.6*SL | FR < FR + 0.5*FC + 0.6*BR + 0.6*SR
 +@end example
  
 -It accepts the parameters: @var{struct_el}|@var{nb_iterations}.
 +Note that @command{ffmpeg} integrates a default down-mix (and up-mix) system
 +that should be preferred (see "-ac" option) unless you have very specific
 +needs.
  
 -@var{struct_el} represents a structuring element, and has the syntax:
 -@var{cols}x@var{rows}+@var{anchor_x}x@var{anchor_y}/@var{shape}
 +@subsection Remapping examples
  
 -@var{cols} and @var{rows} represent the number of columns and rows of
 -the structuring element, @var{anchor_x} and @var{anchor_y} the anchor
 -point, and @var{shape} the shape for the structuring element. @var{shape}
 -must be "rect", "cross", "ellipse", or "custom".
 +The channel remapping will be effective if, and only if:
  
 -If the value for @var{shape} is "custom", it must be followed by a
 -string of the form "=@var{filename}". The file with name
 -@var{filename} is assumed to represent a binary image, with each
 -printable character corresponding to a bright pixel. When a custom
 -@var{shape} is used, @var{cols} and @var{rows} are ignored, the number
 -or columns and rows of the read file are assumed instead.
 +@itemize
 +@item gain coefficients are zeroes or ones,
 +@item only one input per channel output,
 +@end itemize
  
 -The default value for @var{struct_el} is "3x3+0x0/rect".
 +If all these conditions are satisfied, the filter will notify the user ("Pure
 +channel mapping detected"), and use an optimized and lossless method to do the
 +remapping.
  
 -@var{nb_iterations} specifies the number of times the transform is
 -applied to the image, and defaults to 1.
 +For example, if you have a 5.1 source and want a stereo audio stream by
 +dropping the extra channels:
 +@example
 +pan="stereo| c0=FL | c1=FR"
 +@end example
  
 -Some examples:
 +Given the same source, you can also switch front left and front right channels
 +and keep the input channel layout:
  @example
 -# Use the default values
 -ocv=dilate
 +pan="5.1| c0=c1 | c1=c0 | c2=c2 | c3=c3 | c4=c4 | c5=c5"
 +@end example
  
 -# Dilate using a structuring element with a 5x5 cross, iterating two times
 -ocv=filter_name=dilate:filter_params=5x5+2x2/cross|2
 +If the input is a stereo audio stream, you can mute the front left channel (and
 +still keep the stereo channel layout) with:
 +@example
 +pan="stereo|c1=c1"
 +@end example
  
 -# Read the shape from the file diamond.shape, iterating two times.
 -# The file diamond.shape may contain a pattern of characters like this
 -#   *
 -#  ***
 -# *****
 -#  ***
 -#   *
 -# The specified columns and rows are ignored
 -# but the anchor point coordinates are not
 -ocv=dilate:0x0+2x2/custom=diamond.shape|2
 +Still with a stereo audio stream input, you can copy the right channel in both
 +front left and right:
 +@example
 +pan="stereo| c0=FR | c1=FR"
  @end example
  
 -@subsection erode
 +@section replaygain
  
 -Erode an image by using a specific structuring element.
 -It corresponds to the libopencv function @code{cvErode}.
 +ReplayGain scanner filter. This filter takes an audio stream as an input and
 +outputs it unchanged.
 +At end of filtering it displays @code{track_gain} and @code{track_peak}.
  
 -It accepts the parameters: @var{struct_el}:@var{nb_iterations},
 -with the same syntax and semantics as the @ref{dilate} filter.
 +@section resample
  
 -@subsection smooth
 +Convert the audio sample format, sample rate and channel layout. It is
 +not meant to be used directly.
  
 -Smooth the input video.
 +@section rubberband
 +Apply time-stretching and pitch-shifting with librubberband.
  
 -The filter takes the following parameters:
 -@var{type}|@var{param1}|@var{param2}|@var{param3}|@var{param4}.
 +The filter accepts the following options:
  
 -@var{type} is the type of smooth filter to apply, and must be one of
 -the following values: "blur", "blur_no_scale", "median", "gaussian",
 -or "bilateral". The default value is "gaussian".
 +@table @option
 +@item tempo
 +Set tempo scale factor.
  
 -The meaning of @var{param1}, @var{param2}, @var{param3}, and @var{param4}
 -depend on the smooth type. @var{param1} and
 -@var{param2} accept integer positive values or 0. @var{param3} and
 -@var{param4} accept floating point values.
 +@item pitch
 +Set pitch scale factor.
  
 -The default value for @var{param1} is 3. The default value for the
 -other parameters is 0.
 +@item transients
 +Set transients detector.
 +Possible values are:
 +@table @var
 +@item crisp
 +@item mixed
 +@item smooth
 +@end table
  
 -These parameters correspond to the parameters assigned to the
 -libopencv function @code{cvSmooth}.
 +@item detector
 +Set detector.
 +Possible values are:
 +@table @var
 +@item compound
 +@item percussive
 +@item soft
 +@end table
  
 -@anchor{overlay}
 -@section overlay
 +@item phase
 +Set phase.
 +Possible values are:
 +@table @var
 +@item laminar
 +@item independent
 +@end table
  
 -Overlay one video on top of another.
 +@item window
 +Set processing window size.
 +Possible values are:
 +@table @var
 +@item standard
 +@item short
 +@item long
 +@end table
  
 -It takes two inputs and has one output. The first input is the "main"
 -video on which the second input is overlayed.
 +@item smoothing
 +Set smoothing.
 +Possible values are:
 +@table @var
 +@item off
 +@item on
 +@end table
  
 -It accepts the following parameters:
 +@item formant
 +Enable formant preservation when shift pitching.
 +Possible values are:
 +@table @var
 +@item shifted
 +@item preserved
 +@end table
  
 -@table @option
 +@item pitchq
 +Set pitch quality.
 +Possible values are:
 +@table @var
 +@item quality
 +@item speed
 +@item consistency
 +@end table
  
 -@item x
 -The horizontal position of the left edge of the overlaid video on the main video.
 +@item channels
 +Set channels.
 +Possible values are:
 +@table @var
 +@item apart
 +@item together
 +@end table
 +@end table
  
 -@item y
 -The vertical position of the top edge of the overlaid video on the main video.
 +@section sidechaincompress
  
 -@end table
 +This filter acts like normal compressor but has the ability to compress
 +detected signal using second input signal.
 +It needs two input streams and returns one output stream.
 +First input stream will be processed depending on second stream signal.
 +The filtered signal then can be filtered with other filters in later stages of
 +processing. See @ref{pan} and @ref{amerge} filter.
  
 -The parameters are expressions containing the following parameters:
 +The filter accepts the following options:
  
  @table @option
 -@item main_w, main_h
 -The main input width and height.
 +@item level_in
 +Set input gain. Default is 1. Range is between 0.015625 and 64.
  
 -@item W, H
 -These are the same as @var{main_w} and @var{main_h}.
 +@item threshold
 +If a signal of second stream raises above this level it will affect the gain
 +reduction of first stream.
 +By default is 0.125. Range is between 0.00097563 and 1.
 +
 +@item ratio
 +Set a ratio about which the signal is reduced. 1:2 means that if the level
 +raised 4dB above the threshold, it will be only 2dB above after the reduction.
 +Default is 2. Range is between 1 and 20.
 +
 +@item attack
 +Amount of milliseconds the signal has to rise above the threshold before gain
 +reduction starts. Default is 20. Range is between 0.01 and 2000.
 +
 +@item release
 +Amount of milliseconds the signal has to fall below the threshold before
 +reduction is decreased again. Default is 250. Range is between 0.01 and 9000.
 +
 +@item makeup
 +Set the amount by how much signal will be amplified after processing.
 +Default is 2. Range is from 1 and 64.
 +
 +@item knee
 +Curve the sharp knee around the threshold to enter gain reduction more softly.
 +Default is 2.82843. Range is between 1 and 8.
 +
 +@item link
 +Choose if the @code{average} level between all channels of side-chain stream
 +or the louder(@code{maximum}) channel of side-chain stream affects the
 +reduction. Default is @code{average}.
 +
 +@item detection
 +Should the exact signal be taken in case of @code{peak} or an RMS one in case
 +of @code{rms}. Default is @code{rms} which is mainly smoother.
 +
 +@item level_sc
 +Set sidechain gain. Default is 1. Range is between 0.015625 and 64.
 +
 +@item mix
 +How much to use compressed signal in output. Default is 1.
 +Range is between 0 and 1.
 +@end table
  
 -@item overlay_w, overlay_h
 -The overlay input width and height.
 +@subsection Examples
  
 -@item w, h
 -These are the same as @var{overlay_w} and @var{overlay_h}.
 +@itemize
 +@item
 +Full ffmpeg example taking 2 audio inputs, 1st input to be compressed
 +depending on the signal of 2nd input and later compressed signal to be
 +merged with 2nd input:
 +@example
 +ffmpeg -i main.flac -i sidechain.flac -filter_complex "[1:a]asplit=2[sc][mix];[0:a][sc]sidechaincompress[compr];[compr][mix]amerge"
 +@end example
 +@end itemize
  
 -@item eof_action
 -The action to take when EOF is encountered on the secondary input; it accepts
 -one of the following values:
 +@section sidechaingate
 +
 +A sidechain gate acts like a normal (wideband) gate but has the ability to
 +filter the detected signal before sending it to the gain reduction stage.
 +Normally a gate uses the full range signal to detect a level above the
 +threshold.
 +For example: If you cut all lower frequencies from your sidechain signal
 +the gate will decrease the volume of your track only if not enough highs
 +appear. With this technique you are able to reduce the resonation of a
 +natural drum or remove "rumbling" of muted strokes from a heavily distorted
 +guitar.
 +It needs two input streams and returns one output stream.
 +First input stream will be processed depending on second stream signal.
 +
 +The filter accepts the following options:
  
  @table @option
 -@item repeat
 -Repeat the last frame (the default).
 -@item endall
 -End both streams.
 -@item pass
 -Pass the main input through.
 -@end table
 +@item level_in
 +Set input level before filtering.
 +Default is 1. Allowed range is from 0.015625 to 64.
 +
 +@item range
 +Set the level of gain reduction when the signal is below the threshold.
 +Default is 0.06125. Allowed range is from 0 to 1.
  
 +@item threshold
 +If a signal rises above this level the gain reduction is released.
 +Default is 0.125. Allowed range is from 0 to 1.
 +
 +@item ratio
 +Set a ratio about which the signal is reduced.
 +Default is 2. Allowed range is from 1 to 9000.
 +
 +@item attack
 +Amount of milliseconds the signal has to rise above the threshold before gain
 +reduction stops.
 +Default is 20 milliseconds. Allowed range is from 0.01 to 9000.
 +
 +@item release
 +Amount of milliseconds the signal has to fall below the threshold before the
 +reduction is increased again. Default is 250 milliseconds.
 +Allowed range is from 0.01 to 9000.
 +
 +@item makeup
 +Set amount of amplification of signal after processing.
 +Default is 1. Allowed range is from 1 to 64.
 +
 +@item knee
 +Curve the sharp knee around the threshold to enter gain reduction more softly.
 +Default is 2.828427125. Allowed range is from 1 to 8.
 +
 +@item detection
 +Choose if exact signal should be taken for detection or an RMS like one.
 +Default is rms. Can be peak or rms.
 +
 +@item link
 +Choose if the average level between all channels or the louder channel affects
 +the reduction.
 +Default is average. Can be average or maximum.
 +
 +@item level_sc
 +Set sidechain gain. Default is 1. Range is from 0.015625 to 64.
  @end table
  
 -Be aware that frames are taken from each input video in timestamp
 -order, hence, if their initial timestamps differ, it is a a good idea
 -to pass the two inputs through a @var{setpts=PTS-STARTPTS} filter to
 -have them begin in the same zero timestamp, as the example for
 -the @var{movie} filter does.
 +@section silencedetect
  
 -Some examples:
 -@example
 -# Draw the overlay at 10 pixels from the bottom right
 -# corner of the main video
 -overlay=x=main_w-overlay_w-10:y=main_h-overlay_h-10
 +Detect silence in an audio stream.
  
 -# Insert a transparent PNG logo in the bottom left corner of the input
 -avconv -i input -i logo -filter_complex 'overlay=x=10:y=main_h-overlay_h-10' output
 +This filter logs a message when it detects that the input audio volume is less
 +or equal to a noise tolerance value for a duration greater or equal to the
 +minimum detected noise duration.
  
 -# Insert 2 different transparent PNG logos (second logo on bottom
 -# right corner)
 -avconv -i input -i logo1 -i logo2 -filter_complex
 -'overlay=x=10:y=H-h-10,overlay=x=W-w-10:y=H-h-10' output
 +The printed times and duration are expressed in seconds.
  
 -# Add a transparent color layer on top of the main video;
 -# WxH specifies the size of the main input to the overlay filter
 -color=red@.3:WxH [over]; [in][over] overlay [out]
 +The filter accepts the following options:
  
 -# Mask 10-20 seconds of a video by applying the delogo filter to a section
 -avconv -i test.avi -codec:v:0 wmv2 -ar 11025 -b:v 9000k
 --vf '[in]split[split_main][split_delogo];[split_delogo]trim=start=360:end=371,delogo=0:0:640:480[delogoed];[split_main][delogoed]overlay=eof_action=pass[out]'
 -masked.avi
 +@table @option
 +@item duration, d
 +Set silence duration until notification (default is 2 seconds).
 +
 +@item noise, n
 +Set noise tolerance. Can be specified in dB (in case "dB" is appended to the
 +specified value) or amplitude ratio. Default is -60dB, or 0.001.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Detect 5 seconds of silence with -50dB noise tolerance:
 +@example
 +silencedetect=n=-50dB:d=5
  @end example
  
 -You can chain together more overlays but the efficiency of such
 -approach is yet to be tested.
 +@item
 +Complete example with @command{ffmpeg} to detect silence with 0.0001 noise
 +tolerance in @file{silence.mp3}:
 +@example
 +ffmpeg -i silence.mp3 -af silencedetect=noise=0.0001 -f null -
 +@end example
 +@end itemize
  
 -@section pad
 +@section silenceremove
  
 -Add paddings to the input image, and place the original input at the
 -provided @var{x}, @var{y} coordinates.
 +Remove silence from the beginning, middle or end of the audio.
  
 -It accepts the following parameters:
 +The filter accepts the following options:
  
  @table @option
 -@item width, height
 +@item start_periods
 +This value is used to indicate if audio should be trimmed at beginning of
 +the audio. A value of zero indicates no silence should be trimmed from the
 +beginning. When specifying a non-zero value, it trims audio up until it
 +finds non-silence. Normally, when trimming silence from beginning of audio
 +the @var{start_periods} will be @code{1} but it can be increased to higher
 +values to trim all audio up to specific count of non-silence periods.
 +Default value is @code{0}.
 +
 +@item start_duration
 +Specify the amount of time that non-silence must be detected before it stops
 +trimming audio. By increasing the duration, bursts of noises can be treated
 +as silence and trimmed off. Default value is @code{0}.
 +
 +@item start_threshold
 +This indicates what sample value should be treated as silence. For digital
 +audio, a value of @code{0} may be fine but for audio recorded from analog,
 +you may wish to increase the value to account for background noise.
 +Can be specified in dB (in case "dB" is appended to the specified value)
 +or amplitude ratio. Default value is @code{0}.
 +
 +@item stop_periods
 +Set the count for trimming silence from the end of audio.
 +To remove silence from the middle of a file, specify a @var{stop_periods}
 +that is negative. This value is then treated as a positive value and is
 +used to indicate the effect should restart processing as specified by
 +@var{start_periods}, making it suitable for removing periods of silence
 +in the middle of the audio.
 +Default value is @code{0}.
 +
 +@item stop_duration
 +Specify a duration of silence that must exist before audio is not copied any
 +more. By specifying a higher duration, silence that is wanted can be left in
 +the audio.
 +Default value is @code{0}.
 +
 +@item stop_threshold
 +This is the same as @option{start_threshold} but for trimming silence from
 +the end of audio.
 +Can be specified in dB (in case "dB" is appended to the specified value)
 +or amplitude ratio. Default value is @code{0}.
 +
 +@item leave_silence
 +This indicate that @var{stop_duration} length of audio should be left intact
 +at the beginning of each period of silence.
 +For example, if you want to remove long pauses between words but do not want
 +to remove the pauses completely. Default value is @code{0}.
 +
 +@item detection
 +Set how is silence detected. Can be @code{rms} or @code{peak}. Second is faster
 +and works better with digital silence which is exactly 0.
 +Default value is @code{rms}.
 +
 +@item window
 +Set ratio used to calculate size of window for detecting silence.
 +Default value is @code{0.02}. Allowed range is from @code{0} to @code{10}.
 +@end table
  
 -Specify the size of the output image with the paddings added. If the
 -value for @var{width} or @var{height} is 0, the corresponding input size
 -is used for the output.
 +@subsection Examples
  
 -The @var{width} expression can reference the value set by the
 -@var{height} expression, and vice versa.
 +@itemize
 +@item
 +The following example shows how this filter can be used to start a recording
 +that does not contain the delay at the start which usually occurs between
 +pressing the record button and the start of the performance:
 +@example
 +silenceremove=1:5:0.02
 +@end example
  
 -The default value of @var{width} and @var{height} is 0.
 +@item
 +Trim all silence encountered from begining to end where there is more than 1
 +second of silence in audio:
 +@example
 +silenceremove=0:0:0:-1:1:-90dB
 +@end example
 +@end itemize
  
 -@item x, y
 +@section sofalizer
  
 -Specify the offsets to place the input image at within the padded area,
 -with respect to the top/left border of the output image.
 +SOFAlizer uses head-related transfer functions (HRTFs) to create virtual
 +loudspeakers around the user for binaural listening via headphones (audio
 +formats up to 9 channels supported).
 +The HRTFs are stored in SOFA files (see @url{http://www.sofacoustics.org/} for a database).
 +SOFAlizer is developed at the Acoustics Research Institute (ARI) of the
 +Austrian Academy of Sciences.
  
 -The @var{x} expression can reference the value set by the @var{y}
 -expression, and vice versa.
 +To enable compilation of this filter you need to configure FFmpeg with
 +@code{--enable-netcdf}.
  
 -The default value of @var{x} and @var{y} is 0.
 +The filter accepts the following options:
  
 -@item color
 +@table @option
 +@item sofa
 +Set the SOFA file used for rendering.
 +
 +@item gain
 +Set gain applied to audio. Value is in dB. Default is 0.
  
 -Specify the color of the padded area. It can be the name of a color
 -(case insensitive match) or an 0xRRGGBB[AA] sequence.
 +@item rotation
 +Set rotation of virtual loudspeakers in deg. Default is 0.
  
 -The default value of @var{color} is "black".
 +@item elevation
 +Set elevation of virtual speakers in deg. Default is 0.
 +
 +@item radius
 +Set distance in meters between loudspeakers and the listener with near-field
 +HRTFs. Default is 1.
  
 +@item type
 +Set processing type. Can be @var{time} or @var{freq}. @var{time} is
 +processing audio in time domain which is slow but gives high quality output.
 +@var{freq} is processing audio in frequency domain which is fast but gives
 +mediocre output. Default is @var{freq}.
  @end table
  
 -The parameters @var{width}, @var{height}, @var{x}, and @var{y} are
 -expressions containing the following constants:
 +@section stereotools
 +
 +This filter has some handy utilities to manage stereo signals, for converting
 +M/S stereo recordings to L/R signal while having control over the parameters
 +or spreading the stereo image of master track.
 +
 +The filter accepts the following options:
  
  @table @option
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
 +@item level_in
 +Set input level before filtering for both channels. Defaults is 1.
 +Allowed range is from 0.015625 to 64.
  
 -@item in_w, in_h
 -The input video width and height.
 +@item level_out
 +Set output level after filtering for both channels. Defaults is 1.
 +Allowed range is from 0.015625 to 64.
  
 -@item iw, ih
 -These are the same as @var{in_w} and @var{in_h}.
 +@item balance_in
 +Set input balance between both channels. Default is 0.
 +Allowed range is from -1 to 1.
  
 -@item out_w, out_h
 -The output width and height (the size of the padded area), as
 -specified by the @var{width} and @var{height} expressions.
 +@item balance_out
 +Set output balance between both channels. Default is 0.
 +Allowed range is from -1 to 1.
  
 -@item ow, oh
 -These are the same as @var{out_w} and @var{out_h}.
 +@item softclip
 +Enable softclipping. Results in analog distortion instead of harsh digital 0dB
 +clipping. Disabled by default.
  
 -@item x, y
 -The x and y offsets as specified by the @var{x} and @var{y}
 -expressions, or NAN if not yet specified.
 +@item mutel
 +Mute the left channel. Disabled by default.
  
 -@item a
 -The input display aspect ratio, same as @var{iw} / @var{ih}.
 +@item muter
 +Mute the right channel. Disabled by default.
  
 -@item hsub, vsub
 -The horizontal and vertical chroma subsample values. For example for the
 -pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 -@end table
 +@item phasel
 +Change the phase of the left channel. Disabled by default.
  
 -Some examples:
 +@item phaser
 +Change the phase of the right channel. Disabled by default.
  
 -@example
 -# Add paddings with the color "violet" to the input video. The output video
 -# size is 640x480, and the top-left corner of the input video is placed at
 -# column 0, row 40
 -pad=width=640:height=480:x=0:y=40:color=violet
 +@item mode
 +Set stereo mode. Available values are:
  
 -# Pad the input to get an output with dimensions increased by 3/2,
 -# and put the input video at the center of the padded area
 -pad="3/2*iw:3/2*ih:(ow-iw)/2:(oh-ih)/2"
 +@table @samp
 +@item lr>lr
 +Left/Right to Left/Right, this is default.
  
 -# Pad the input to get a squared output with size equal to the maximum
 -# value between the input width and height, and put the input video at
 -# the center of the padded area
 -pad="max(iw\,ih):ow:(ow-iw)/2:(oh-ih)/2"
 +@item lr>ms
 +Left/Right to Mid/Side.
  
 -# Pad the input to get a final w/h ratio of 16:9
 -pad="ih*16/9:ih:(ow-iw)/2:(oh-ih)/2"
 +@item ms>lr
 +Mid/Side to Left/Right.
  
 -# Double the output size and put the input video in the bottom-right
 -# corner of the output padded area
 -pad="2*iw:2*ih:ow-iw:oh-ih"
 -@end example
 +@item lr>ll
 +Left/Right to Left/Left.
  
 -@section pixdesctest
 +@item lr>rr
 +Left/Right to Right/Right.
  
 -Pixel format descriptor test filter, mainly useful for internal
 -testing. The output video should be equal to the input video.
 +@item lr>l+r
 +Left/Right to Left + Right.
  
 -For example:
 -@example
 -format=monow, pixdesctest
 -@end example
 +@item lr>rl
 +Left/Right to Right/Left.
 +@end table
  
 -can be used to test the monowhite pixel format descriptor definition.
 +@item slev
 +Set level of side signal. Default is 1.
 +Allowed range is from 0.015625 to 64.
  
 -@anchor{scale}
 -@section scale
 +@item sbal
 +Set balance of side signal. Default is 0.
 +Allowed range is from -1 to 1.
  
 -Scale the input video and/or convert the image format.
 +@item mlev
 +Set level of the middle signal. Default is 1.
 +Allowed range is from 0.015625 to 64.
  
 -It accepts the following parameters:
 +@item mpan
 +Set middle signal pan. Default is 0. Allowed range is from -1 to 1.
  
 -@table @option
 +@item base
 +Set stereo base between mono and inversed channels. Default is 0.
 +Allowed range is from -1 to 1.
  
 -@item w
 -The output video width.
 +@item delay
 +Set delay in milliseconds how much to delay left from right channel and
 +vice versa. Default is 0. Allowed range is from -20 to 20.
  
 -@item h
 -The output video height.
 +@item sclevel
 +Set S/C level. Default is 1. Allowed range is from 1 to 100.
  
 +@item phase
 +Set the stereo phase in degrees. Default is 0. Allowed range is from 0 to 360.
  @end table
  
 -The parameters @var{w} and @var{h} are expressions containing
 -the following constants:
 +@section stereowiden
 +
 +This filter enhance the stereo effect by suppressing signal common to both
 +channels and by delaying the signal of left into right and vice versa,
 +thereby widening the stereo effect.
 +
 +The filter accepts the following options:
  
  @table @option
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
 +@item delay
 +Time in milliseconds of the delay of left signal into right and vice versa.
 +Default is 20 milliseconds.
  
 -@item in_w, in_h
 -The input width and height.
 +@item feedback
 +Amount of gain in delayed signal into right and vice versa. Gives a delay
 +effect of left signal in right output and vice versa which gives widening
 +effect. Default is 0.3.
  
 -@item iw, ih
 -These are the same as @var{in_w} and @var{in_h}.
 +@item crossfeed
 +Cross feed of left into right with inverted phase. This helps in suppressing
 +the mono. If the value is 1 it will cancel all the signal common to both
 +channels. Default is 0.3.
  
 -@item out_w, out_h
 -The output (cropped) width and height.
 +@item drymix
 +Set level of input signal of original channel. Default is 0.8.
 +@end table
  
 -@item ow, oh
 -These are the same as @var{out_w} and @var{out_h}.
 +@section treble
  
 -@item a
 -This is the same as @var{iw} / @var{ih}.
 +Boost or cut treble (upper) frequencies of the audio using a two-pole
 +shelving filter with a response similar to that of a standard
 +hi-fi's tone-controls. This is also known as shelving equalisation (EQ).
  
 -@item sar
 -input sample aspect ratio
 +The filter accepts the following options:
  
 -@item dar
 -The input display aspect ratio; it is the same as
 -(@var{iw} / @var{ih}) * @var{sar}.
 +@table @option
 +@item gain, g
 +Give the gain at whichever is the lower of ~22 kHz and the
 +Nyquist frequency. Its useful range is about -20 (for a large cut)
 +to +20 (for a large boost). Beware of clipping when using a positive gain.
 +
 +@item frequency, f
 +Set the filter's central frequency and so can be used
 +to extend or reduce the frequency range to be boosted or cut.
 +The default value is @code{3000} Hz.
 +
 +@item width_type
 +Set method to specify band-width of filter.
 +@table @option
 +@item h
 +Hz
 +@item q
 +Q-Factor
 +@item o
 +octave
 +@item s
 +slope
 +@end table
  
 -@item hsub, vsub
 -The horizontal and vertical chroma subsample values. For example, for the
 -pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +@item width, w
 +Determine how steep is the filter's shelf transition.
  @end table
  
 -If the input image format is different from the format requested by
 -the next filter, the scale filter will convert the input to the
 -requested format.
 +@section tremolo
  
 -If the value for @var{w} or @var{h} is 0, the respective input
 -size is used for the output.
 +Sinusoidal amplitude modulation.
  
 -If the value for @var{w} or @var{h} is -1, the scale filter will use, for the
 -respective output size, a value that maintains the aspect ratio of the input
 +The filter accepts the following options:
 +
 +@table @option
 +@item f
 +Modulation frequency in Hertz. Modulation frequencies in the subharmonic range
 +(20 Hz or lower) will result in a tremolo effect.
 +This filter may also be used as a ring modulator by specifying
 +a modulation frequency higher than 20 Hz.
 +Range is 0.1 - 20000.0. Default value is 5.0 Hz.
 +
 +@item d
 +Depth of modulation as a percentage. Range is 0.0 - 1.0.
 +Default value is 0.5.
 +@end table
 +
 +@section vibrato
 +
 +Sinusoidal phase modulation.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item f
 +Modulation frequency in Hertz.
 +Range is 0.1 - 20000.0. Default value is 5.0 Hz.
 +
 +@item d
 +Depth of modulation as a percentage. Range is 0.0 - 1.0.
 +Default value is 0.5.
 +@end table
 +
 +@section volume
 +
 +Adjust the input audio volume.
 +
 +It accepts the following parameters:
 +@table @option
 +
 +@item volume
 +Set audio volume expression.
 +
 +Output values are clipped to the maximum value.
 +
 +The output audio volume is given by the relation:
 +@example
 +@var{output_volume} = @var{volume} * @var{input_volume}
 +@end example
 +
 +The default value for @var{volume} is "1.0".
 +
 +@item precision
 +This parameter represents the mathematical precision.
 +
 +It determines which input sample formats will be allowed, which affects the
 +precision of the volume scaling.
 +
 +@table @option
 +@item fixed
 +8-bit fixed-point; this limits input sample format to U8, S16, and S32.
 +@item float
 +32-bit floating-point; this limits input sample format to FLT. (default)
 +@item double
 +64-bit floating-point; this limits input sample format to DBL.
 +@end table
 +
 +@item replaygain
 +Choose the behaviour on encountering ReplayGain side data in input frames.
 +
 +@table @option
 +@item drop
 +Remove ReplayGain side data, ignoring its contents (the default).
 +
 +@item ignore
 +Ignore ReplayGain side data, but leave it in the frame.
 +
 +@item track
 +Prefer the track gain, if present.
 +
 +@item album
 +Prefer the album gain, if present.
 +@end table
 +
 +@item replaygain_preamp
 +Pre-amplification gain in dB to apply to the selected replaygain gain.
 +
 +Default value for @var{replaygain_preamp} is 0.0.
 +
 +@item eval
 +Set when the volume expression is evaluated.
 +
 +It accepts the following values:
 +@table @samp
 +@item once
 +only evaluate expression once during the filter initialization, or
 +when the @samp{volume} command is sent
 +
 +@item frame
 +evaluate expression for each incoming frame
 +@end table
 +
 +Default value is @samp{once}.
 +@end table
 +
 +The volume expression can contain the following parameters.
 +
 +@table @option
 +@item n
 +frame number (starting at zero)
 +@item nb_channels
 +number of channels
 +@item nb_consumed_samples
 +number of samples consumed by the filter
 +@item nb_samples
 +number of samples in the current frame
 +@item pos
 +original frame position in the file
 +@item pts
 +frame PTS
 +@item sample_rate
 +sample rate
 +@item startpts
 +PTS at start of stream
 +@item startt
 +time at start of stream
 +@item t
 +frame time
 +@item tb
 +timestamp timebase
 +@item volume
 +last set volume value
 +@end table
 +
 +Note that when @option{eval} is set to @samp{once} only the
 +@var{sample_rate} and @var{tb} variables are available, all other
 +variables will evaluate to NAN.
 +
 +@subsection Commands
 +
 +This filter supports the following commands:
 +@table @option
 +@item volume
 +Modify the volume expression.
 +The command accepts the same syntax of the corresponding option.
 +
 +If the specified expression is not valid, it is kept at its current
 +value.
 +@item replaygain_noclip
 +Prevent clipping by limiting the gain applied.
 +
 +Default value for @var{replaygain_noclip} is 1.
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Halve the input audio volume:
 +@example
 +volume=volume=0.5
 +volume=volume=1/2
 +volume=volume=-6.0206dB
 +@end example
 +
 +In all the above example the named key for @option{volume} can be
 +omitted, for example like in:
 +@example
 +volume=0.5
 +@end example
 +
 +@item
 +Increase input audio power by 6 decibels using fixed-point precision:
 +@example
 +volume=volume=6dB:precision=fixed
 +@end example
 +
 +@item
 +Fade volume after time 10 with an annihilation period of 5 seconds:
 +@example
 +volume='if(lt(t,10),1,max(1-(t-10)/5,0))':eval=frame
 +@end example
 +@end itemize
 +
 +@section volumedetect
 +
 +Detect the volume of the input video.
 +
 +The filter has no parameters. The input is not modified. Statistics about
 +the volume will be printed in the log when the input stream end is reached.
 +
 +In particular it will show the mean volume (root mean square), maximum
 +volume (on a per-sample basis), and the beginning of a histogram of the
 +registered volume values (from the maximum value to a cumulated 1/1000 of
 +the samples).
 +
 +All volumes are in decibels relative to the maximum PCM value.
 +
 +@subsection Examples
 +
 +Here is an excerpt of the output:
 +@example
 +[Parsed_volumedetect_0 @ 0xa23120] mean_volume: -27 dB
 +[Parsed_volumedetect_0 @ 0xa23120] max_volume: -4 dB
 +[Parsed_volumedetect_0 @ 0xa23120] histogram_4db: 6
 +[Parsed_volumedetect_0 @ 0xa23120] histogram_5db: 62
 +[Parsed_volumedetect_0 @ 0xa23120] histogram_6db: 286
 +[Parsed_volumedetect_0 @ 0xa23120] histogram_7db: 1042
 +[Parsed_volumedetect_0 @ 0xa23120] histogram_8db: 2551
 +[Parsed_volumedetect_0 @ 0xa23120] histogram_9db: 4609
 +[Parsed_volumedetect_0 @ 0xa23120] histogram_10db: 8409
 +@end example
 +
 +It means that:
 +@itemize
 +@item
 +The mean square energy is approximately -27 dB, or 10^-2.7.
 +@item
 +The largest sample is at -4 dB, or more precisely between -4 dB and -5 dB.
 +@item
 +There are 6 samples at -4 dB, 62 at -5 dB, 286 at -6 dB, etc.
 +@end itemize
 +
 +In other words, raising the volume by +4 dB does not cause any clipping,
 +raising it by +5 dB causes clipping for 6 samples, etc.
 +
 +@c man end AUDIO FILTERS
 +
 +@chapter Audio Sources
 +@c man begin AUDIO SOURCES
 +
 +Below is a description of the currently available audio sources.
 +
 +@section abuffer
 +
 +Buffer audio frames, and make them available to the filter chain.
 +
 +This source is mainly intended for a programmatic use, in particular
 +through the interface defined in @file{libavfilter/asrc_abuffer.h}.
 +
 +It accepts the following parameters:
 +@table @option
 +
 +@item time_base
 +The timebase which will be used for timestamps of submitted frames. It must be
 +either a floating-point number or in @var{numerator}/@var{denominator} form.
 +
 +@item sample_rate
 +The sample rate of the incoming audio buffers.
 +
 +@item sample_fmt
 +The sample format of the incoming audio buffers.
 +Either a sample format name or its corresponding integer representation from
 +the enum AVSampleFormat in @file{libavutil/samplefmt.h}
 +
 +@item channel_layout
 +The channel layout of the incoming audio buffers.
 +Either a channel layout name from channel_layout_map in
 +@file{libavutil/channel_layout.c} or its corresponding integer representation
 +from the AV_CH_LAYOUT_* macros in @file{libavutil/channel_layout.h}
 +
 +@item channels
 +The number of channels of the incoming audio buffers.
 +If both @var{channels} and @var{channel_layout} are specified, then they
 +must be consistent.
 +
 +@end table
 +
 +@subsection Examples
 +
 +@example
 +abuffer=sample_rate=44100:sample_fmt=s16p:channel_layout=stereo
 +@end example
 +
 +will instruct the source to accept planar 16bit signed stereo at 44100Hz.
 +Since the sample format with name "s16p" corresponds to the number
 +6 and the "stereo" channel layout corresponds to the value 0x3, this is
 +equivalent to:
 +@example
 +abuffer=sample_rate=44100:sample_fmt=6:channel_layout=0x3
 +@end example
 +
 +@section aevalsrc
 +
 +Generate an audio signal specified by an expression.
 +
 +This source accepts in input one or more expressions (one for each
 +channel), which are evaluated and used to generate a corresponding
 +audio signal.
 +
 +This source accepts the following options:
 +
 +@table @option
 +@item exprs
 +Set the '|'-separated expressions list for each separate channel. In case the
 +@option{channel_layout} option is not specified, the selected channel layout
 +depends on the number of provided expressions. Otherwise the last
 +specified expression is applied to the remaining output channels.
 +
 +@item channel_layout, c
 +Set the channel layout. The number of channels in the specified layout
 +must be equal to the number of specified expressions.
 +
 +@item duration, d
 +Set the minimum duration of the sourced audio. See
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the accepted syntax.
 +Note that the resulting duration may be greater than the specified
 +duration, as the generated audio is always cut at the end of a
 +complete frame.
 +
 +If not specified, or the expressed duration is negative, the audio is
 +supposed to be generated forever.
 +
 +@item nb_samples, n
 +Set the number of samples per channel per each output frame,
 +default to 1024.
 +
 +@item sample_rate, s
 +Specify the sample rate, default to 44100.
 +@end table
 +
 +Each expression in @var{exprs} can contain the following constants:
 +
 +@table @option
 +@item n
 +number of the evaluated sample, starting from 0
 +
 +@item t
 +time of the evaluated sample expressed in seconds, starting from 0
 +
 +@item s
 +sample rate
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Generate silence:
 +@example
 +aevalsrc=0
 +@end example
 +
 +@item
 +Generate a sin signal with frequency of 440 Hz, set sample rate to
 +8000 Hz:
 +@example
 +aevalsrc="sin(440*2*PI*t):s=8000"
 +@end example
 +
 +@item
 +Generate a two channels signal, specify the channel layout (Front
 +Center + Back Center) explicitly:
 +@example
 +aevalsrc="sin(420*2*PI*t)|cos(430*2*PI*t):c=FC|BC"
 +@end example
 +
 +@item
 +Generate white noise:
 +@example
 +aevalsrc="-2+random(0)"
 +@end example
 +
 +@item
 +Generate an amplitude modulated signal:
 +@example
 +aevalsrc="sin(10*2*PI*t)*sin(880*2*PI*t)"
 +@end example
 +
 +@item
 +Generate 2.5 Hz binaural beats on a 360 Hz carrier:
 +@example
 +aevalsrc="0.1*sin(2*PI*(360-2.5/2)*t) | 0.1*sin(2*PI*(360+2.5/2)*t)"
 +@end example
 +
 +@end itemize
 +
 +@section anullsrc
 +
 +The null audio source, return unprocessed audio frames. It is mainly useful
 +as a template and to be employed in analysis / debugging tools, or as
 +the source for filters which ignore the input data (for example the sox
 +synth filter).
 +
 +This source accepts the following options:
 +
 +@table @option
 +
 +@item channel_layout, cl
 +
 +Specifies the channel layout, and can be either an integer or a string
 +representing a channel layout. The default value of @var{channel_layout}
 +is "stereo".
 +
 +Check the channel_layout_map definition in
 +@file{libavutil/channel_layout.c} for the mapping between strings and
 +channel layout values.
 +
 +@item sample_rate, r
 +Specifies the sample rate, and defaults to 44100.
 +
 +@item nb_samples, n
 +Set the number of samples per requested frames.
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Set the sample rate to 48000 Hz and the channel layout to AV_CH_LAYOUT_MONO.
 +@example
 +anullsrc=r=48000:cl=4
 +@end example
 +
 +@item
 +Do the same operation with a more obvious syntax:
 +@example
 +anullsrc=r=48000:cl=mono
 +@end example
 +@end itemize
 +
 +All the parameters need to be explicitly defined.
 +
 +@section flite
 +
 +Synthesize a voice utterance using the libflite library.
 +
 +To enable compilation of this filter you need to configure FFmpeg with
 +@code{--enable-libflite}.
 +
 +Note that the flite library is not thread-safe.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +
 +@item list_voices
 +If set to 1, list the names of the available voices and exit
 +immediately. Default value is 0.
 +
 +@item nb_samples, n
 +Set the maximum number of samples per frame. Default value is 512.
 +
 +@item textfile
 +Set the filename containing the text to speak.
 +
 +@item text
 +Set the text to speak.
 +
 +@item voice, v
 +Set the voice to use for the speech synthesis. Default value is
 +@code{kal}. See also the @var{list_voices} option.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Read from file @file{speech.txt}, and synthesize the text using the
 +standard flite voice:
 +@example
 +flite=textfile=speech.txt
 +@end example
 +
 +@item
 +Read the specified text selecting the @code{slt} voice:
 +@example
 +flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt
 +@end example
 +
 +@item
 +Input text to ffmpeg:
 +@example
 +ffmpeg -f lavfi -i flite=text='So fare thee well, poor devil of a Sub-Sub, whose commentator I am':voice=slt
 +@end example
 +
 +@item
 +Make @file{ffplay} speak the specified text, using @code{flite} and
 +the @code{lavfi} device:
 +@example
 +ffplay -f lavfi flite=text='No more be grieved for which that thou hast done.'
 +@end example
 +@end itemize
 +
 +For more information about libflite, check:
 +@url{http://www.speech.cs.cmu.edu/flite/}
 +
 +@section anoisesrc
 +
 +Generate a noise audio signal.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item sample_rate, r
 +Specify the sample rate. Default value is 48000 Hz.
 +
 +@item amplitude, a
 +Specify the amplitude (0.0 - 1.0) of the generated audio stream. Default value
 +is 1.0.
 +
 +@item duration, d
 +Specify the duration of the generated audio stream. Not specifying this option
 +results in noise with an infinite length.
 +
 +@item color, colour, c
 +Specify the color of noise. Available noise colors are white, pink, and brown.
 +Default color is white.
 +
 +@item seed, s
 +Specify a value used to seed the PRNG.
 +
 +@item nb_samples, n
 +Set the number of samples per each output frame, default is 1024.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +
 +@item
 +Generate 60 seconds of pink noise, with a 44.1 kHz sampling rate and an amplitude of 0.5:
 +@example
 +anoisesrc=d=60:c=pink:r=44100:a=0.5
 +@end example
 +@end itemize
 +
 +@section sine
 +
 +Generate an audio signal made of a sine wave with amplitude 1/8.
 +
 +The audio signal is bit-exact.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +
 +@item frequency, f
 +Set the carrier frequency. Default is 440 Hz.
 +
 +@item beep_factor, b
 +Enable a periodic beep every second with frequency @var{beep_factor} times
 +the carrier frequency. Default is 0, meaning the beep is disabled.
 +
 +@item sample_rate, r
 +Specify the sample rate, default is 44100.
 +
 +@item duration, d
 +Specify the duration of the generated audio stream.
 +
 +@item samples_per_frame
 +Set the number of samples per output frame.
 +
 +The expression can contain the following constants:
 +
 +@table @option
 +@item n
 +The (sequential) number of the output audio frame, starting from 0.
 +
 +@item pts
 +The PTS (Presentation TimeStamp) of the output audio frame,
 +expressed in @var{TB} units.
 +
 +@item t
 +The PTS of the output audio frame, expressed in seconds.
 +
 +@item TB
 +The timebase of the output audio frames.
 +@end table
 +
 +Default is @code{1024}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +
 +@item
 +Generate a simple 440 Hz sine wave:
 +@example
 +sine
 +@end example
 +
 +@item
 +Generate a 220 Hz sine wave with a 880 Hz beep each second, for 5 seconds:
 +@example
 +sine=220:4:d=5
 +sine=f=220:b=4:d=5
 +sine=frequency=220:beep_factor=4:duration=5
 +@end example
 +
 +@item
 +Generate a 1 kHz sine wave following @code{1602,1601,1602,1601,1602} NTSC
 +pattern:
 +@example
 +sine=1000:samples_per_frame='st(0,mod(n,5)); 1602-not(not(eq(ld(0),1)+eq(ld(0),3)))'
 +@end example
 +@end itemize
 +
 +@c man end AUDIO SOURCES
 +
 +@chapter Audio Sinks
 +@c man begin AUDIO SINKS
 +
 +Below is a description of the currently available audio sinks.
 +
 +@section abuffersink
 +
 +Buffer audio frames, and make them available to the end of filter chain.
 +
 +This sink is mainly intended for programmatic use, in particular
 +through the interface defined in @file{libavfilter/buffersink.h}
 +or the options system.
 +
 +It accepts a pointer to an AVABufferSinkContext structure, which
 +defines the incoming buffers' formats, to be passed as the opaque
 +parameter to @code{avfilter_init_filter} for initialization.
 +@section anullsink
 +
 +Null audio sink; do absolutely nothing with the input audio. It is
 +mainly useful as a template and for use in analysis / debugging
 +tools.
 +
 +@c man end AUDIO SINKS
 +
 +@chapter Video Filters
 +@c man begin VIDEO FILTERS
 +
 +When you configure your FFmpeg build, you can disable any of the
 +existing filters using @code{--disable-filters}.
 +The configure output will show the video filters included in your
 +build.
 +
 +Below is a description of the currently available video filters.
 +
 +@section alphaextract
 +
 +Extract the alpha component from the input as a grayscale video. This
 +is especially useful with the @var{alphamerge} filter.
 +
 +@section alphamerge
 +
 +Add or replace the alpha component of the primary input with the
 +grayscale value of a second input. This is intended for use with
 +@var{alphaextract} to allow the transmission or storage of frame
 +sequences that have alpha in a format that doesn't support an alpha
 +channel.
 +
 +For example, to reconstruct full frames from a normal YUV-encoded video
 +and a separate video created with @var{alphaextract}, you might use:
 +@example
 +movie=in_alpha.mkv [alpha]; [in][alpha] alphamerge [out]
 +@end example
 +
 +Since this filter is designed for reconstruction, it operates on frame
 +sequences without considering timestamps, and terminates when either
 +input reaches end of stream. This will cause problems if your encoding
 +pipeline drops frames. If you're trying to apply an image as an
 +overlay to a video stream, consider the @var{overlay} filter instead.
 +
 +@section ass
 +
 +Same as the @ref{subtitles} filter, except that it doesn't require libavcodec
 +and libavformat to work. On the other hand, it is limited to ASS (Advanced
 +Substation Alpha) subtitles files.
 +
 +This filter accepts the following option in addition to the common options from
 +the @ref{subtitles} filter:
 +
 +@table @option
 +@item shaping
 +Set the shaping engine
 +
 +Available values are:
 +@table @samp
 +@item auto
 +The default libass shaping engine, which is the best available.
 +@item simple
 +Fast, font-agnostic shaper that can do only substitutions
 +@item complex
 +Slower shaper using OpenType for substitutions and positioning
 +@end table
 +
 +The default is @code{auto}.
 +@end table
 +
 +@section atadenoise
 +Apply an Adaptive Temporal Averaging Denoiser to the video input.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item 0a
 +Set threshold A for 1st plane. Default is 0.02.
 +Valid range is 0 to 0.3.
 +
 +@item 0b
 +Set threshold B for 1st plane. Default is 0.04.
 +Valid range is 0 to 5.
 +
 +@item 1a
 +Set threshold A for 2nd plane. Default is 0.02.
 +Valid range is 0 to 0.3.
 +
 +@item 1b
 +Set threshold B for 2nd plane. Default is 0.04.
 +Valid range is 0 to 5.
 +
 +@item 2a
 +Set threshold A for 3rd plane. Default is 0.02.
 +Valid range is 0 to 0.3.
 +
 +@item 2b
 +Set threshold B for 3rd plane. Default is 0.04.
 +Valid range is 0 to 5.
 +
 +Threshold A is designed to react on abrupt changes in the input signal and
 +threshold B is designed to react on continuous changes in the input signal.
 +
 +@item s
 +Set number of frames filter will use for averaging. Default is 33. Must be odd
 +number in range [5, 129].
 +@end table
 +
 +@section bbox
 +
 +Compute the bounding box for the non-black pixels in the input frame
 +luminance plane.
 +
 +This filter computes the bounding box containing all the pixels with a
 +luminance value greater than the minimum allowed value.
 +The parameters describing the bounding box are printed on the filter
 +log.
 +
 +The filter accepts the following option:
 +
 +@table @option
 +@item min_val
 +Set the minimal luminance value. Default is @code{16}.
 +@end table
 +
 +@section blackdetect
 +
 +Detect video intervals that are (almost) completely black. Can be
 +useful to detect chapter transitions, commercials, or invalid
 +recordings. Output lines contains the time for the start, end and
 +duration of the detected black interval expressed in seconds.
 +
 +In order to display the output lines, you need to set the loglevel at
 +least to the AV_LOG_INFO value.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item black_min_duration, d
 +Set the minimum detected black duration expressed in seconds. It must
 +be a non-negative floating point number.
 +
 +Default value is 2.0.
 +
 +@item picture_black_ratio_th, pic_th
 +Set the threshold for considering a picture "black".
 +Express the minimum value for the ratio:
 +@example
 +@var{nb_black_pixels} / @var{nb_pixels}
 +@end example
 +
 +for which a picture is considered black.
 +Default value is 0.98.
 +
 +@item pixel_black_th, pix_th
 +Set the threshold for considering a pixel "black".
 +
 +The threshold expresses the maximum pixel luminance value for which a
 +pixel is considered "black". The provided value is scaled according to
 +the following equation:
 +@example
 +@var{absolute_threshold} = @var{luminance_minimum_value} + @var{pixel_black_th} * @var{luminance_range_size}
 +@end example
 +
 +@var{luminance_range_size} and @var{luminance_minimum_value} depend on
 +the input video format, the range is [0-255] for YUV full-range
 +formats and [16-235] for YUV non full-range formats.
 +
 +Default value is 0.10.
 +@end table
 +
 +The following example sets the maximum pixel threshold to the minimum
 +value, and detects only black intervals of 2 or more seconds:
 +@example
 +blackdetect=d=2:pix_th=0.00
 +@end example
 +
 +@section blackframe
 +
 +Detect frames that are (almost) completely black. Can be useful to
 +detect chapter transitions or commercials. Output lines consist of
 +the frame number of the detected frame, the percentage of blackness,
 +the position in the file if known or -1 and the timestamp in seconds.
 +
 +In order to display the output lines, you need to set the loglevel at
 +least to the AV_LOG_INFO value.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item amount
 +The percentage of the pixels that have to be below the threshold; it defaults to
 +@code{98}.
 +
 +@item threshold, thresh
 +The threshold below which a pixel value is considered black; it defaults to
 +@code{32}.
 +
 +@end table
 +
 +@section blend, tblend
 +
 +Blend two video frames into each other.
 +
 +The @code{blend} filter takes two input streams and outputs one
 +stream, the first input is the "top" layer and second input is
 +"bottom" layer.  Output terminates when shortest input terminates.
 +
 +The @code{tblend} (time blend) filter takes two consecutive frames
 +from one single stream, and outputs the result obtained by blending
 +the new frame on top of the old frame.
 +
 +A description of the accepted options follows.
 +
 +@table @option
 +@item c0_mode
 +@item c1_mode
 +@item c2_mode
 +@item c3_mode
 +@item all_mode
 +Set blend mode for specific pixel component or all pixel components in case
 +of @var{all_mode}. Default value is @code{normal}.
 +
 +Available values for component modes are:
 +@table @samp
 +@item addition
 +@item addition128
 +@item and
 +@item average
 +@item burn
 +@item darken
 +@item difference
 +@item difference128
 +@item divide
 +@item dodge
 +@item exclusion
 +@item glow
 +@item hardlight
 +@item hardmix
 +@item lighten
 +@item linearlight
 +@item multiply
 +@item multiply128
 +@item negation
 +@item normal
 +@item or
 +@item overlay
 +@item phoenix
 +@item pinlight
 +@item reflect
 +@item screen
 +@item softlight
 +@item subtract
 +@item vividlight
 +@item xor
 +@end table
 +
 +@item c0_opacity
 +@item c1_opacity
 +@item c2_opacity
 +@item c3_opacity
 +@item all_opacity
 +Set blend opacity for specific pixel component or all pixel components in case
 +of @var{all_opacity}. Only used in combination with pixel component blend modes.
 +
 +@item c0_expr
 +@item c1_expr
 +@item c2_expr
 +@item c3_expr
 +@item all_expr
 +Set blend expression for specific pixel component or all pixel components in case
 +of @var{all_expr}. Note that related mode options will be ignored if those are set.
 +
 +The expressions can use the following variables:
 +
 +@table @option
 +@item N
 +The sequential number of the filtered frame, starting from @code{0}.
 +
 +@item X
 +@item Y
 +the coordinates of the current sample
 +
 +@item W
 +@item H
 +the width and height of currently filtered plane
 +
 +@item SW
 +@item SH
 +Width and height scale depending on the currently filtered plane. It is the
 +ratio between the corresponding luma plane number of pixels and the current
 +plane ones. E.g. for YUV4:2:0 the values are @code{1,1} for the luma plane, and
 +@code{0.5,0.5} for chroma planes.
 +
 +@item T
 +Time of the current frame, expressed in seconds.
 +
 +@item TOP, A
 +Value of pixel component at current location for first video frame (top layer).
 +
 +@item BOTTOM, B
 +Value of pixel component at current location for second video frame (bottom layer).
 +@end table
 +
 +@item shortest
 +Force termination when the shortest input terminates. Default is
 +@code{0}. This option is only defined for the @code{blend} filter.
 +
 +@item repeatlast
 +Continue applying the last bottom frame after the end of the stream. A value of
 +@code{0} disable the filter after the last frame of the bottom layer is reached.
 +Default is @code{1}. This option is only defined for the @code{blend} filter.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply transition from bottom layer to top layer in first 10 seconds:
 +@example
 +blend=all_expr='A*(if(gte(T,10),1,T/10))+B*(1-(if(gte(T,10),1,T/10)))'
 +@end example
 +
 +@item
 +Apply 1x1 checkerboard effect:
 +@example
 +blend=all_expr='if(eq(mod(X,2),mod(Y,2)),A,B)'
 +@end example
 +
 +@item
 +Apply uncover left effect:
 +@example
 +blend=all_expr='if(gte(N*SW+X,W),A,B)'
 +@end example
 +
 +@item
 +Apply uncover down effect:
 +@example
 +blend=all_expr='if(gte(Y-N*SH,0),A,B)'
 +@end example
 +
 +@item
 +Apply uncover up-left effect:
 +@example
 +blend=all_expr='if(gte(T*SH*40+Y,H)*gte((T*40*SW+X)*W/H,W),A,B)'
 +@end example
 +
 +@item
 +Split diagonally video and shows top and bottom layer on each side:
 +@example
 +blend=all_expr=if(gt(X,Y*(W/H)),A,B)
 +@end example
 +
 +@item
 +Display differences between the current and the previous frame:
 +@example
 +tblend=all_mode=difference128
 +@end example
 +@end itemize
 +
 +@section bwdif
 +
 +Deinterlace the input video ("bwdif" stands for "Bob Weaver
 +Deinterlacing Filter").
 +
 +Motion adaptive deinterlacing based on yadif with the use of w3fdif and cubic
 +interpolation algorithms.
 +It accepts the following parameters:
 +
 +@table @option
 +@item mode
 +The interlacing mode to adopt. It accepts one of the following values:
 +
 +@table @option
 +@item 0, send_frame
 +Output one frame for each frame.
 +@item 1, send_field
 +Output one frame for each field.
 +@end table
 +
 +The default value is @code{send_field}.
 +
 +@item parity
 +The picture field parity assumed for the input interlaced video. It accepts one
 +of the following values:
 +
 +@table @option
 +@item 0, tff
 +Assume the top field is first.
 +@item 1, bff
 +Assume the bottom field is first.
 +@item -1, auto
 +Enable automatic detection of field parity.
 +@end table
 +
 +The default value is @code{auto}.
 +If the interlacing is unknown or the decoder does not export this information,
 +top field first will be assumed.
 +
 +@item deint
 +Specify which frames to deinterlace. Accept one of the following
 +values:
 +
 +@table @option
 +@item 0, all
 +Deinterlace all frames.
 +@item 1, interlaced
 +Only deinterlace frames marked as interlaced.
 +@end table
 +
 +The default value is @code{all}.
 +@end table
 +
 +@section boxblur
 +
 +Apply a boxblur algorithm to the input video.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item luma_radius, lr
 +@item luma_power, lp
 +@item chroma_radius, cr
 +@item chroma_power, cp
 +@item alpha_radius, ar
 +@item alpha_power, ap
 +
 +@end table
 +
 +A description of the accepted options follows.
 +
 +@table @option
 +@item luma_radius, lr
 +@item chroma_radius, cr
 +@item alpha_radius, ar
 +Set an expression for the box radius in pixels used for blurring the
 +corresponding input plane.
 +
 +The radius value must be a non-negative number, and must not be
 +greater than the value of the expression @code{min(w,h)/2} for the
 +luma and alpha planes, and of @code{min(cw,ch)/2} for the chroma
 +planes.
 +
 +Default value for @option{luma_radius} is "2". If not specified,
 +@option{chroma_radius} and @option{alpha_radius} default to the
 +corresponding value set for @option{luma_radius}.
 +
 +The expressions can contain the following constants:
 +@table @option
 +@item w
 +@item h
 +The input width and height in pixels.
 +
 +@item cw
 +@item ch
 +The input chroma image width and height in pixels.
 +
 +@item hsub
 +@item vsub
 +The horizontal and vertical chroma subsample values. For example, for the
 +pixel format "yuv422p", @var{hsub} is 2 and @var{vsub} is 1.
 +@end table
 +
 +@item luma_power, lp
 +@item chroma_power, cp
 +@item alpha_power, ap
 +Specify how many times the boxblur filter is applied to the
 +corresponding plane.
 +
 +Default value for @option{luma_power} is 2. If not specified,
 +@option{chroma_power} and @option{alpha_power} default to the
 +corresponding value set for @option{luma_power}.
 +
 +A value of 0 will disable the effect.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply a boxblur filter with the luma, chroma, and alpha radii
 +set to 2:
 +@example
 +boxblur=luma_radius=2:luma_power=1
 +boxblur=2:1
 +@end example
 +
 +@item
 +Set the luma radius to 2, and alpha and chroma radius to 0:
 +@example
 +boxblur=2:1:cr=0:ar=0
 +@end example
 +
 +@item
 +Set the luma and chroma radii to a fraction of the video dimension:
 +@example
 +boxblur=luma_radius=min(h\,w)/10:luma_power=1:chroma_radius=min(cw\,ch)/10:chroma_power=1
 +@end example
 +@end itemize
 +
 +@section chromakey
 +YUV colorspace color/chroma keying.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item color
 +The color which will be replaced with transparency.
 +
 +@item similarity
 +Similarity percentage with the key color.
 +
 +0.01 matches only the exact key color, while 1.0 matches everything.
 +
 +@item blend
 +Blend percentage.
 +
 +0.0 makes pixels either fully transparent, or not transparent at all.
 +
 +Higher values result in semi-transparent pixels, with a higher transparency
 +the more similar the pixels color is to the key color.
 +
 +@item yuv
 +Signals that the color passed is already in YUV instead of RGB.
 +
 +Litteral colors like "green" or "red" don't make sense with this enabled anymore.
 +This can be used to pass exact YUV values as hexadecimal numbers.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Make every green pixel in the input image transparent:
 +@example
 +ffmpeg -i input.png -vf chromakey=green out.png
 +@end example
 +
 +@item
 +Overlay a greenscreen-video on top of a static black background.
 +@example
 +ffmpeg -f lavfi -i color=c=black:s=1280x720 -i video.mp4 -shortest -filter_complex "[1:v]chromakey=0x70de77:0.1:0.2[ckout];[0:v][ckout]overlay[out]" -map "[out]" output.mkv
 +@end example
 +@end itemize
 +
 +@section codecview
 +
 +Visualize information exported by some codecs.
 +
 +Some codecs can export information through frames using side-data or other
 +means. For example, some MPEG based codecs export motion vectors through the
 +@var{export_mvs} flag in the codec @option{flags2} option.
 +
 +The filter accepts the following option:
 +
 +@table @option
 +@item mv
 +Set motion vectors to visualize.
 +
 +Available flags for @var{mv} are:
 +
 +@table @samp
 +@item pf
 +forward predicted MVs of P-frames
 +@item bf
 +forward predicted MVs of B-frames
 +@item bb
 +backward predicted MVs of B-frames
 +@end table
 +
 +@item qp
 +Display quantization parameters using the chroma planes
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Visualizes multi-directionals MVs from P and B-Frames using @command{ffplay}:
 +@example
 +ffplay -flags2 +export_mvs input.mpg -vf codecview=mv=pf+bf+bb
 +@end example
 +@end itemize
 +
 +@section colorbalance
 +Modify intensity of primary colors (red, green and blue) of input frames.
 +
 +The filter allows an input frame to be adjusted in the shadows, midtones or highlights
 +regions for the red-cyan, green-magenta or blue-yellow balance.
 +
 +A positive adjustment value shifts the balance towards the primary color, a negative
 +value towards the complementary color.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item rs
 +@item gs
 +@item bs
 +Adjust red, green and blue shadows (darkest pixels).
 +
 +@item rm
 +@item gm
 +@item bm
 +Adjust red, green and blue midtones (medium pixels).
 +
 +@item rh
 +@item gh
 +@item bh
 +Adjust red, green and blue highlights (brightest pixels).
 +
 +Allowed ranges for options are @code{[-1.0, 1.0]}. Defaults are @code{0}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Add red color cast to shadows:
 +@example
 +colorbalance=rs=.3
 +@end example
 +@end itemize
 +
 +@section colorkey
 +RGB colorspace color keying.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item color
 +The color which will be replaced with transparency.
 +
 +@item similarity
 +Similarity percentage with the key color.
 +
 +0.01 matches only the exact key color, while 1.0 matches everything.
 +
 +@item blend
 +Blend percentage.
 +
 +0.0 makes pixels either fully transparent, or not transparent at all.
 +
 +Higher values result in semi-transparent pixels, with a higher transparency
 +the more similar the pixels color is to the key color.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Make every green pixel in the input image transparent:
 +@example
 +ffmpeg -i input.png -vf colorkey=green out.png
 +@end example
 +
 +@item
 +Overlay a greenscreen-video on top of a static background image.
 +@example
 +ffmpeg -i background.png -i video.mp4 -filter_complex "[1:v]colorkey=0x3BBD1E:0.3:0.2[ckout];[0:v][ckout]overlay[out]" -map "[out]" output.flv
 +@end example
 +@end itemize
 +
 +@section colorlevels
 +
 +Adjust video input frames using levels.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item rimin
 +@item gimin
 +@item bimin
 +@item aimin
 +Adjust red, green, blue and alpha input black point.
 +Allowed ranges for options are @code{[-1.0, 1.0]}. Defaults are @code{0}.
 +
 +@item rimax
 +@item gimax
 +@item bimax
 +@item aimax
 +Adjust red, green, blue and alpha input white point.
 +Allowed ranges for options are @code{[-1.0, 1.0]}. Defaults are @code{1}.
 +
 +Input levels are used to lighten highlights (bright tones), darken shadows
 +(dark tones), change the balance of bright and dark tones.
 +
 +@item romin
 +@item gomin
 +@item bomin
 +@item aomin
 +Adjust red, green, blue and alpha output black point.
 +Allowed ranges for options are @code{[0, 1.0]}. Defaults are @code{0}.
 +
 +@item romax
 +@item gomax
 +@item bomax
 +@item aomax
 +Adjust red, green, blue and alpha output white point.
 +Allowed ranges for options are @code{[0, 1.0]}. Defaults are @code{1}.
 +
 +Output levels allows manual selection of a constrained output level range.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Make video output darker:
 +@example
 +colorlevels=rimin=0.058:gimin=0.058:bimin=0.058
 +@end example
 +
 +@item
 +Increase contrast:
 +@example
 +colorlevels=rimin=0.039:gimin=0.039:bimin=0.039:rimax=0.96:gimax=0.96:bimax=0.96
 +@end example
 +
 +@item
 +Make video output lighter:
 +@example
 +colorlevels=rimax=0.902:gimax=0.902:bimax=0.902
 +@end example
 +
 +@item
 +Increase brightness:
 +@example
 +colorlevels=romin=0.5:gomin=0.5:bomin=0.5
 +@end example
 +@end itemize
 +
 +@section colorchannelmixer
 +
 +Adjust video input frames by re-mixing color channels.
 +
 +This filter modifies a color channel by adding the values associated to
 +the other channels of the same pixels. For example if the value to
 +modify is red, the output value will be:
 +@example
 +@var{red}=@var{red}*@var{rr} + @var{blue}*@var{rb} + @var{green}*@var{rg} + @var{alpha}*@var{ra}
 +@end example
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item rr
 +@item rg
 +@item rb
 +@item ra
 +Adjust contribution of input red, green, blue and alpha channels for output red channel.
 +Default is @code{1} for @var{rr}, and @code{0} for @var{rg}, @var{rb} and @var{ra}.
 +
 +@item gr
 +@item gg
 +@item gb
 +@item ga
 +Adjust contribution of input red, green, blue and alpha channels for output green channel.
 +Default is @code{1} for @var{gg}, and @code{0} for @var{gr}, @var{gb} and @var{ga}.
 +
 +@item br
 +@item bg
 +@item bb
 +@item ba
 +Adjust contribution of input red, green, blue and alpha channels for output blue channel.
 +Default is @code{1} for @var{bb}, and @code{0} for @var{br}, @var{bg} and @var{ba}.
 +
 +@item ar
 +@item ag
 +@item ab
 +@item aa
 +Adjust contribution of input red, green, blue and alpha channels for output alpha channel.
 +Default is @code{1} for @var{aa}, and @code{0} for @var{ar}, @var{ag} and @var{ab}.
 +
 +Allowed ranges for options are @code{[-2.0, 2.0]}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Convert source to grayscale:
 +@example
 +colorchannelmixer=.3:.4:.3:0:.3:.4:.3:0:.3:.4:.3
 +@end example
 +@item
 +Simulate sepia tones:
 +@example
 +colorchannelmixer=.393:.769:.189:0:.349:.686:.168:0:.272:.534:.131
 +@end example
 +@end itemize
 +
 +@section colormatrix
 +
 +Convert color matrix.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item src
 +@item dst
 +Specify the source and destination color matrix. Both values must be
 +specified.
 +
 +The accepted values are:
 +@table @samp
 +@item bt709
 +BT.709
 +
 +@item bt601
 +BT.601
 +
 +@item smpte240m
 +SMPTE-240M
 +
 +@item fcc
 +FCC
 +@end table
 +@end table
 +
 +For example to convert from BT.601 to SMPTE-240M, use the command:
 +@example
 +colormatrix=bt601:smpte240m
 +@end example
 +
 +@section convolution
 +
 +Apply convolution 3x3 or 5x5 filter.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item 0m
 +@item 1m
 +@item 2m
 +@item 3m
 +Set matrix for each plane.
 +Matrix is sequence of 9 or 25 signed integers.
 +
 +@item 0rdiv
 +@item 1rdiv
 +@item 2rdiv
 +@item 3rdiv
 +Set multiplier for calculated value for each plane.
 +
 +@item 0bias
 +@item 1bias
 +@item 2bias
 +@item 3bias
 +Set bias for each plane. This value is added to the result of the multiplication.
 +Useful for making the overall image brighter or darker. Default is 0.0.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply sharpen:
 +@example
 +convolution="0 -1 0 -1 5 -1 0 -1 0:0 -1 0 -1 5 -1 0 -1 0:0 -1 0 -1 5 -1 0 -1 0:0 -1 0 -1 5 -1 0 -1 0"
 +@end example
 +
 +@item
 +Apply blur:
 +@example
 +convolution="1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:1 1 1 1 1 1 1 1 1:1/9:1/9:1/9:1/9"
 +@end example
 +
 +@item
 +Apply edge enhance:
 +@example
 +convolution="0 0 0 -1 1 0 0 0 0:0 0 0 -1 1 0 0 0 0:0 0 0 -1 1 0 0 0 0:0 0 0 -1 1 0 0 0 0:5:1:1:1:0:128:128:128"
 +@end example
 +
 +@item
 +Apply edge detect:
 +@example
 +convolution="0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:0 1 0 1 -4 1 0 1 0:5:5:5:1:0:128:128:128"
 +@end example
 +
 +@item
 +Apply emboss:
 +@example
 +convolution="-2 -1 0 -1 1 1 0 1 2:-2 -1 0 -1 1 1 0 1 2:-2 -1 0 -1 1 1 0 1 2:-2 -1 0 -1 1 1 0 1 2"
 +@end example
 +@end itemize
 +
 +@section copy
 +
 +Copy the input source unchanged to the output. This is mainly useful for
 +testing purposes.
 +
 +@section crop
 +
 +Crop the input video to given dimensions.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item w, out_w
 +The width of the output video. It defaults to @code{iw}.
 +This expression is evaluated only once during the filter
 +configuration, or when the @samp{w} or @samp{out_w} command is sent.
 +
 +@item h, out_h
 +The height of the output video. It defaults to @code{ih}.
 +This expression is evaluated only once during the filter
 +configuration, or when the @samp{h} or @samp{out_h} command is sent.
 +
 +@item x
 +The horizontal position, in the input video, of the left edge of the output
 +video. It defaults to @code{(in_w-out_w)/2}.
 +This expression is evaluated per-frame.
 +
 +@item y
 +The vertical position, in the input video, of the top edge of the output video.
 +It defaults to @code{(in_h-out_h)/2}.
 +This expression is evaluated per-frame.
 +
 +@item keep_aspect
 +If set to 1 will force the output display aspect ratio
 +to be the same of the input, by changing the output sample aspect
 +ratio. It defaults to 0.
 +@end table
 +
 +The @var{out_w}, @var{out_h}, @var{x}, @var{y} parameters are
 +expressions containing the following constants:
 +
 +@table @option
 +@item x
 +@item y
 +The computed values for @var{x} and @var{y}. They are evaluated for
 +each new frame.
 +
 +@item in_w
 +@item in_h
 +The input width and height.
 +
 +@item iw
 +@item ih
 +These are the same as @var{in_w} and @var{in_h}.
 +
 +@item out_w
 +@item out_h
 +The output (cropped) width and height.
 +
 +@item ow
 +@item oh
 +These are the same as @var{out_w} and @var{out_h}.
 +
 +@item a
 +same as @var{iw} / @var{ih}
 +
 +@item sar
 +input sample aspect ratio
 +
 +@item dar
 +input display aspect ratio, it is the same as (@var{iw} / @var{ih}) * @var{sar}
 +
 +@item hsub
 +@item vsub
 +horizontal and vertical chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +
 +@item n
 +The number of the input frame, starting from 0.
 +
 +@item pos
 +the position in the file of the input frame, NAN if unknown
 +
 +@item t
 +The timestamp expressed in seconds. It's NAN if the input timestamp is unknown.
 +
 +@end table
 +
 +The expression for @var{out_w} may depend on the value of @var{out_h},
 +and the expression for @var{out_h} may depend on @var{out_w}, but they
 +cannot depend on @var{x} and @var{y}, as @var{x} and @var{y} are
 +evaluated after @var{out_w} and @var{out_h}.
 +
 +The @var{x} and @var{y} parameters specify the expressions for the
 +position of the top-left corner of the output (non-cropped) area. They
 +are evaluated for each frame. If the evaluated value is not valid, it
 +is approximated to the nearest valid value.
 +
 +The expression for @var{x} may depend on @var{y}, and the expression
 +for @var{y} may depend on @var{x}.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Crop area with size 100x100 at position (12,34).
 +@example
 +crop=100:100:12:34
 +@end example
 +
 +Using named options, the example above becomes:
 +@example
 +crop=w=100:h=100:x=12:y=34
 +@end example
 +
 +@item
 +Crop the central input area with size 100x100:
 +@example
 +crop=100:100
 +@end example
 +
 +@item
 +Crop the central input area with size 2/3 of the input video:
 +@example
 +crop=2/3*in_w:2/3*in_h
 +@end example
 +
 +@item
 +Crop the input video central square:
 +@example
 +crop=out_w=in_h
 +crop=in_h
 +@end example
 +
 +@item
 +Delimit the rectangle with the top-left corner placed at position
 +100:100 and the right-bottom corner corresponding to the right-bottom
 +corner of the input image.
 +@example
 +crop=in_w-100:in_h-100:100:100
 +@end example
 +
 +@item
 +Crop 10 pixels from the left and right borders, and 20 pixels from
 +the top and bottom borders
 +@example
 +crop=in_w-2*10:in_h-2*20
 +@end example
 +
 +@item
 +Keep only the bottom right quarter of the input image:
 +@example
 +crop=in_w/2:in_h/2:in_w/2:in_h/2
 +@end example
 +
 +@item
 +Crop height for getting Greek harmony:
 +@example
 +crop=in_w:1/PHI*in_w
 +@end example
 +
 +@item
 +Apply trembling effect:
 +@example
 +crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(n/10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(n/7)
 +@end example
 +
 +@item
 +Apply erratic camera effect depending on timestamp:
 +@example
 +crop=in_w/2:in_h/2:(in_w-out_w)/2+((in_w-out_w)/2)*sin(t*10):(in_h-out_h)/2 +((in_h-out_h)/2)*sin(t*13)"
 +@end example
 +
 +@item
 +Set x depending on the value of y:
 +@example
 +crop=in_w/2:in_h/2:y:10+10*sin(n/10)
 +@end example
 +@end itemize
 +
 +@subsection Commands
 +
 +This filter supports the following commands:
 +@table @option
 +@item w, out_w
 +@item h, out_h
 +@item x
 +@item y
 +Set width/height of the output video and the horizontal/vertical position
 +in the input video.
 +The command accepts the same syntax of the corresponding option.
 +
 +If the specified expression is not valid, it is kept at its current
 +value.
 +@end table
 +
 +@section cropdetect
 +
 +Auto-detect the crop size.
 +
 +It calculates the necessary cropping parameters and prints the
 +recommended parameters via the logging system. The detected dimensions
 +correspond to the non-black area of the input video.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item limit
 +Set higher black value threshold, which can be optionally specified
 +from nothing (0) to everything (255 for 8bit based formats). An intensity
 +value greater to the set value is considered non-black. It defaults to 24.
 +You can also specify a value between 0.0 and 1.0 which will be scaled depending
 +on the bitdepth of the pixel format.
 +
 +@item round
 +The value which the width/height should be divisible by. It defaults to
 +16. The offset is automatically adjusted to center the video. Use 2 to
 +get only even dimensions (needed for 4:2:2 video). 16 is best when
 +encoding to most video codecs.
 +
 +@item reset_count, reset
 +Set the counter that determines after how many frames cropdetect will
 +reset the previously detected largest video area and start over to
 +detect the current optimal crop area. Default value is 0.
 +
 +This can be useful when channel logos distort the video area. 0
 +indicates 'never reset', and returns the largest area encountered during
 +playback.
 +@end table
 +
 +@anchor{curves}
 +@section curves
 +
 +Apply color adjustments using curves.
 +
 +This filter is similar to the Adobe Photoshop and GIMP curves tools. Each
 +component (red, green and blue) has its values defined by @var{N} key points
 +tied from each other using a smooth curve. The x-axis represents the pixel
 +values from the input frame, and the y-axis the new pixel values to be set for
 +the output frame.
 +
 +By default, a component curve is defined by the two points @var{(0;0)} and
 +@var{(1;1)}. This creates a straight line where each original pixel value is
 +"adjusted" to its own value, which means no change to the image.
 +
 +The filter allows you to redefine these two points and add some more. A new
 +curve (using a natural cubic spline interpolation) will be define to pass
 +smoothly through all these new coordinates. The new defined points needs to be
 +strictly increasing over the x-axis, and their @var{x} and @var{y} values must
 +be in the @var{[0;1]} interval.  If the computed curves happened to go outside
 +the vector spaces, the values will be clipped accordingly.
 +
 +If there is no key point defined in @code{x=0}, the filter will automatically
 +insert a @var{(0;0)} point. In the same way, if there is no key point defined
 +in @code{x=1}, the filter will automatically insert a @var{(1;1)} point.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item preset
 +Select one of the available color presets. This option can be used in addition
 +to the @option{r}, @option{g}, @option{b} parameters; in this case, the later
 +options takes priority on the preset values.
 +Available presets are:
 +@table @samp
 +@item none
 +@item color_negative
 +@item cross_process
 +@item darker
 +@item increase_contrast
 +@item lighter
 +@item linear_contrast
 +@item medium_contrast
 +@item negative
 +@item strong_contrast
 +@item vintage
 +@end table
 +Default is @code{none}.
 +@item master, m
 +Set the master key points. These points will define a second pass mapping. It
 +is sometimes called a "luminance" or "value" mapping. It can be used with
 +@option{r}, @option{g}, @option{b} or @option{all} since it acts like a
 +post-processing LUT.
 +@item red, r
 +Set the key points for the red component.
 +@item green, g
 +Set the key points for the green component.
 +@item blue, b
 +Set the key points for the blue component.
 +@item all
 +Set the key points for all components (not including master).
 +Can be used in addition to the other key points component
 +options. In this case, the unset component(s) will fallback on this
 +@option{all} setting.
 +@item psfile
 +Specify a Photoshop curves file (@code{.acv}) to import the settings from.
 +@end table
 +
 +To avoid some filtergraph syntax conflicts, each key points list need to be
 +defined using the following syntax: @code{x0/y0 x1/y1 x2/y2 ...}.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Increase slightly the middle level of blue:
 +@example
 +curves=blue='0.5/0.58'
 +@end example
 +
 +@item
 +Vintage effect:
 +@example
 +curves=r='0/0.11 .42/.51 1/0.95':g='0.50/0.48':b='0/0.22 .49/.44 1/0.8'
 +@end example
 +Here we obtain the following coordinates for each components:
 +@table @var
 +@item red
 +@code{(0;0.11) (0.42;0.51) (1;0.95)}
 +@item green
 +@code{(0;0) (0.50;0.48) (1;1)}
 +@item blue
 +@code{(0;0.22) (0.49;0.44) (1;0.80)}
 +@end table
 +
 +@item
 +The previous example can also be achieved with the associated built-in preset:
 +@example
 +curves=preset=vintage
 +@end example
 +
 +@item
 +Or simply:
 +@example
 +curves=vintage
 +@end example
 +
 +@item
 +Use a Photoshop preset and redefine the points of the green component:
 +@example
 +curves=psfile='MyCurvesPresets/purple.acv':green='0.45/0.53'
 +@end example
 +@end itemize
 +
 +@section dctdnoiz
 +
 +Denoise frames using 2D DCT (frequency domain filtering).
 +
 +This filter is not designed for real time.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item sigma, s
 +Set the noise sigma constant.
 +
 +This @var{sigma} defines a hard threshold of @code{3 * sigma}; every DCT
 +coefficient (absolute value) below this threshold with be dropped.
 +
 +If you need a more advanced filtering, see @option{expr}.
 +
 +Default is @code{0}.
 +
 +@item overlap
 +Set number overlapping pixels for each block. Since the filter can be slow, you
 +may want to reduce this value, at the cost of a less effective filter and the
 +risk of various artefacts.
 +
 +If the overlapping value doesn't permit processing the whole input width or
 +height, a warning will be displayed and according borders won't be denoised.
 +
 +Default value is @var{blocksize}-1, which is the best possible setting.
 +
 +@item expr, e
 +Set the coefficient factor expression.
 +
 +For each coefficient of a DCT block, this expression will be evaluated as a
 +multiplier value for the coefficient.
 +
 +If this is option is set, the @option{sigma} option will be ignored.
 +
 +The absolute value of the coefficient can be accessed through the @var{c}
 +variable.
 +
 +@item n
 +Set the @var{blocksize} using the number of bits. @code{1<<@var{n}} defines the
 +@var{blocksize}, which is the width and height of the processed blocks.
 +
 +The default value is @var{3} (8x8) and can be raised to @var{4} for a
 +@var{blocksize} of 16x16. Note that changing this setting has huge consequences
 +on the speed processing. Also, a larger block size does not necessarily means a
 +better de-noising.
 +@end table
 +
 +@subsection Examples
 +
 +Apply a denoise with a @option{sigma} of @code{4.5}:
 +@example
 +dctdnoiz=4.5
 +@end example
 +
 +The same operation can be achieved using the expression system:
 +@example
 +dctdnoiz=e='gte(c, 4.5*3)'
 +@end example
 +
 +Violent denoise using a block size of @code{16x16}:
 +@example
 +dctdnoiz=15:n=4
 +@end example
 +
 +@section deband
 +
 +Remove banding artifacts from input video.
 +It works by replacing banded pixels with average value of referenced pixels.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item 1thr
 +@item 2thr
 +@item 3thr
 +@item 4thr
 +Set banding detection threshold for each plane. Default is 0.02.
 +Valid range is 0.00003 to 0.5.
 +If difference between current pixel and reference pixel is less than threshold,
 +it will be considered as banded.
 +
 +@item range, r
 +Banding detection range in pixels. Default is 16. If positive, random number
 +in range 0 to set value will be used. If negative, exact absolute value
 +will be used.
 +The range defines square of four pixels around current pixel.
 +
 +@item direction, d
 +Set direction in radians from which four pixel will be compared. If positive,
 +random direction from 0 to set direction will be picked. If negative, exact of
 +absolute value will be picked. For example direction 0, -PI or -2*PI radians
 +will pick only pixels on same row and -PI/2 will pick only pixels on same
 +column.
 +
 +@item blur
 +If enabled, current pixel is compared with average value of all four
 +surrounding pixels. The default is enabled. If disabled current pixel is
 +compared with all four surrounding pixels. The pixel is considered banded
 +if only all four differences with surrounding pixels are less than threshold.
 +@end table
 +
 +@anchor{decimate}
 +@section decimate
 +
 +Drop duplicated frames at regular intervals.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item cycle
 +Set the number of frames from which one will be dropped. Setting this to
 +@var{N} means one frame in every batch of @var{N} frames will be dropped.
 +Default is @code{5}.
 +
 +@item dupthresh
 +Set the threshold for duplicate detection. If the difference metric for a frame
 +is less than or equal to this value, then it is declared as duplicate. Default
 +is @code{1.1}
 +
 +@item scthresh
 +Set scene change threshold. Default is @code{15}.
 +
 +@item blockx
 +@item blocky
 +Set the size of the x and y-axis blocks used during metric calculations.
 +Larger blocks give better noise suppression, but also give worse detection of
 +small movements. Must be a power of two. Default is @code{32}.
 +
 +@item ppsrc
 +Mark main input as a pre-processed input and activate clean source input
 +stream. This allows the input to be pre-processed with various filters to help
 +the metrics calculation while keeping the frame selection lossless. When set to
 +@code{1}, the first stream is for the pre-processed input, and the second
 +stream is the clean source from where the kept frames are chosen. Default is
 +@code{0}.
 +
 +@item chroma
 +Set whether or not chroma is considered in the metric calculations. Default is
 +@code{1}.
 +@end table
 +
 +@section deflate
 +
 +Apply deflate effect to the video.
 +
 +This filter replaces the pixel by the local(3x3) average by taking into account
 +only values lower than the pixel.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item threshold0
 +@item threshold1
 +@item threshold2
 +@item threshold3
 +Limit the maximum change for each plane, default is 65535.
 +If 0, plane will remain unchanged.
 +@end table
 +
 +@section dejudder
 +
 +Remove judder produced by partially interlaced telecined content.
 +
 +Judder can be introduced, for instance, by @ref{pullup} filter. If the original
 +source was partially telecined content then the output of @code{pullup,dejudder}
 +will have a variable frame rate. May change the recorded frame rate of the
 +container. Aside from that change, this filter will not affect constant frame
 +rate video.
 +
 +The option available in this filter is:
 +@table @option
 +
 +@item cycle
 +Specify the length of the window over which the judder repeats.
 +
 +Accepts any integer greater than 1. Useful values are:
 +@table @samp
 +
 +@item 4
 +If the original was telecined from 24 to 30 fps (Film to NTSC).
 +
 +@item 5
 +If the original was telecined from 25 to 30 fps (PAL to NTSC).
 +
 +@item 20
 +If a mixture of the two.
 +@end table
 +
 +The default is @samp{4}.
 +@end table
 +
 +@section delogo
 +
 +Suppress a TV station logo by a simple interpolation of the surrounding
 +pixels. Just set a rectangle covering the logo and watch it disappear
 +(and sometimes something even uglier appear - your mileage may vary).
 +
 +It accepts the following parameters:
 +@table @option
 +
 +@item x
 +@item y
 +Specify the top left corner coordinates of the logo. They must be
 +specified.
 +
 +@item w
 +@item h
 +Specify the width and height of the logo to clear. They must be
 +specified.
 +
 +@item band, t
 +Specify the thickness of the fuzzy edge of the rectangle (added to
 +@var{w} and @var{h}). The default value is 1. This option is
 +deprecated, setting higher values should no longer be necessary and
 +is not recommended.
 +
 +@item show
 +When set to 1, a green rectangle is drawn on the screen to simplify
 +finding the right @var{x}, @var{y}, @var{w}, and @var{h} parameters.
 +The default value is 0.
 +
 +The rectangle is drawn on the outermost pixels which will be (partly)
 +replaced with interpolated values. The values of the next pixels
 +immediately outside this rectangle in each direction will be used to
 +compute the interpolated pixel values inside the rectangle.
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Set a rectangle covering the area with top left corner coordinates 0,0
 +and size 100x77, and a band of size 10:
 +@example
 +delogo=x=0:y=0:w=100:h=77:band=10
 +@end example
 +
 +@end itemize
 +
 +@section deshake
 +
 +Attempt to fix small changes in horizontal and/or vertical shift. This
 +filter helps remove camera shake from hand-holding a camera, bumping a
 +tripod, moving on a vehicle, etc.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +
 +@item x
 +@item y
 +@item w
 +@item h
 +Specify a rectangular area where to limit the search for motion
 +vectors.
 +If desired the search for motion vectors can be limited to a
 +rectangular area of the frame defined by its top left corner, width
 +and height. These parameters have the same meaning as the drawbox
 +filter which can be used to visualise the position of the bounding
 +box.
 +
 +This is useful when simultaneous movement of subjects within the frame
 +might be confused for camera motion by the motion vector search.
 +
 +If any or all of @var{x}, @var{y}, @var{w} and @var{h} are set to -1
 +then the full frame is used. This allows later options to be set
 +without specifying the bounding box for the motion vector search.
 +
 +Default - search the whole frame.
 +
 +@item rx
 +@item ry
 +Specify the maximum extent of movement in x and y directions in the
 +range 0-64 pixels. Default 16.
 +
 +@item edge
 +Specify how to generate pixels to fill blanks at the edge of the
 +frame. Available values are:
 +@table @samp
 +@item blank, 0
 +Fill zeroes at blank locations
 +@item original, 1
 +Original image at blank locations
 +@item clamp, 2
 +Extruded edge value at blank locations
 +@item mirror, 3
 +Mirrored edge at blank locations
 +@end table
 +Default value is @samp{mirror}.
 +
 +@item blocksize
 +Specify the blocksize to use for motion search. Range 4-128 pixels,
 +default 8.
 +
 +@item contrast
 +Specify the contrast threshold for blocks. Only blocks with more than
 +the specified contrast (difference between darkest and lightest
 +pixels) will be considered. Range 1-255, default 125.
 +
 +@item search
 +Specify the search strategy. Available values are:
 +@table @samp
 +@item exhaustive, 0
 +Set exhaustive search
 +@item less, 1
 +Set less exhaustive search.
 +@end table
 +Default value is @samp{exhaustive}.
 +
 +@item filename
 +If set then a detailed log of the motion search is written to the
 +specified file.
 +
 +@item opencl
 +If set to 1, specify using OpenCL capabilities, only available if
 +FFmpeg was configured with @code{--enable-opencl}. Default value is 0.
 +
 +@end table
 +
 +@section detelecine
 +
 +Apply an exact inverse of the telecine operation. It requires a predefined
 +pattern specified using the pattern option which must be the same as that passed
 +to the telecine filter.
 +
 +This filter accepts the following options:
 +
 +@table @option
 +@item first_field
 +@table @samp
 +@item top, t
 +top field first
 +@item bottom, b
 +bottom field first
 +The default value is @code{top}.
 +@end table
 +
 +@item pattern
 +A string of numbers representing the pulldown pattern you wish to apply.
 +The default value is @code{23}.
 +
 +@item start_frame
 +A number representing position of the first frame with respect to the telecine
 +pattern. This is to be used if the stream is cut. The default value is @code{0}.
 +@end table
 +
 +@section dilation
 +
 +Apply dilation effect to the video.
 +
 +This filter replaces the pixel by the local(3x3) maximum.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item threshold0
 +@item threshold1
 +@item threshold2
 +@item threshold3
 +Limit the maximum change for each plane, default is 65535.
 +If 0, plane will remain unchanged.
 +
 +@item coordinates
 +Flag which specifies the pixel to refer to. Default is 255 i.e. all eight
 +pixels are used.
 +
 +Flags to local 3x3 coordinates maps like this:
 +
 +    1 2 3
 +    4   5
 +    6 7 8
 +@end table
 +
 +@section displace
 +
 +Displace pixels as indicated by second and third input stream.
 +
 +It takes three input streams and outputs one stream, the first input is the
 +source, and second and third input are displacement maps.
 +
 +The second input specifies how much to displace pixels along the
 +x-axis, while the third input specifies how much to displace pixels
 +along the y-axis.
 +If one of displacement map streams terminates, last frame from that
 +displacement map will be used.
 +
 +Note that once generated, displacements maps can be reused over and over again.
 +
 +A description of the accepted options follows.
 +
 +@table @option
 +@item edge
 +Set displace behavior for pixels that are out of range.
 +
 +Available values are:
 +@table @samp
 +@item blank
 +Missing pixels are replaced by black pixels.
 +
 +@item smear
 +Adjacent pixels will spread out to replace missing pixels.
 +
 +@item wrap
 +Out of range pixels are wrapped so they point to pixels of other side.
 +@end table
 +Default is @samp{smear}.
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Add ripple effect to rgb input of video size hd720:
 +@example
 +ffmpeg -i INPUT -f lavfi -i nullsrc=s=hd720,lutrgb=128:128:128 -f lavfi -i nullsrc=s=hd720,geq='r=128+30*sin(2*PI*X/400+T):g=128+30*sin(2*PI*X/400+T):b=128+30*sin(2*PI*X/400+T)' -lavfi '[0][1][2]displace' OUTPUT
 +@end example
 +
 +@item
 +Add wave effect to rgb input of video size hd720:
 +@example
 +ffmpeg -i INPUT -f lavfi -i nullsrc=hd720,geq='r=128+80*(sin(sqrt((X-W/2)*(X-W/2)+(Y-H/2)*(Y-H/2))/220*2*PI+T)):g=128+80*(sin(sqrt((X-W/2)*(X-W/2)+(Y-H/2)*(Y-H/2))/220*2*PI+T)):b=128+80*(sin(sqrt((X-W/2)*(X-W/2)+(Y-H/2)*(Y-H/2))/220*2*PI+T))' -lavfi '[1]split[x][y],[0][x][y]displace' OUTPUT
 +@end example
 +@end itemize
 +
 +@section drawbox
 +
 +Draw a colored box on the input image.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item x
 +@item y
 +The expressions which specify the top left corner coordinates of the box. It defaults to 0.
 +
 +@item width, w
 +@item height, h
 +The expressions which specify the width and height of the box; if 0 they are interpreted as
 +the input width and height. It defaults to 0.
 +
 +@item color, c
 +Specify the color of the box to write. For the general syntax of this option,
 +check the "Color" section in the ffmpeg-utils manual. If the special
 +value @code{invert} is used, the box edge color is the same as the
 +video with inverted luma.
 +
 +@item thickness, t
 +The expression which sets the thickness of the box edge. Default value is @code{3}.
 +
 +See below for the list of accepted constants.
 +@end table
 +
 +The parameters for @var{x}, @var{y}, @var{w} and @var{h} and @var{t} are expressions containing the
 +following constants:
 +
 +@table @option
 +@item dar
 +The input display aspect ratio, it is the same as (@var{w} / @var{h}) * @var{sar}.
 +
 +@item hsub
 +@item vsub
 +horizontal and vertical chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +
 +@item in_h, ih
 +@item in_w, iw
 +The input width and height.
 +
 +@item sar
 +The input sample aspect ratio.
 +
 +@item x
 +@item y
 +The x and y offset coordinates where the box is drawn.
 +
 +@item w
 +@item h
 +The width and height of the drawn box.
 +
 +@item t
 +The thickness of the drawn box.
 +
 +These constants allow the @var{x}, @var{y}, @var{w}, @var{h} and @var{t} expressions to refer to
 +each other, so you may for example specify @code{y=x/dar} or @code{h=w/dar}.
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Draw a black box around the edge of the input image:
 +@example
 +drawbox
 +@end example
 +
 +@item
 +Draw a box with color red and an opacity of 50%:
 +@example
 +drawbox=10:20:200:60:red@@0.5
 +@end example
 +
 +The previous example can be specified as:
 +@example
 +drawbox=x=10:y=20:w=200:h=60:color=red@@0.5
 +@end example
 +
 +@item
 +Fill the box with pink color:
 +@example
 +drawbox=x=10:y=10:w=100:h=100:color=pink@@0.5:t=max
 +@end example
 +
 +@item
 +Draw a 2-pixel red 2.40:1 mask:
 +@example
 +drawbox=x=-t:y=0.5*(ih-iw/2.4)-t:w=iw+t*2:h=iw/2.4+t*2:t=2:c=red
 +@end example
 +@end itemize
 +
 +@section drawgraph, adrawgraph
 +
 +Draw a graph using input video or audio metadata.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item m1
 +Set 1st frame metadata key from which metadata values will be used to draw a graph.
 +
 +@item fg1
 +Set 1st foreground color expression.
 +
 +@item m2
 +Set 2nd frame metadata key from which metadata values will be used to draw a graph.
 +
 +@item fg2
 +Set 2nd foreground color expression.
 +
 +@item m3
 +Set 3rd frame metadata key from which metadata values will be used to draw a graph.
 +
 +@item fg3
 +Set 3rd foreground color expression.
 +
 +@item m4
 +Set 4th frame metadata key from which metadata values will be used to draw a graph.
 +
 +@item fg4
 +Set 4th foreground color expression.
 +
 +@item min
 +Set minimal value of metadata value.
 +
 +@item max
 +Set maximal value of metadata value.
 +
 +@item bg
 +Set graph background color. Default is white.
 +
 +@item mode
 +Set graph mode.
 +
 +Available values for mode is:
 +@table @samp
 +@item bar
 +@item dot
 +@item line
 +@end table
 +
 +Default is @code{line}.
 +
 +@item slide
 +Set slide mode.
 +
 +Available values for slide is:
 +@table @samp
 +@item frame
 +Draw new frame when right border is reached.
 +
 +@item replace
 +Replace old columns with new ones.
 +
 +@item scroll
 +Scroll from right to left.
 +
 +@item rscroll
 +Scroll from left to right.
 +@end table
 +
 +Default is @code{frame}.
 +
 +@item size
 +Set size of graph video. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +The default value is @code{900x256}.
 +
 +The foreground color expressions can use the following variables:
 +@table @option
 +@item MIN
 +Minimal value of metadata value.
 +
 +@item MAX
 +Maximal value of metadata value.
 +
 +@item VAL
 +Current metadata key value.
 +@end table
 +
 +The color is defined as 0xAABBGGRR.
 +@end table
 +
 +Example using metadata from @ref{signalstats} filter:
 +@example
 +signalstats,drawgraph=lavfi.signalstats.YAVG:min=0:max=255
 +@end example
 +
 +Example using metadata from @ref{ebur128} filter:
 +@example
 +ebur128=metadata=1,adrawgraph=lavfi.r128.M:min=-120:max=5
 +@end example
 +
 +@section drawgrid
 +
 +Draw a grid on the input image.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item x
 +@item y
 +The expressions which specify the coordinates of some point of grid intersection (meant to configure offset). Both default to 0.
 +
 +@item width, w
 +@item height, h
 +The expressions which specify the width and height of the grid cell, if 0 they are interpreted as the
 +input width and height, respectively, minus @code{thickness}, so image gets
 +framed. Default to 0.
 +
 +@item color, c
 +Specify the color of the grid. For the general syntax of this option,
 +check the "Color" section in the ffmpeg-utils manual. If the special
 +value @code{invert} is used, the grid color is the same as the
 +video with inverted luma.
 +
 +@item thickness, t
 +The expression which sets the thickness of the grid line. Default value is @code{1}.
 +
 +See below for the list of accepted constants.
 +@end table
 +
 +The parameters for @var{x}, @var{y}, @var{w} and @var{h} and @var{t} are expressions containing the
 +following constants:
 +
 +@table @option
 +@item dar
 +The input display aspect ratio, it is the same as (@var{w} / @var{h}) * @var{sar}.
 +
 +@item hsub
 +@item vsub
 +horizontal and vertical chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +
 +@item in_h, ih
 +@item in_w, iw
 +The input grid cell width and height.
 +
 +@item sar
 +The input sample aspect ratio.
 +
 +@item x
 +@item y
 +The x and y coordinates of some point of grid intersection (meant to configure offset).
 +
 +@item w
 +@item h
 +The width and height of the drawn cell.
 +
 +@item t
 +The thickness of the drawn cell.
 +
 +These constants allow the @var{x}, @var{y}, @var{w}, @var{h} and @var{t} expressions to refer to
 +each other, so you may for example specify @code{y=x/dar} or @code{h=w/dar}.
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Draw a grid with cell 100x100 pixels, thickness 2 pixels, with color red and an opacity of 50%:
 +@example
 +drawgrid=width=100:height=100:thickness=2:color=red@@0.5
 +@end example
 +
 +@item
 +Draw a white 3x3 grid with an opacity of 50%:
 +@example
 +drawgrid=w=iw/3:h=ih/3:t=2:c=white@@0.5
 +@end example
 +@end itemize
 +
 +@anchor{drawtext}
 +@section drawtext
 +
 +Draw a text string or text from a specified file on top of a video, using the
 +libfreetype library.
 +
 +To enable compilation of this filter, you need to configure FFmpeg with
 +@code{--enable-libfreetype}.
 +To enable default font fallback and the @var{font} option you need to
 +configure FFmpeg with @code{--enable-libfontconfig}.
 +To enable the @var{text_shaping} option, you need to configure FFmpeg with
 +@code{--enable-libfribidi}.
 +
 +@subsection Syntax
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item box
 +Used to draw a box around text using the background color.
 +The value must be either 1 (enable) or 0 (disable).
 +The default value of @var{box} is 0.
 +
 +@item boxborderw
 +Set the width of the border to be drawn around the box using @var{boxcolor}.
 +The default value of @var{boxborderw} is 0.
 +
 +@item boxcolor
 +The color to be used for drawing box around text. For the syntax of this
 +option, check the "Color" section in the ffmpeg-utils manual.
 +
 +The default value of @var{boxcolor} is "white".
 +
 +@item borderw
 +Set the width of the border to be drawn around the text using @var{bordercolor}.
 +The default value of @var{borderw} is 0.
 +
 +@item bordercolor
 +Set the color to be used for drawing border around text. For the syntax of this
 +option, check the "Color" section in the ffmpeg-utils manual.
 +
 +The default value of @var{bordercolor} is "black".
 +
 +@item expansion
 +Select how the @var{text} is expanded. Can be either @code{none},
 +@code{strftime} (deprecated) or
 +@code{normal} (default). See the @ref{drawtext_expansion, Text expansion} section
 +below for details.
 +
 +@item fix_bounds
 +If true, check and fix text coords to avoid clipping.
 +
 +@item fontcolor
 +The color to be used for drawing fonts. For the syntax of this option, check
 +the "Color" section in the ffmpeg-utils manual.
 +
 +The default value of @var{fontcolor} is "black".
 +
 +@item fontcolor_expr
 +String which is expanded the same way as @var{text} to obtain dynamic
 +@var{fontcolor} value. By default this option has empty value and is not
 +processed. When this option is set, it overrides @var{fontcolor} option.
 +
 +@item font
 +The font family to be used for drawing text. By default Sans.
 +
 +@item fontfile
 +The font file to be used for drawing text. The path must be included.
 +This parameter is mandatory if the fontconfig support is disabled.
 +
 +@item draw
 +This option does not exist, please see the timeline system
 +
 +@item alpha
 +Draw the text applying alpha blending. The value can
 +be either a number between 0.0 and 1.0
 +The expression accepts the same variables @var{x, y} do.
 +The default value is 1.
 +Please see fontcolor_expr
 +
 +@item fontsize
 +The font size to be used for drawing text.
 +The default value of @var{fontsize} is 16.
 +
 +@item text_shaping
 +If set to 1, attempt to shape the text (for example, reverse the order of
 +right-to-left text and join Arabic characters) before drawing it.
 +Otherwise, just draw the text exactly as given.
 +By default 1 (if supported).
 +
 +@item ft_load_flags
 +The flags to be used for loading the fonts.
 +
 +The flags map the corresponding flags supported by libfreetype, and are
 +a combination of the following values:
 +@table @var
 +@item default
 +@item no_scale
 +@item no_hinting
 +@item render
 +@item no_bitmap
 +@item vertical_layout
 +@item force_autohint
 +@item crop_bitmap
 +@item pedantic
 +@item ignore_global_advance_width
 +@item no_recurse
 +@item ignore_transform
 +@item monochrome
 +@item linear_design
 +@item no_autohint
 +@end table
 +
 +Default value is "default".
 +
 +For more information consult the documentation for the FT_LOAD_*
 +libfreetype flags.
 +
 +@item shadowcolor
 +The color to be used for drawing a shadow behind the drawn text. For the
 +syntax of this option, check the "Color" section in the ffmpeg-utils manual.
 +
 +The default value of @var{shadowcolor} is "black".
 +
 +@item shadowx
 +@item shadowy
 +The x and y offsets for the text shadow position with respect to the
 +position of the text. They can be either positive or negative
 +values. The default value for both is "0".
 +
 +@item start_number
 +The starting frame number for the n/frame_num variable. The default value
 +is "0".
 +
 +@item tabsize
 +The size in number of spaces to use for rendering the tab.
 +Default value is 4.
 +
 +@item timecode
 +Set the initial timecode representation in "hh:mm:ss[:;.]ff"
 +format. It can be used with or without text parameter. @var{timecode_rate}
 +option must be specified.
 +
 +@item timecode_rate, rate, r
 +Set the timecode frame rate (timecode only).
 +
 +@item text
 +The text string to be drawn. The text must be a sequence of UTF-8
 +encoded characters.
 +This parameter is mandatory if no file is specified with the parameter
 +@var{textfile}.
 +
 +@item textfile
 +A text file containing text to be drawn. The text must be a sequence
 +of UTF-8 encoded characters.
 +
 +This parameter is mandatory if no text string is specified with the
 +parameter @var{text}.
 +
 +If both @var{text} and @var{textfile} are specified, an error is thrown.
 +
 +@item reload
 +If set to 1, the @var{textfile} will be reloaded before each frame.
 +Be sure to update it atomically, or it may be read partially, or even fail.
 +
 +@item x
 +@item y
 +The expressions which specify the offsets where text will be drawn
 +within the video frame. They are relative to the top/left border of the
 +output image.
 +
 +The default value of @var{x} and @var{y} is "0".
 +
 +See below for the list of accepted constants and functions.
 +@end table
 +
 +The parameters for @var{x} and @var{y} are expressions containing the
 +following constants and functions:
 +
 +@table @option
 +@item dar
 +input display aspect ratio, it is the same as (@var{w} / @var{h}) * @var{sar}
 +
 +@item hsub
 +@item vsub
 +horizontal and vertical chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +
 +@item line_h, lh
 +the height of each text line
 +
 +@item main_h, h, H
 +the input height
 +
 +@item main_w, w, W
 +the input width
 +
 +@item max_glyph_a, ascent
 +the maximum distance from the baseline to the highest/upper grid
 +coordinate used to place a glyph outline point, for all the rendered
 +glyphs.
 +It is a positive value, due to the grid's orientation with the Y axis
 +upwards.
 +
 +@item max_glyph_d, descent
 +the maximum distance from the baseline to the lowest grid coordinate
 +used to place a glyph outline point, for all the rendered glyphs.
 +This is a negative value, due to the grid's orientation, with the Y axis
 +upwards.
 +
 +@item max_glyph_h
 +maximum glyph height, that is the maximum height for all the glyphs
 +contained in the rendered text, it is equivalent to @var{ascent} -
 +@var{descent}.
 +
 +@item max_glyph_w
 +maximum glyph width, that is the maximum width for all the glyphs
 +contained in the rendered text
 +
 +@item n
 +the number of input frame, starting from 0
 +
 +@item rand(min, max)
 +return a random number included between @var{min} and @var{max}
 +
 +@item sar
 +The input sample aspect ratio.
 +
 +@item t
 +timestamp expressed in seconds, NAN if the input timestamp is unknown
 +
 +@item text_h, th
 +the height of the rendered text
 +
 +@item text_w, tw
 +the width of the rendered text
 +
 +@item x
 +@item y
 +the x and y offset coordinates where the text is drawn.
 +
 +These parameters allow the @var{x} and @var{y} expressions to refer
 +each other, so you can for example specify @code{y=x/dar}.
 +@end table
 +
 +@anchor{drawtext_expansion}
 +@subsection Text expansion
 +
 +If @option{expansion} is set to @code{strftime},
 +the filter recognizes strftime() sequences in the provided text and
 +expands them accordingly. Check the documentation of strftime(). This
 +feature is deprecated.
 +
 +If @option{expansion} is set to @code{none}, the text is printed verbatim.
 +
 +If @option{expansion} is set to @code{normal} (which is the default),
 +the following expansion mechanism is used.
 +
 +The backslash character @samp{\}, followed by any character, always expands to
 +the second character.
 +
 +Sequence of the form @code{%@{...@}} are expanded. The text between the
 +braces is a function name, possibly followed by arguments separated by ':'.
 +If the arguments contain special characters or delimiters (':' or '@}'),
 +they should be escaped.
 +
 +Note that they probably must also be escaped as the value for the
 +@option{text} option in the filter argument string and as the filter
 +argument in the filtergraph description, and possibly also for the shell,
 +that makes up to four levels of escaping; using a text file avoids these
 +problems.
 +
 +The following functions are available:
 +
 +@table @command
 +
 +@item expr, e
 +The expression evaluation result.
 +
 +It must take one argument specifying the expression to be evaluated,
 +which accepts the same constants and functions as the @var{x} and
 +@var{y} values. Note that not all constants should be used, for
 +example the text size is not known when evaluating the expression, so
 +the constants @var{text_w} and @var{text_h} will have an undefined
 +value.
 +
 +@item expr_int_format, eif
 +Evaluate the expression's value and output as formatted integer.
 +
 +The first argument is the expression to be evaluated, just as for the @var{expr} function.
 +The second argument specifies the output format. Allowed values are @samp{x},
 +@samp{X}, @samp{d} and @samp{u}. They are treated exactly as in the
 +@code{printf} function.
 +The third parameter is optional and sets the number of positions taken by the output.
 +It can be used to add padding with zeros from the left.
 +
 +@item gmtime
 +The time at which the filter is running, expressed in UTC.
 +It can accept an argument: a strftime() format string.
 +
 +@item localtime
 +The time at which the filter is running, expressed in the local time zone.
 +It can accept an argument: a strftime() format string.
 +
 +@item metadata
 +Frame metadata. It must take one argument specifying metadata key.
 +
 +@item n, frame_num
 +The frame number, starting from 0.
 +
 +@item pict_type
 +A 1 character description of the current picture type.
 +
 +@item pts
 +The timestamp of the current frame.
 +It can take up to three arguments.
 +
 +The first argument is the format of the timestamp; it defaults to @code{flt}
 +for seconds as a decimal number with microsecond accuracy; @code{hms} stands
 +for a formatted @var{[-]HH:MM:SS.mmm} timestamp with millisecond accuracy.
 +@code{gmtime} stands for the timestamp of the frame formatted as UTC time;
 +@code{localtime} stands for the timestamp of the frame formatted as
 +local time zone time.
 +
 +The second argument is an offset added to the timestamp.
 +
 +If the format is set to @code{localtime} or @code{gmtime},
 +a third argument may be supplied: a strftime() format string.
 +By default, @var{YYYY-MM-DD HH:MM:SS} format will be used.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Draw "Test Text" with font FreeSerif, using the default values for the
 +optional parameters.
 +
 +@example
 +drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text'"
 +@end example
 +
 +@item
 +Draw 'Test Text' with font FreeSerif of size 24 at position x=100
 +and y=50 (counting from the top-left corner of the screen), text is
 +yellow with a red box around it. Both the text and the box have an
 +opacity of 20%.
 +
 +@example
 +drawtext="fontfile=/usr/share/fonts/truetype/freefont/FreeSerif.ttf: text='Test Text':\
 +          x=100: y=50: fontsize=24: fontcolor=yellow@@0.2: box=1: boxcolor=red@@0.2"
 +@end example
 +
 +Note that the double quotes are not necessary if spaces are not used
 +within the parameter list.
 +
 +@item
 +Show the text at the center of the video frame:
 +@example
 +drawtext="fontsize=30:fontfile=FreeSerif.ttf:text='hello world':x=(w-text_w)/2:y=(h-text_h)/2"
 +@end example
 +
 +@item
 +Show a text line sliding from right to left in the last row of the video
 +frame. The file @file{LONG_LINE} is assumed to contain a single line
 +with no newlines.
 +@example
 +drawtext="fontsize=15:fontfile=FreeSerif.ttf:text=LONG_LINE:y=h-line_h:x=-50*t"
 +@end example
 +
 +@item
 +Show the content of file @file{CREDITS} off the bottom of the frame and scroll up.
 +@example
 +drawtext="fontsize=20:fontfile=FreeSerif.ttf:textfile=CREDITS:y=h-20*t"
 +@end example
 +
 +@item
 +Draw a single green letter "g", at the center of the input video.
 +The glyph baseline is placed at half screen height.
 +@example
 +drawtext="fontsize=60:fontfile=FreeSerif.ttf:fontcolor=green:text=g:x=(w-max_glyph_w)/2:y=h/2-ascent"
 +@end example
 +
 +@item
 +Show text for 1 second every 3 seconds:
 +@example
 +drawtext="fontfile=FreeSerif.ttf:fontcolor=white:x=100:y=x/dar:enable=lt(mod(t\,3)\,1):text='blink'"
 +@end example
 +
 +@item
 +Use fontconfig to set the font. Note that the colons need to be escaped.
 +@example
 +drawtext='fontfile=Linux Libertine O-40\:style=Semibold:text=FFmpeg'
 +@end example
 +
 +@item
 +Print the date of a real-time encoding (see strftime(3)):
 +@example
 +drawtext='fontfile=FreeSans.ttf:text=%@{localtime\:%a %b %d %Y@}'
 +@end example
 +
 +@item
 +Show text fading in and out (appearing/disappearing):
 +@example
 +#!/bin/sh
 +DS=1.0 # display start
 +DE=10.0 # display end
 +FID=1.5 # fade in duration
 +FOD=5 # fade out duration
 +ffplay -f lavfi "color,drawtext=text=TEST:fontsize=50:fontfile=FreeSerif.ttf:fontcolor_expr=ff0000%@{eif\\\\: clip(255*(1*between(t\\, $DS + $FID\\, $DE - $FOD) + ((t - $DS)/$FID)*between(t\\, $DS\\, $DS + $FID) + (-(t - $DE)/$FOD)*between(t\\, $DE - $FOD\\, $DE) )\\, 0\\, 255) \\\\: x\\\\: 2 @}"
 +@end example
 +
 +@end itemize
 +
 +For more information about libfreetype, check:
 +@url{http://www.freetype.org/}.
 +
 +For more information about fontconfig, check:
 +@url{http://freedesktop.org/software/fontconfig/fontconfig-user.html}.
 +
 +For more information about libfribidi, check:
 +@url{http://fribidi.org/}.
 +
 +@section edgedetect
 +
 +Detect and draw edges. The filter uses the Canny Edge Detection algorithm.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item low
 +@item high
 +Set low and high threshold values used by the Canny thresholding
 +algorithm.
 +
 +The high threshold selects the "strong" edge pixels, which are then
 +connected through 8-connectivity with the "weak" edge pixels selected
 +by the low threshold.
 +
 +@var{low} and @var{high} threshold values must be chosen in the range
 +[0,1], and @var{low} should be lesser or equal to @var{high}.
 +
 +Default value for @var{low} is @code{20/255}, and default value for @var{high}
 +is @code{50/255}.
 +
 +@item mode
 +Define the drawing mode.
 +
 +@table @samp
 +@item wires
 +Draw white/gray wires on black background.
 +
 +@item colormix
 +Mix the colors to create a paint/cartoon effect.
 +@end table
 +
 +Default value is @var{wires}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Standard edge detection with custom values for the hysteresis thresholding:
 +@example
 +edgedetect=low=0.1:high=0.4
 +@end example
 +
 +@item
 +Painting effect without thresholding:
 +@example
 +edgedetect=mode=colormix:high=0
 +@end example
 +@end itemize
 +
 +@section eq
 +Set brightness, contrast, saturation and approximate gamma adjustment.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item contrast
 +Set the contrast expression. The value must be a float value in range
 +@code{-2.0} to @code{2.0}. The default value is "1".
 +
 +@item brightness
 +Set the brightness expression. The value must be a float value in
 +range @code{-1.0} to @code{1.0}. The default value is "0".
 +
 +@item saturation
 +Set the saturation expression. The value must be a float in
 +range @code{0.0} to @code{3.0}. The default value is "1".
 +
 +@item gamma
 +Set the gamma expression. The value must be a float in range
 +@code{0.1} to @code{10.0}.  The default value is "1".
 +
 +@item gamma_r
 +Set the gamma expression for red. The value must be a float in
 +range @code{0.1} to @code{10.0}. The default value is "1".
 +
 +@item gamma_g
 +Set the gamma expression for green. The value must be a float in range
 +@code{0.1} to @code{10.0}. The default value is "1".
 +
 +@item gamma_b
 +Set the gamma expression for blue. The value must be a float in range
 +@code{0.1} to @code{10.0}. The default value is "1".
 +
 +@item gamma_weight
 +Set the gamma weight expression. It can be used to reduce the effect
 +of a high gamma value on bright image areas, e.g. keep them from
 +getting overamplified and just plain white. The value must be a float
 +in range @code{0.0} to @code{1.0}. A value of @code{0.0} turns the
 +gamma correction all the way down while @code{1.0} leaves it at its
 +full strength. Default is "1".
 +
 +@item eval
 +Set when the expressions for brightness, contrast, saturation and
 +gamma expressions are evaluated.
 +
 +It accepts the following values:
 +@table @samp
 +@item init
 +only evaluate expressions once during the filter initialization or
 +when a command is processed
 +
 +@item frame
 +evaluate expressions for each incoming frame
 +@end table
 +
 +Default value is @samp{init}.
 +@end table
 +
 +The expressions accept the following parameters:
 +@table @option
 +@item n
 +frame count of the input frame starting from 0
 +
 +@item pos
 +byte position of the corresponding packet in the input file, NAN if
 +unspecified
 +
 +@item r
 +frame rate of the input video, NAN if the input frame rate is unknown
 +
 +@item t
 +timestamp expressed in seconds, NAN if the input timestamp is unknown
 +@end table
 +
 +@subsection Commands
 +The filter supports the following commands:
 +
 +@table @option
 +@item contrast
 +Set the contrast expression.
 +
 +@item brightness
 +Set the brightness expression.
 +
 +@item saturation
 +Set the saturation expression.
 +
 +@item gamma
 +Set the gamma expression.
 +
 +@item gamma_r
 +Set the gamma_r expression.
 +
 +@item gamma_g
 +Set gamma_g expression.
 +
 +@item gamma_b
 +Set gamma_b expression.
 +
 +@item gamma_weight
 +Set gamma_weight expression.
 +
 +The command accepts the same syntax of the corresponding option.
 +
 +If the specified expression is not valid, it is kept at its current
 +value.
 +
 +@end table
 +
 +@section erosion
 +
 +Apply erosion effect to the video.
 +
 +This filter replaces the pixel by the local(3x3) minimum.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item threshold0
 +@item threshold1
 +@item threshold2
 +@item threshold3
 +Limit the maximum change for each plane, default is 65535.
 +If 0, plane will remain unchanged.
 +
 +@item coordinates
 +Flag which specifies the pixel to refer to. Default is 255 i.e. all eight
 +pixels are used.
 +
 +Flags to local 3x3 coordinates maps like this:
 +
 +    1 2 3
 +    4   5
 +    6 7 8
 +@end table
 +
 +@section extractplanes
 +
 +Extract color channel components from input video stream into
 +separate grayscale video streams.
 +
 +The filter accepts the following option:
 +
 +@table @option
 +@item planes
 +Set plane(s) to extract.
 +
 +Available values for planes are:
 +@table @samp
 +@item y
 +@item u
 +@item v
 +@item a
 +@item r
 +@item g
 +@item b
 +@end table
 +
 +Choosing planes not available in the input will result in an error.
 +That means you cannot select @code{r}, @code{g}, @code{b} planes
 +with @code{y}, @code{u}, @code{v} planes at same time.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Extract luma, u and v color channel component from input video frame
 +into 3 grayscale outputs:
 +@example
 +ffmpeg -i video.avi -filter_complex 'extractplanes=y+u+v[y][u][v]' -map '[y]' y.avi -map '[u]' u.avi -map '[v]' v.avi
 +@end example
 +@end itemize
 +
 +@section elbg
 +
 +Apply a posterize effect using the ELBG (Enhanced LBG) algorithm.
 +
 +For each input image, the filter will compute the optimal mapping from
 +the input to the output given the codebook length, that is the number
 +of distinct output colors.
 +
 +This filter accepts the following options.
 +
 +@table @option
 +@item codebook_length, l
 +Set codebook length. The value must be a positive integer, and
 +represents the number of distinct output colors. Default value is 256.
 +
 +@item nb_steps, n
 +Set the maximum number of iterations to apply for computing the optimal
 +mapping. The higher the value the better the result and the higher the
 +computation time. Default value is 1.
 +
 +@item seed, s
 +Set a random seed, must be an integer included between 0 and
 +UINT32_MAX. If not specified, or if explicitly set to -1, the filter
 +will try to use a good random seed on a best effort basis.
 +
 +@item pal8
 +Set pal8 output pixel format. This option does not work with codebook
 +length greater than 256.
 +@end table
 +
 +@section fade
 +
 +Apply a fade-in/out effect to the input video.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item type, t
 +The effect type can be either "in" for a fade-in, or "out" for a fade-out
 +effect.
 +Default is @code{in}.
 +
 +@item start_frame, s
 +Specify the number of the frame to start applying the fade
 +effect at. Default is 0.
 +
 +@item nb_frames, n
 +The number of frames that the fade effect lasts. At the end of the
 +fade-in effect, the output video will have the same intensity as the input video.
 +At the end of the fade-out transition, the output video will be filled with the
 +selected @option{color}.
 +Default is 25.
 +
 +@item alpha
 +If set to 1, fade only alpha channel, if one exists on the input.
 +Default value is 0.
 +
 +@item start_time, st
 +Specify the timestamp (in seconds) of the frame to start to apply the fade
 +effect. If both start_frame and start_time are specified, the fade will start at
 +whichever comes last.  Default is 0.
 +
 +@item duration, d
 +The number of seconds for which the fade effect has to last. At the end of the
 +fade-in effect the output video will have the same intensity as the input video,
 +at the end of the fade-out transition the output video will be filled with the
 +selected @option{color}.
 +If both duration and nb_frames are specified, duration is used. Default is 0
 +(nb_frames is used by default).
 +
 +@item color, c
 +Specify the color of the fade. Default is "black".
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Fade in the first 30 frames of video:
 +@example
 +fade=in:0:30
 +@end example
 +
 +The command above is equivalent to:
 +@example
 +fade=t=in:s=0:n=30
 +@end example
 +
 +@item
 +Fade out the last 45 frames of a 200-frame video:
 +@example
 +fade=out:155:45
 +fade=type=out:start_frame=155:nb_frames=45
 +@end example
 +
 +@item
 +Fade in the first 25 frames and fade out the last 25 frames of a 1000-frame video:
 +@example
 +fade=in:0:25, fade=out:975:25
 +@end example
 +
 +@item
 +Make the first 5 frames yellow, then fade in from frame 5-24:
 +@example
 +fade=in:5:20:color=yellow
 +@end example
 +
 +@item
 +Fade in alpha over first 25 frames of video:
 +@example
 +fade=in:0:25:alpha=1
 +@end example
 +
 +@item
 +Make the first 5.5 seconds black, then fade in for 0.5 seconds:
 +@example
 +fade=t=in:st=5.5:d=0.5
 +@end example
 +
 +@end itemize
 +
 +@section fftfilt
 +Apply arbitrary expressions to samples in frequency domain
 +
 +@table @option
 +@item dc_Y
 +Adjust the dc value (gain) of the luma plane of the image. The filter
 +accepts an integer value in range @code{0} to @code{1000}. The default
 +value is set to @code{0}.
 +
 +@item dc_U
 +Adjust the dc value (gain) of the 1st chroma plane of the image. The
 +filter accepts an integer value in range @code{0} to @code{1000}. The
 +default value is set to @code{0}.
 +
 +@item dc_V
 +Adjust the dc value (gain) of the 2nd chroma plane of the image. The
 +filter accepts an integer value in range @code{0} to @code{1000}. The
 +default value is set to @code{0}.
 +
 +@item weight_Y
 +Set the frequency domain weight expression for the luma plane.
 +
 +@item weight_U
 +Set the frequency domain weight expression for the 1st chroma plane.
 +
 +@item weight_V
 +Set the frequency domain weight expression for the 2nd chroma plane.
 +
 +The filter accepts the following variables:
 +@item X
 +@item Y
 +The coordinates of the current sample.
 +
 +@item W
 +@item H
 +The width and height of the image.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +High-pass:
 +@example
 +fftfilt=dc_Y=128:weight_Y='squish(1-(Y+X)/100)'
 +@end example
 +
 +@item
 +Low-pass:
 +@example
 +fftfilt=dc_Y=0:weight_Y='squish((Y+X)/100-1)'
 +@end example
 +
 +@item
 +Sharpen:
 +@example
 +fftfilt=dc_Y=0:weight_Y='1+squish(1-(Y+X)/100)'
 +@end example
 +
 +@item
 +Blur:
 +@example
 +fftfilt=dc_Y=0:weight_Y='exp(-4 * ((Y+X)/(W+H)))'
 +@end example
 +
 +@end itemize
 +
 +@section field
 +
 +Extract a single field from an interlaced image using stride
 +arithmetic to avoid wasting CPU time. The output frames are marked as
 +non-interlaced.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item type
 +Specify whether to extract the top (if the value is @code{0} or
 +@code{top}) or the bottom field (if the value is @code{1} or
 +@code{bottom}).
 +@end table
 +
 +@section fieldhint
 +
 +Create new frames by copying the top and bottom fields from surrounding frames
 +supplied as numbers by the hint file.
 +
 +@table @option
 +@item hint
 +Set file containing hints: absolute/relative frame numbers.
 +
 +There must be one line for each frame in a clip. Each line must contain two
 +numbers separated by the comma, optionally followed by @code{-} or @code{+}.
 +Numbers supplied on each line of file can not be out of [N-1,N+1] where N
 +is current frame number for @code{absolute} mode or out of [-1, 1] range
 +for @code{relative} mode. First number tells from which frame to pick up top
 +field and second number tells from which frame to pick up bottom field.
 +
 +If optionally followed by @code{+} output frame will be marked as interlaced,
 +else if followed by @code{-} output frame will be marked as progressive, else
 +it will be marked same as input frame.
 +If line starts with @code{#} or @code{;} that line is skipped.
 +
 +@item mode
 +Can be item @code{absolute} or @code{relative}. Default is @code{absolute}.
 +@end table
 +
 +Example of first several lines of @code{hint} file for @code{relative} mode:
 +@example
 +0,0 - # first frame
 +1,0 - # second frame, use third's frame top field and second's frame bottom field
 +1,0 - # third frame, use fourth's frame top field and third's frame bottom field
 +1,0 -
 +0,0 -
 +0,0 -
 +1,0 -
 +1,0 -
 +1,0 -
 +0,0 -
 +0,0 -
 +1,0 -
 +1,0 -
 +1,0 -
 +0,0 -
 +@end example
 +
 +@section fieldmatch
 +
 +Field matching filter for inverse telecine. It is meant to reconstruct the
 +progressive frames from a telecined stream. The filter does not drop duplicated
 +frames, so to achieve a complete inverse telecine @code{fieldmatch} needs to be
 +followed by a decimation filter such as @ref{decimate} in the filtergraph.
 +
 +The separation of the field matching and the decimation is notably motivated by
 +the possibility of inserting a de-interlacing filter fallback between the two.
 +If the source has mixed telecined and real interlaced content,
 +@code{fieldmatch} will not be able to match fields for the interlaced parts.
 +But these remaining combed frames will be marked as interlaced, and thus can be
 +de-interlaced by a later filter such as @ref{yadif} before decimation.
 +
 +In addition to the various configuration options, @code{fieldmatch} can take an
 +optional second stream, activated through the @option{ppsrc} option. If
 +enabled, the frames reconstruction will be based on the fields and frames from
 +this second stream. This allows the first input to be pre-processed in order to
 +help the various algorithms of the filter, while keeping the output lossless
 +(assuming the fields are matched properly). Typically, a field-aware denoiser,
 +or brightness/contrast adjustments can help.
 +
 +Note that this filter uses the same algorithms as TIVTC/TFM (AviSynth project)
 +and VIVTC/VFM (VapourSynth project). The later is a light clone of TFM from
 +which @code{fieldmatch} is based on. While the semantic and usage are very
 +close, some behaviour and options names can differ.
 +
 +The @ref{decimate} filter currently only works for constant frame rate input.
 +If your input has mixed telecined (30fps) and progressive content with a lower
 +framerate like 24fps use the following filterchain to produce the necessary cfr
 +stream: @code{dejudder,fps=30000/1001,fieldmatch,decimate}.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item order
 +Specify the assumed field order of the input stream. Available values are:
 +
 +@table @samp
 +@item auto
 +Auto detect parity (use FFmpeg's internal parity value).
 +@item bff
 +Assume bottom field first.
 +@item tff
 +Assume top field first.
 +@end table
 +
 +Note that it is sometimes recommended not to trust the parity announced by the
 +stream.
 +
 +Default value is @var{auto}.
 +
 +@item mode
 +Set the matching mode or strategy to use. @option{pc} mode is the safest in the
 +sense that it won't risk creating jerkiness due to duplicate frames when
 +possible, but if there are bad edits or blended fields it will end up
 +outputting combed frames when a good match might actually exist. On the other
 +hand, @option{pcn_ub} mode is the most risky in terms of creating jerkiness,
 +but will almost always find a good frame if there is one. The other values are
 +all somewhere in between @option{pc} and @option{pcn_ub} in terms of risking
 +jerkiness and creating duplicate frames versus finding good matches in sections
 +with bad edits, orphaned fields, blended fields, etc.
 +
 +More details about p/c/n/u/b are available in @ref{p/c/n/u/b meaning} section.
 +
 +Available values are:
 +
 +@table @samp
 +@item pc
 +2-way matching (p/c)
 +@item pc_n
 +2-way matching, and trying 3rd match if still combed (p/c + n)
 +@item pc_u
 +2-way matching, and trying 3rd match (same order) if still combed (p/c + u)
 +@item pc_n_ub
 +2-way matching, trying 3rd match if still combed, and trying 4th/5th matches if
 +still combed (p/c + n + u/b)
 +@item pcn
 +3-way matching (p/c/n)
 +@item pcn_ub
 +3-way matching, and trying 4th/5th matches if all 3 of the original matches are
 +detected as combed (p/c/n + u/b)
 +@end table
 +
 +The parenthesis at the end indicate the matches that would be used for that
 +mode assuming @option{order}=@var{tff} (and @option{field} on @var{auto} or
 +@var{top}).
 +
 +In terms of speed @option{pc} mode is by far the fastest and @option{pcn_ub} is
 +the slowest.
 +
 +Default value is @var{pc_n}.
 +
 +@item ppsrc
 +Mark the main input stream as a pre-processed input, and enable the secondary
 +input stream as the clean source to pick the fields from. See the filter
 +introduction for more details. It is similar to the @option{clip2} feature from
 +VFM/TFM.
 +
 +Default value is @code{0} (disabled).
 +
 +@item field
 +Set the field to match from. It is recommended to set this to the same value as
 +@option{order} unless you experience matching failures with that setting. In
 +certain circumstances changing the field that is used to match from can have a
 +large impact on matching performance. Available values are:
 +
 +@table @samp
 +@item auto
 +Automatic (same value as @option{order}).
 +@item bottom
 +Match from the bottom field.
 +@item top
 +Match from the top field.
 +@end table
 +
 +Default value is @var{auto}.
 +
 +@item mchroma
 +Set whether or not chroma is included during the match comparisons. In most
 +cases it is recommended to leave this enabled. You should set this to @code{0}
 +only if your clip has bad chroma problems such as heavy rainbowing or other
 +artifacts. Setting this to @code{0} could also be used to speed things up at
 +the cost of some accuracy.
 +
 +Default value is @code{1}.
 +
 +@item y0
 +@item y1
 +These define an exclusion band which excludes the lines between @option{y0} and
 +@option{y1} from being included in the field matching decision. An exclusion
 +band can be used to ignore subtitles, a logo, or other things that may
 +interfere with the matching. @option{y0} sets the starting scan line and
 +@option{y1} sets the ending line; all lines in between @option{y0} and
 +@option{y1} (including @option{y0} and @option{y1}) will be ignored. Setting
 +@option{y0} and @option{y1} to the same value will disable the feature.
 +@option{y0} and @option{y1} defaults to @code{0}.
 +
 +@item scthresh
 +Set the scene change detection threshold as a percentage of maximum change on
 +the luma plane. Good values are in the @code{[8.0, 14.0]} range. Scene change
 +detection is only relevant in case @option{combmatch}=@var{sc}.  The range for
 +@option{scthresh} is @code{[0.0, 100.0]}.
 +
 +Default value is @code{12.0}.
 +
 +@item combmatch
 +When @option{combatch} is not @var{none}, @code{fieldmatch} will take into
 +account the combed scores of matches when deciding what match to use as the
 +final match. Available values are:
 +
 +@table @samp
 +@item none
 +No final matching based on combed scores.
 +@item sc
 +Combed scores are only used when a scene change is detected.
 +@item full
 +Use combed scores all the time.
 +@end table
 +
 +Default is @var{sc}.
 +
 +@item combdbg
 +Force @code{fieldmatch} to calculate the combed metrics for certain matches and
 +print them. This setting is known as @option{micout} in TFM/VFM vocabulary.
 +Available values are:
 +
 +@table @samp
 +@item none
 +No forced calculation.
 +@item pcn
 +Force p/c/n calculations.
 +@item pcnub
 +Force p/c/n/u/b calculations.
 +@end table
 +
 +Default value is @var{none}.
 +
 +@item cthresh
 +This is the area combing threshold used for combed frame detection. This
 +essentially controls how "strong" or "visible" combing must be to be detected.
 +Larger values mean combing must be more visible and smaller values mean combing
 +can be less visible or strong and still be detected. Valid settings are from
 +@code{-1} (every pixel will be detected as combed) to @code{255} (no pixel will
 +be detected as combed). This is basically a pixel difference value. A good
 +range is @code{[8, 12]}.
 +
 +Default value is @code{9}.
 +
 +@item chroma
 +Sets whether or not chroma is considered in the combed frame decision.  Only
 +disable this if your source has chroma problems (rainbowing, etc.) that are
 +causing problems for the combed frame detection with chroma enabled. Actually,
 +using @option{chroma}=@var{0} is usually more reliable, except for the case
 +where there is chroma only combing in the source.
 +
 +Default value is @code{0}.
 +
 +@item blockx
 +@item blocky
 +Respectively set the x-axis and y-axis size of the window used during combed
 +frame detection. This has to do with the size of the area in which
 +@option{combpel} pixels are required to be detected as combed for a frame to be
 +declared combed. See the @option{combpel} parameter description for more info.
 +Possible values are any number that is a power of 2 starting at 4 and going up
 +to 512.
 +
 +Default value is @code{16}.
 +
 +@item combpel
 +The number of combed pixels inside any of the @option{blocky} by
 +@option{blockx} size blocks on the frame for the frame to be detected as
 +combed. While @option{cthresh} controls how "visible" the combing must be, this
 +setting controls "how much" combing there must be in any localized area (a
 +window defined by the @option{blockx} and @option{blocky} settings) on the
 +frame. Minimum value is @code{0} and maximum is @code{blocky x blockx} (at
 +which point no frames will ever be detected as combed). This setting is known
 +as @option{MI} in TFM/VFM vocabulary.
 +
 +Default value is @code{80}.
 +@end table
 +
 +@anchor{p/c/n/u/b meaning}
 +@subsection p/c/n/u/b meaning
 +
 +@subsubsection p/c/n
 +
 +We assume the following telecined stream:
 +
 +@example
 +Top fields:     1 2 2 3 4
 +Bottom fields:  1 2 3 4 4
 +@end example
 +
 +The numbers correspond to the progressive frame the fields relate to. Here, the
 +first two frames are progressive, the 3rd and 4th are combed, and so on.
 +
 +When @code{fieldmatch} is configured to run a matching from bottom
 +(@option{field}=@var{bottom}) this is how this input stream get transformed:
 +
 +@example
 +Input stream:
 +                T     1 2 2 3 4
 +                B     1 2 3 4 4   <-- matching reference
 +
 +Matches:              c c n n c
 +
 +Output stream:
 +                T     1 2 3 4 4
 +                B     1 2 3 4 4
 +@end example
 +
 +As a result of the field matching, we can see that some frames get duplicated.
 +To perform a complete inverse telecine, you need to rely on a decimation filter
 +after this operation. See for instance the @ref{decimate} filter.
 +
 +The same operation now matching from top fields (@option{field}=@var{top})
 +looks like this:
 +
 +@example
 +Input stream:
 +                T     1 2 2 3 4   <-- matching reference
 +                B     1 2 3 4 4
 +
 +Matches:              c c p p c
 +
 +Output stream:
 +                T     1 2 2 3 4
 +                B     1 2 2 3 4
 +@end example
 +
 +In these examples, we can see what @var{p}, @var{c} and @var{n} mean;
 +basically, they refer to the frame and field of the opposite parity:
 +
 +@itemize
 +@item @var{p} matches the field of the opposite parity in the previous frame
 +@item @var{c} matches the field of the opposite parity in the current frame
 +@item @var{n} matches the field of the opposite parity in the next frame
 +@end itemize
 +
 +@subsubsection u/b
 +
 +The @var{u} and @var{b} matching are a bit special in the sense that they match
 +from the opposite parity flag. In the following examples, we assume that we are
 +currently matching the 2nd frame (Top:2, bottom:2). According to the match, a
 +'x' is placed above and below each matched fields.
 +
 +With bottom matching (@option{field}=@var{bottom}):
 +@example
 +Match:           c         p           n          b          u
 +
 +                 x       x               x        x          x
 +  Top          1 2 2     1 2 2       1 2 2      1 2 2      1 2 2
 +  Bottom       1 2 3     1 2 3       1 2 3      1 2 3      1 2 3
 +                 x         x           x        x              x
 +
 +Output frames:
 +                 2          1          2          2          2
 +                 2          2          2          1          3
 +@end example
 +
 +With top matching (@option{field}=@var{top}):
 +@example
 +Match:           c         p           n          b          u
 +
 +                 x         x           x        x              x
 +  Top          1 2 2     1 2 2       1 2 2      1 2 2      1 2 2
 +  Bottom       1 2 3     1 2 3       1 2 3      1 2 3      1 2 3
 +                 x       x               x        x          x
 +
 +Output frames:
 +                 2          2          2          1          2
 +                 2          1          3          2          2
 +@end example
 +
 +@subsection Examples
 +
 +Simple IVTC of a top field first telecined stream:
 +@example
 +fieldmatch=order=tff:combmatch=none, decimate
 +@end example
 +
 +Advanced IVTC, with fallback on @ref{yadif} for still combed frames:
 +@example
 +fieldmatch=order=tff:combmatch=full, yadif=deint=interlaced, decimate
 +@end example
 +
 +@section fieldorder
 +
 +Transform the field order of the input video.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item order
 +The output field order. Valid values are @var{tff} for top field first or @var{bff}
 +for bottom field first.
 +@end table
 +
 +The default value is @samp{tff}.
 +
 +The transformation is done by shifting the picture content up or down
 +by one line, and filling the remaining line with appropriate picture content.
 +This method is consistent with most broadcast field order converters.
 +
 +If the input video is not flagged as being interlaced, or it is already
 +flagged as being of the required output field order, then this filter does
 +not alter the incoming video.
 +
 +It is very useful when converting to or from PAL DV material,
 +which is bottom field first.
 +
 +For example:
 +@example
 +ffmpeg -i in.vob -vf "fieldorder=bff" out.dv
 +@end example
 +
 +@section fifo, afifo
 +
 +Buffer input images and send them when they are requested.
 +
 +It is mainly useful when auto-inserted by the libavfilter
 +framework.
 +
 +It does not take parameters.
 +
 +@section find_rect
 +
 +Find a rectangular object
 +
 +It accepts the following options:
 +
 +@table @option
 +@item object
 +Filepath of the object image, needs to be in gray8.
 +
 +@item threshold
 +Detection threshold, default is 0.5.
 +
 +@item mipmaps
 +Number of mipmaps, default is 3.
 +
 +@item xmin, ymin, xmax, ymax
 +Specifies the rectangle in which to search.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Generate a representative palette of a given video using @command{ffmpeg}:
 +@example
 +ffmpeg -i file.ts -vf find_rect=newref.pgm,cover_rect=cover.jpg:mode=cover new.mkv
 +@end example
 +@end itemize
 +
 +@section cover_rect
 +
 +Cover a rectangular object
 +
 +It accepts the following options:
 +
 +@table @option
 +@item cover
 +Filepath of the optional cover image, needs to be in yuv420.
 +
 +@item mode
 +Set covering mode.
 +
 +It accepts the following values:
 +@table @samp
 +@item cover
 +cover it by the supplied image
 +@item blur
 +cover it by interpolating the surrounding pixels
 +@end table
 +
 +Default value is @var{blur}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Generate a representative palette of a given video using @command{ffmpeg}:
 +@example
 +ffmpeg -i file.ts -vf find_rect=newref.pgm,cover_rect=cover.jpg:mode=cover new.mkv
 +@end example
 +@end itemize
 +
 +@anchor{format}
 +@section format
 +
 +Convert the input video to one of the specified pixel formats.
 +Libavfilter will try to pick one that is suitable as input to
 +the next filter.
 +
 +It accepts the following parameters:
 +@table @option
 +
 +@item pix_fmts
 +A '|'-separated list of pixel format names, such as
 +"pix_fmts=yuv420p|monow|rgb24".
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Convert the input video to the @var{yuv420p} format
 +@example
 +format=pix_fmts=yuv420p
 +@end example
 +
 +Convert the input video to any of the formats in the list
 +@example
 +format=pix_fmts=yuv420p|yuv444p|yuv410p
 +@end example
 +@end itemize
 +
 +@anchor{fps}
 +@section fps
 +
 +Convert the video to specified constant frame rate by duplicating or dropping
 +frames as necessary.
 +
 +It accepts the following parameters:
 +@table @option
 +
 +@item fps
 +The desired output frame rate. The default is @code{25}.
 +
 +@item round
 +Rounding method.
 +
 +Possible values are:
 +@table @option
 +@item zero
 +zero round towards 0
 +@item inf
 +round away from 0
 +@item down
 +round towards -infinity
 +@item up
 +round towards +infinity
 +@item near
 +round to nearest
 +@end table
 +The default is @code{near}.
 +
 +@item start_time
 +Assume the first PTS should be the given value, in seconds. This allows for
 +padding/trimming at the start of stream. By default, no assumption is made
 +about the first frame's expected PTS, so no padding or trimming is done.
 +For example, this could be set to 0 to pad the beginning with duplicates of
 +the first frame if a video stream starts after the audio stream or to trim any
 +frames with a negative PTS.
 +
 +@end table
 +
 +Alternatively, the options can be specified as a flat string:
 +@var{fps}[:@var{round}].
 +
 +See also the @ref{setpts} filter.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +A typical usage in order to set the fps to 25:
 +@example
 +fps=fps=25
 +@end example
 +
 +@item
 +Sets the fps to 24, using abbreviation and rounding method to round to nearest:
 +@example
 +fps=fps=film:round=near
 +@end example
 +@end itemize
 +
 +@section framepack
 +
 +Pack two different video streams into a stereoscopic video, setting proper
 +metadata on supported codecs. The two views should have the same size and
 +framerate and processing will stop when the shorter video ends. Please note
 +that you may conveniently adjust view properties with the @ref{scale} and
 +@ref{fps} filters.
 +
 +It accepts the following parameters:
 +@table @option
 +
 +@item format
 +The desired packing format. Supported values are:
 +
 +@table @option
 +
 +@item sbs
 +The views are next to each other (default).
 +
 +@item tab
 +The views are on top of each other.
 +
 +@item lines
 +The views are packed by line.
 +
 +@item columns
 +The views are packed by column.
 +
 +@item frameseq
 +The views are temporally interleaved.
 +
 +@end table
 +
 +@end table
 +
 +Some examples:
 +
 +@example
 +# Convert left and right views into a frame-sequential video
 +ffmpeg -i LEFT -i RIGHT -filter_complex framepack=frameseq OUTPUT
 +
 +# Convert views into a side-by-side video with the same output resolution as the input
 +ffmpeg -i LEFT -i RIGHT -filter_complex [0:v]scale=w=iw/2[left],[1:v]scale=w=iw/2[right],[left][right]framepack=sbs OUTPUT
 +@end example
 +
 +@section framerate
 +
 +Change the frame rate by interpolating new video output frames from the source
 +frames.
 +
 +This filter is not designed to function correctly with interlaced media. If
 +you wish to change the frame rate of interlaced media then you are required
 +to deinterlace before this filter and re-interlace after this filter.
 +
 +A description of the accepted options follows.
 +
 +@table @option
 +@item fps
 +Specify the output frames per second. This option can also be specified
 +as a value alone. The default is @code{50}.
 +
 +@item interp_start
 +Specify the start of a range where the output frame will be created as a
 +linear interpolation of two frames. The range is [@code{0}-@code{255}],
 +the default is @code{15}.
 +
 +@item interp_end
 +Specify the end of a range where the output frame will be created as a
 +linear interpolation of two frames. The range is [@code{0}-@code{255}],
 +the default is @code{240}.
 +
 +@item scene
 +Specify the level at which a scene change is detected as a value between
 +0 and 100 to indicate a new scene; a low value reflects a low
 +probability for the current frame to introduce a new scene, while a higher
 +value means the current frame is more likely to be one.
 +The default is @code{7}.
 +
 +@item flags
 +Specify flags influencing the filter process.
 +
 +Available value for @var{flags} is:
 +
 +@table @option
 +@item scene_change_detect, scd
 +Enable scene change detection using the value of the option @var{scene}.
 +This flag is enabled by default.
 +@end table
 +@end table
 +
 +@section framestep
 +
 +Select one frame every N-th frame.
 +
 +This filter accepts the following option:
 +@table @option
 +@item step
 +Select frame after every @code{step} frames.
 +Allowed values are positive integers higher than 0. Default value is @code{1}.
 +@end table
 +
 +@anchor{frei0r}
 +@section frei0r
 +
 +Apply a frei0r effect to the input video.
 +
 +To enable the compilation of this filter, you need to install the frei0r
 +header and configure FFmpeg with @code{--enable-frei0r}.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item filter_name
 +The name of the frei0r effect to load. If the environment variable
 +@env{FREI0R_PATH} is defined, the frei0r effect is searched for in each of the
 +directories specified by the colon-separated list in @env{FREIOR_PATH}.
 +Otherwise, the standard frei0r paths are searched, in this order:
 +@file{HOME/.frei0r-1/lib/}, @file{/usr/local/lib/frei0r-1/},
 +@file{/usr/lib/frei0r-1/}.
 +
 +@item filter_params
 +A '|'-separated list of parameters to pass to the frei0r effect.
 +
 +@end table
 +
 +A frei0r effect parameter can be a boolean (its value is either
 +"y" or "n"), a double, a color (specified as
 +@var{R}/@var{G}/@var{B}, where @var{R}, @var{G}, and @var{B} are floating point
 +numbers between 0.0 and 1.0, inclusive) or by a color description specified in the "Color"
 +section in the ffmpeg-utils manual), a position (specified as @var{X}/@var{Y}, where
 +@var{X} and @var{Y} are floating point numbers) and/or a string.
 +
 +The number and types of parameters depend on the loaded effect. If an
 +effect parameter is not specified, the default value is set.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply the distort0r effect, setting the first two double parameters:
 +@example
 +frei0r=filter_name=distort0r:filter_params=0.5|0.01
 +@end example
 +
 +@item
 +Apply the colordistance effect, taking a color as the first parameter:
 +@example
 +frei0r=colordistance:0.2/0.3/0.4
 +frei0r=colordistance:violet
 +frei0r=colordistance:0x112233
 +@end example
 +
 +@item
 +Apply the perspective effect, specifying the top left and top right image
 +positions:
 +@example
 +frei0r=perspective:0.2/0.2|0.8/0.2
 +@end example
 +@end itemize
 +
 +For more information, see
 +@url{http://frei0r.dyne.org}
 +
 +@section fspp
 +
 +Apply fast and simple postprocessing. It is a faster version of @ref{spp}.
 +
 +It splits (I)DCT into horizontal/vertical passes. Unlike the simple post-
 +processing filter, one of them is performed once per block, not per pixel.
 +This allows for much higher speed.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item quality
 +Set quality. This option defines the number of levels for averaging. It accepts
 +an integer in the range 4-5. Default value is @code{4}.
 +
 +@item qp
 +Force a constant quantization parameter. It accepts an integer in range 0-63.
 +If not set, the filter will use the QP from the video stream (if available).
 +
 +@item strength
 +Set filter strength. It accepts an integer in range -15 to 32. Lower values mean
 +more details but also more artifacts, while higher values make the image smoother
 +but also blurrier. Default value is @code{0} âˆ’ PSNR optimal.
 +
 +@item use_bframe_qp
 +Enable the use of the QP from the B-Frames if set to @code{1}. Using this
 +option may cause flicker since the B-Frames have often larger QP. Default is
 +@code{0} (not enabled).
 +
 +@end table
 +
 +@section geq
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item lum_expr, lum
 +Set the luminance expression.
 +@item cb_expr, cb
 +Set the chrominance blue expression.
 +@item cr_expr, cr
 +Set the chrominance red expression.
 +@item alpha_expr, a
 +Set the alpha expression.
 +@item red_expr, r
 +Set the red expression.
 +@item green_expr, g
 +Set the green expression.
 +@item blue_expr, b
 +Set the blue expression.
 +@end table
 +
 +The colorspace is selected according to the specified options. If one
 +of the @option{lum_expr}, @option{cb_expr}, or @option{cr_expr}
 +options is specified, the filter will automatically select a YCbCr
 +colorspace. If one of the @option{red_expr}, @option{green_expr}, or
 +@option{blue_expr} options is specified, it will select an RGB
 +colorspace.
 +
 +If one of the chrominance expression is not defined, it falls back on the other
 +one. If no alpha expression is specified it will evaluate to opaque value.
 +If none of chrominance expressions are specified, they will evaluate
 +to the luminance expression.
 +
 +The expressions can use the following variables and functions:
 +
 +@table @option
 +@item N
 +The sequential number of the filtered frame, starting from @code{0}.
 +
 +@item X
 +@item Y
 +The coordinates of the current sample.
 +
 +@item W
 +@item H
 +The width and height of the image.
 +
 +@item SW
 +@item SH
 +Width and height scale depending on the currently filtered plane. It is the
 +ratio between the corresponding luma plane number of pixels and the current
 +plane ones. E.g. for YUV4:2:0 the values are @code{1,1} for the luma plane, and
 +@code{0.5,0.5} for chroma planes.
 +
 +@item T
 +Time of the current frame, expressed in seconds.
 +
 +@item p(x, y)
 +Return the value of the pixel at location (@var{x},@var{y}) of the current
 +plane.
 +
 +@item lum(x, y)
 +Return the value of the pixel at location (@var{x},@var{y}) of the luminance
 +plane.
 +
 +@item cb(x, y)
 +Return the value of the pixel at location (@var{x},@var{y}) of the
 +blue-difference chroma plane. Return 0 if there is no such plane.
 +
 +@item cr(x, y)
 +Return the value of the pixel at location (@var{x},@var{y}) of the
 +red-difference chroma plane. Return 0 if there is no such plane.
 +
 +@item r(x, y)
 +@item g(x, y)
 +@item b(x, y)
 +Return the value of the pixel at location (@var{x},@var{y}) of the
 +red/green/blue component. Return 0 if there is no such component.
 +
 +@item alpha(x, y)
 +Return the value of the pixel at location (@var{x},@var{y}) of the alpha
 +plane. Return 0 if there is no such plane.
 +@end table
 +
 +For functions, if @var{x} and @var{y} are outside the area, the value will be
 +automatically clipped to the closer edge.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Flip the image horizontally:
 +@example
 +geq=p(W-X\,Y)
 +@end example
 +
 +@item
 +Generate a bidimensional sine wave, with angle @code{PI/3} and a
 +wavelength of 100 pixels:
 +@example
 +geq=128 + 100*sin(2*(PI/100)*(cos(PI/3)*(X-50*T) + sin(PI/3)*Y)):128:128
 +@end example
 +
 +@item
 +Generate a fancy enigmatic moving light:
 +@example
 +nullsrc=s=256x256,geq=random(1)/hypot(X-cos(N*0.07)*W/2-W/2\,Y-sin(N*0.09)*H/2-H/2)^2*1000000*sin(N*0.02):128:128
 +@end example
 +
 +@item
 +Generate a quick emboss effect:
 +@example
 +format=gray,geq=lum_expr='(p(X,Y)+(256-p(X-4,Y-4)))/2'
 +@end example
 +
 +@item
 +Modify RGB components depending on pixel position:
 +@example
 +geq=r='X/W*r(X,Y)':g='(1-X/W)*g(X,Y)':b='(H-Y)/H*b(X,Y)'
 +@end example
 +
 +@item
 +Create a radial gradient that is the same size as the input (also see
 +the @ref{vignette} filter):
 +@example
 +geq=lum=255*gauss((X/W-0.5)*3)*gauss((Y/H-0.5)*3)/gauss(0)/gauss(0),format=gray
 +@end example
 +@end itemize
 +
 +@section gradfun
 +
 +Fix the banding artifacts that are sometimes introduced into nearly flat
 +regions by truncation to 8bit color depth.
 +Interpolate the gradients that should go where the bands are, and
 +dither them.
 +
 +It is designed for playback only.  Do not use it prior to
 +lossy compression, because compression tends to lose the dither and
 +bring back the bands.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item strength
 +The maximum amount by which the filter will change any one pixel. This is also
 +the threshold for detecting nearly flat regions. Acceptable values range from
 +.51 to 64; the default value is 1.2. Out-of-range values will be clipped to the
 +valid range.
 +
 +@item radius
 +The neighborhood to fit the gradient to. A larger radius makes for smoother
 +gradients, but also prevents the filter from modifying the pixels near detailed
 +regions. Acceptable values are 8-32; the default value is 16. Out-of-range
 +values will be clipped to the valid range.
 +
 +@end table
 +
 +Alternatively, the options can be specified as a flat string:
 +@var{strength}[:@var{radius}]
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply the filter with a @code{3.5} strength and radius of @code{8}:
 +@example
 +gradfun=3.5:8
 +@end example
 +
 +@item
 +Specify radius, omitting the strength (which will fall-back to the default
 +value):
 +@example
 +gradfun=radius=8
 +@end example
 +
 +@end itemize
 +
 +@anchor{haldclut}
 +@section haldclut
 +
 +Apply a Hald CLUT to a video stream.
 +
 +First input is the video stream to process, and second one is the Hald CLUT.
 +The Hald CLUT input can be a simple picture or a complete video stream.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item shortest
 +Force termination when the shortest input terminates. Default is @code{0}.
 +@item repeatlast
 +Continue applying the last CLUT after the end of the stream. A value of
 +@code{0} disable the filter after the last frame of the CLUT is reached.
 +Default is @code{1}.
 +@end table
 +
 +@code{haldclut} also has the same interpolation options as @ref{lut3d} (both
 +filters share the same internals).
 +
 +More information about the Hald CLUT can be found on Eskil Steenberg's website
 +(Hald CLUT author) at @url{http://www.quelsolaar.com/technology/clut.html}.
 +
 +@subsection Workflow examples
 +
 +@subsubsection Hald CLUT video stream
 +
 +Generate an identity Hald CLUT stream altered with various effects:
 +@example
 +ffmpeg -f lavfi -i @ref{haldclutsrc}=8 -vf "hue=H=2*PI*t:s=sin(2*PI*t)+1, curves=cross_process" -t 10 -c:v ffv1 clut.nut
 +@end example
 +
 +Note: make sure you use a lossless codec.
 +
 +Then use it with @code{haldclut} to apply it on some random stream:
 +@example
 +ffmpeg -f lavfi -i mandelbrot -i clut.nut -filter_complex '[0][1] haldclut' -t 20 mandelclut.mkv
 +@end example
 +
 +The Hald CLUT will be applied to the 10 first seconds (duration of
 +@file{clut.nut}), then the latest picture of that CLUT stream will be applied
 +to the remaining frames of the @code{mandelbrot} stream.
 +
 +@subsubsection Hald CLUT with preview
 +
 +A Hald CLUT is supposed to be a squared image of @code{Level*Level*Level} by
 +@code{Level*Level*Level} pixels. For a given Hald CLUT, FFmpeg will select the
 +biggest possible square starting at the top left of the picture. The remaining
 +padding pixels (bottom or right) will be ignored. This area can be used to add
 +a preview of the Hald CLUT.
 +
 +Typically, the following generated Hald CLUT will be supported by the
 +@code{haldclut} filter:
 +
 +@example
 +ffmpeg -f lavfi -i @ref{haldclutsrc}=8 -vf "
 +   pad=iw+320 [padded_clut];
 +   smptebars=s=320x256, split [a][b];
 +   [padded_clut][a] overlay=W-320:h, curves=color_negative [main];
 +   [main][b] overlay=W-320" -frames:v 1 clut.png
 +@end example
 +
 +It contains the original and a preview of the effect of the CLUT: SMPTE color
 +bars are displayed on the right-top, and below the same color bars processed by
 +the color changes.
 +
 +Then, the effect of this Hald CLUT can be visualized with:
 +@example
 +ffplay input.mkv -vf "movie=clut.png, [in] haldclut"
 +@end example
 +
 +@section hflip
 +
 +Flip the input video horizontally.
 +
 +For example, to horizontally flip the input video with @command{ffmpeg}:
 +@example
 +ffmpeg -i in.avi -vf "hflip" out.avi
 +@end example
 +
 +@section histeq
 +This filter applies a global color histogram equalization on a
 +per-frame basis.
 +
 +It can be used to correct video that has a compressed range of pixel
 +intensities.  The filter redistributes the pixel intensities to
 +equalize their distribution across the intensity range. It may be
 +viewed as an "automatically adjusting contrast filter". This filter is
 +useful only for correcting degraded or poorly captured source
 +video.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item strength
 +Determine the amount of equalization to be applied.  As the strength
 +is reduced, the distribution of pixel intensities more-and-more
 +approaches that of the input frame. The value must be a float number
 +in the range [0,1] and defaults to 0.200.
 +
 +@item intensity
 +Set the maximum intensity that can generated and scale the output
 +values appropriately.  The strength should be set as desired and then
 +the intensity can be limited if needed to avoid washing-out. The value
 +must be a float number in the range [0,1] and defaults to 0.210.
 +
 +@item antibanding
 +Set the antibanding level. If enabled the filter will randomly vary
 +the luminance of output pixels by a small amount to avoid banding of
 +the histogram. Possible values are @code{none}, @code{weak} or
 +@code{strong}. It defaults to @code{none}.
 +@end table
 +
 +@section histogram
 +
 +Compute and draw a color distribution histogram for the input video.
 +
 +The computed histogram is a representation of the color component
 +distribution in an image.
 +
 +Standard histogram displays the color components distribution in an image.
 +Displays color graph for each color component. Shows distribution of
 +the Y, U, V, A or R, G, B components, depending on input format, in the
 +current frame. Below each graph a color component scale meter is shown.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item level_height
 +Set height of level. Default value is @code{200}.
 +Allowed range is [50, 2048].
 +
 +@item scale_height
 +Set height of color scale. Default value is @code{12}.
 +Allowed range is [0, 40].
 +
 +@item display_mode
 +Set display mode.
 +It accepts the following values:
 +@table @samp
 +@item parade
 +Per color component graphs are placed below each other.
 +
 +@item overlay
 +Presents information identical to that in the @code{parade}, except
 +that the graphs representing color components are superimposed directly
 +over one another.
 +@end table
 +Default is @code{parade}.
 +
 +@item levels_mode
 +Set mode. Can be either @code{linear}, or @code{logarithmic}.
 +Default is @code{linear}.
 +
 +@item components
 +Set what color components to display.
 +Default is @code{7}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +
 +@item
 +Calculate and draw histogram:
 +@example
 +ffplay -i input -vf histogram
 +@end example
 +
 +@end itemize
 +
 +@anchor{hqdn3d}
 +@section hqdn3d
 +
 +This is a high precision/quality 3d denoise filter. It aims to reduce
 +image noise, producing smooth images and making still images really
 +still. It should enhance compressibility.
 +
 +It accepts the following optional parameters:
 +
 +@table @option
 +@item luma_spatial
 +A non-negative floating point number which specifies spatial luma strength.
 +It defaults to 4.0.
 +
 +@item chroma_spatial
 +A non-negative floating point number which specifies spatial chroma strength.
 +It defaults to 3.0*@var{luma_spatial}/4.0.
 +
 +@item luma_tmp
 +A floating point number which specifies luma temporal strength. It defaults to
 +6.0*@var{luma_spatial}/4.0.
 +
 +@item chroma_tmp
 +A floating point number which specifies chroma temporal strength. It defaults to
 +@var{luma_tmp}*@var{chroma_spatial}/@var{luma_spatial}.
 +@end table
 +
++@anchor{hwupload_cuda}
++@section hwupload_cuda
++
++Upload system memory frames to a CUDA device.
++
++It accepts the following optional parameters:
++
++@table @option
++@item device
++The number of the CUDA device to use
++@end table
++
 +@section hqx
 +
 +Apply a high-quality magnification filter designed for pixel art. This filter
 +was originally created by Maxim Stepin.
 +
 +It accepts the following option:
 +
 +@table @option
 +@item n
 +Set the scaling dimension: @code{2} for @code{hq2x}, @code{3} for
 +@code{hq3x} and @code{4} for @code{hq4x}.
 +Default is @code{3}.
 +@end table
 +
 +@section hstack
 +Stack input videos horizontally.
 +
 +All streams must be of same pixel format and of same height.
 +
 +Note that this filter is faster than using @ref{overlay} and @ref{pad} filter
 +to create same output.
 +
 +The filter accept the following option:
 +
 +@table @option
 +@item inputs
 +Set number of input streams. Default is 2.
 +
 +@item shortest
 +If set to 1, force the output to terminate when the shortest input
 +terminates. Default value is 0.
 +@end table
 +
 +@section hue
 +
 +Modify the hue and/or the saturation of the input.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item h
 +Specify the hue angle as a number of degrees. It accepts an expression,
 +and defaults to "0".
 +
 +@item s
 +Specify the saturation in the [-10,10] range. It accepts an expression and
 +defaults to "1".
 +
 +@item H
 +Specify the hue angle as a number of radians. It accepts an
 +expression, and defaults to "0".
 +
 +@item b
 +Specify the brightness in the [-10,10] range. It accepts an expression and
 +defaults to "0".
 +@end table
 +
 +@option{h} and @option{H} are mutually exclusive, and can't be
 +specified at the same time.
 +
 +The @option{b}, @option{h}, @option{H} and @option{s} option values are
 +expressions containing the following constants:
 +
 +@table @option
 +@item n
 +frame count of the input frame starting from 0
 +
 +@item pts
 +presentation timestamp of the input frame expressed in time base units
 +
 +@item r
 +frame rate of the input video, NAN if the input frame rate is unknown
 +
 +@item t
 +timestamp expressed in seconds, NAN if the input timestamp is unknown
 +
 +@item tb
 +time base of the input video
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Set the hue to 90 degrees and the saturation to 1.0:
 +@example
 +hue=h=90:s=1
 +@end example
 +
 +@item
 +Same command but expressing the hue in radians:
 +@example
 +hue=H=PI/2:s=1
 +@end example
 +
 +@item
 +Rotate hue and make the saturation swing between 0
 +and 2 over a period of 1 second:
 +@example
 +hue="H=2*PI*t: s=sin(2*PI*t)+1"
 +@end example
 +
 +@item
 +Apply a 3 seconds saturation fade-in effect starting at 0:
 +@example
 +hue="s=min(t/3\,1)"
 +@end example
 +
 +The general fade-in expression can be written as:
 +@example
 +hue="s=min(0\, max((t-START)/DURATION\, 1))"
 +@end example
 +
 +@item
 +Apply a 3 seconds saturation fade-out effect starting at 5 seconds:
 +@example
 +hue="s=max(0\, min(1\, (8-t)/3))"
 +@end example
 +
 +The general fade-out expression can be written as:
 +@example
 +hue="s=max(0\, min(1\, (START+DURATION-t)/DURATION))"
 +@end example
 +
 +@end itemize
 +
 +@subsection Commands
 +
 +This filter supports the following commands:
 +@table @option
 +@item b
 +@item s
 +@item h
 +@item H
 +Modify the hue and/or the saturation and/or brightness of the input video.
 +The command accepts the same syntax of the corresponding option.
 +
 +If the specified expression is not valid, it is kept at its current
 +value.
 +@end table
 +
 +@section idet
 +
 +Detect video interlacing type.
 +
 +This filter tries to detect if the input frames as interlaced, progressive,
 +top or bottom field first. It will also try and detect fields that are
 +repeated between adjacent frames (a sign of telecine).
 +
 +Single frame detection considers only immediately adjacent frames when classifying each frame.
 +Multiple frame detection incorporates the classification history of previous frames.
 +
 +The filter will log these metadata values:
 +
 +@table @option
 +@item single.current_frame
 +Detected type of current frame using single-frame detection. One of:
 +``tff'' (top field first), ``bff'' (bottom field first),
 +``progressive'', or ``undetermined''
 +
 +@item single.tff
 +Cumulative number of frames detected as top field first using single-frame detection.
 +
 +@item multiple.tff
 +Cumulative number of frames detected as top field first using multiple-frame detection.
 +
 +@item single.bff
 +Cumulative number of frames detected as bottom field first using single-frame detection.
 +
 +@item multiple.current_frame
 +Detected type of current frame using multiple-frame detection. One of:
 +``tff'' (top field first), ``bff'' (bottom field first),
 +``progressive'', or ``undetermined''
 +
 +@item multiple.bff
 +Cumulative number of frames detected as bottom field first using multiple-frame detection.
 +
 +@item single.progressive
 +Cumulative number of frames detected as progressive using single-frame detection.
 +
 +@item multiple.progressive
 +Cumulative number of frames detected as progressive using multiple-frame detection.
 +
 +@item single.undetermined
 +Cumulative number of frames that could not be classified using single-frame detection.
 +
 +@item multiple.undetermined
 +Cumulative number of frames that could not be classified using multiple-frame detection.
 +
 +@item repeated.current_frame
 +Which field in the current frame is repeated from the last. One of ``neither'', ``top'', or ``bottom''.
 +
 +@item repeated.neither
 +Cumulative number of frames with no repeated field.
 +
 +@item repeated.top
 +Cumulative number of frames with the top field repeated from the previous frame's top field.
 +
 +@item repeated.bottom
 +Cumulative number of frames with the bottom field repeated from the previous frame's bottom field.
 +@end table
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item intl_thres
 +Set interlacing threshold.
 +@item prog_thres
 +Set progressive threshold.
 +@item repeat_thres
 +Threshold for repeated field detection.
 +@item half_life
 +Number of frames after which a given frame's contribution to the
 +statistics is halved (i.e., it contributes only 0.5 to it's
 +classification). The default of 0 means that all frames seen are given
 +full weight of 1.0 forever.
 +@item analyze_interlaced_flag
 +When this is not 0 then idet will use the specified number of frames to determine
 +if the interlaced flag is accurate, it will not count undetermined frames.
 +If the flag is found to be accurate it will be used without any further
 +computations, if it is found to be inaccurate it will be cleared without any
 +further computations. This allows inserting the idet filter as a low computational
 +method to clean up the interlaced flag
 +@end table
 +
 +@section il
 +
 +Deinterleave or interleave fields.
 +
 +This filter allows one to process interlaced images fields without
 +deinterlacing them. Deinterleaving splits the input frame into 2
 +fields (so called half pictures). Odd lines are moved to the top
 +half of the output image, even lines to the bottom half.
 +You can process (filter) them independently and then re-interleave them.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item luma_mode, l
 +@item chroma_mode, c
 +@item alpha_mode, a
 +Available values for @var{luma_mode}, @var{chroma_mode} and
 +@var{alpha_mode} are:
 +
 +@table @samp
 +@item none
 +Do nothing.
 +
 +@item deinterleave, d
 +Deinterleave fields, placing one above the other.
 +
 +@item interleave, i
 +Interleave fields. Reverse the effect of deinterleaving.
 +@end table
 +Default value is @code{none}.
 +
 +@item luma_swap, ls
 +@item chroma_swap, cs
 +@item alpha_swap, as
 +Swap luma/chroma/alpha fields. Exchange even & odd lines. Default value is @code{0}.
 +@end table
 +
 +@section inflate
 +
 +Apply inflate effect to the video.
 +
 +This filter replaces the pixel by the local(3x3) average by taking into account
 +only values higher than the pixel.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item threshold0
 +@item threshold1
 +@item threshold2
 +@item threshold3
 +Limit the maximum change for each plane, default is 65535.
 +If 0, plane will remain unchanged.
 +@end table
 +
 +@section interlace
 +
 +Simple interlacing filter from progressive contents. This interleaves upper (or
 +lower) lines from odd frames with lower (or upper) lines from even frames,
 +halving the frame rate and preserving image height.
 +
 +@example
 +   Original        Original             New Frame
 +   Frame 'j'      Frame 'j+1'             (tff)
 +  ==========      ===========       ==================
 +    Line 0  -------------------->    Frame 'j' Line 0
 +    Line 1          Line 1  ---->   Frame 'j+1' Line 1
 +    Line 2 --------------------->    Frame 'j' Line 2
 +    Line 3          Line 3  ---->   Frame 'j+1' Line 3
 +     ...             ...                   ...
 +New Frame + 1 will be generated by Frame 'j+2' and Frame 'j+3' and so on
 +@end example
 +
 +It accepts the following optional parameters:
 +
 +@table @option
 +@item scan
 +This determines whether the interlaced frame is taken from the even
 +(tff - default) or odd (bff) lines of the progressive frame.
 +
 +@item lowpass
 +Enable (default) or disable the vertical lowpass filter to avoid twitter
 +interlacing and reduce moire patterns.
 +@end table
 +
 +@section kerndeint
 +
 +Deinterlace input video by applying Donald Graft's adaptive kernel
 +deinterling. Work on interlaced parts of a video to produce
 +progressive frames.
 +
 +The description of the accepted parameters follows.
 +
 +@table @option
 +@item thresh
 +Set the threshold which affects the filter's tolerance when
 +determining if a pixel line must be processed. It must be an integer
 +in the range [0,255] and defaults to 10. A value of 0 will result in
 +applying the process on every pixels.
 +
 +@item map
 +Paint pixels exceeding the threshold value to white if set to 1.
 +Default is 0.
 +
 +@item order
 +Set the fields order. Swap fields if set to 1, leave fields alone if
 +0. Default is 0.
 +
 +@item sharp
 +Enable additional sharpening if set to 1. Default is 0.
 +
 +@item twoway
 +Enable twoway sharpening if set to 1. Default is 0.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply default values:
 +@example
 +kerndeint=thresh=10:map=0:order=0:sharp=0:twoway=0
 +@end example
 +
 +@item
 +Enable additional sharpening:
 +@example
 +kerndeint=sharp=1
 +@end example
 +
 +@item
 +Paint processed pixels in white:
 +@example
 +kerndeint=map=1
 +@end example
 +@end itemize
 +
 +@section lenscorrection
 +
 +Correct radial lens distortion
 +
 +This filter can be used to correct for radial distortion as can result from the use
 +of wide angle lenses, and thereby re-rectify the image. To find the right parameters
 +one can use tools available for example as part of opencv or simply trial-and-error.
 +To use opencv use the calibration sample (under samples/cpp) from the opencv sources
 +and extract the k1 and k2 coefficients from the resulting matrix.
 +
 +Note that effectively the same filter is available in the open-source tools Krita and
 +Digikam from the KDE project.
 +
 +In contrast to the @ref{vignette} filter, which can also be used to compensate lens errors,
 +this filter corrects the distortion of the image, whereas @ref{vignette} corrects the
 +brightness distribution, so you may want to use both filters together in certain
 +cases, though you will have to take care of ordering, i.e. whether vignetting should
 +be applied before or after lens correction.
 +
 +@subsection Options
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item cx
 +Relative x-coordinate of the focal point of the image, and thereby the center of the
 +distortion. This value has a range [0,1] and is expressed as fractions of the image
 +width.
 +@item cy
 +Relative y-coordinate of the focal point of the image, and thereby the center of the
 +distortion. This value has a range [0,1] and is expressed as fractions of the image
 +height.
 +@item k1
 +Coefficient of the quadratic correction term. 0.5 means no correction.
 +@item k2
 +Coefficient of the double quadratic correction term. 0.5 means no correction.
 +@end table
 +
 +The formula that generates the correction is:
 +
 +@var{r_src} = @var{r_tgt} * (1 + @var{k1} * (@var{r_tgt} / @var{r_0})^2 + @var{k2} * (@var{r_tgt} / @var{r_0})^4)
 +
 +where @var{r_0} is halve of the image diagonal and @var{r_src} and @var{r_tgt} are the
 +distances from the focal point in the source and target images, respectively.
 +
 +@section loop, aloop
 +
 +Loop video frames or audio samples.
 +
 +Those filters accepts the following options:
 +
 +@table @option
 +@item loop
 +Set the number of loops.
 +
 +@item size
 +Set maximal size in number of frames for @code{loop} filter or maximal number
 +of samples in case of @code{aloop} filter.
 +
 +@item start
 +Set first frame of loop for @code{loop} filter or first sample of loop in case
 +of @code{aloop} filter.
 +@end table
 +
 +@anchor{lut3d}
 +@section lut3d
 +
 +Apply a 3D LUT to an input video.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item file
 +Set the 3D LUT file name.
 +
 +Currently supported formats:
 +@table @samp
 +@item 3dl
 +AfterEffects
 +@item cube
 +Iridas
 +@item dat
 +DaVinci
 +@item m3d
 +Pandora
 +@end table
 +@item interp
 +Select interpolation mode.
 +
 +Available values are:
 +
 +@table @samp
 +@item nearest
 +Use values from the nearest defined point.
 +@item trilinear
 +Interpolate values using the 8 points defining a cube.
 +@item tetrahedral
 +Interpolate values using a tetrahedron.
 +@end table
 +@end table
 +
 +@section lut, lutrgb, lutyuv
 +
 +Compute a look-up table for binding each pixel component input value
 +to an output value, and apply it to the input video.
 +
 +@var{lutyuv} applies a lookup table to a YUV input video, @var{lutrgb}
 +to an RGB input video.
 +
 +These filters accept the following parameters:
 +@table @option
 +@item c0
 +set first pixel component expression
 +@item c1
 +set second pixel component expression
 +@item c2
 +set third pixel component expression
 +@item c3
 +set fourth pixel component expression, corresponds to the alpha component
 +
 +@item r
 +set red component expression
 +@item g
 +set green component expression
 +@item b
 +set blue component expression
 +@item a
 +alpha component expression
 +
 +@item y
 +set Y/luminance component expression
 +@item u
 +set U/Cb component expression
 +@item v
 +set V/Cr component expression
 +@end table
 +
 +Each of them specifies the expression to use for computing the lookup table for
 +the corresponding pixel component values.
 +
 +The exact component associated to each of the @var{c*} options depends on the
 +format in input.
 +
 +The @var{lut} filter requires either YUV or RGB pixel formats in input,
 +@var{lutrgb} requires RGB pixel formats in input, and @var{lutyuv} requires YUV.
 +
 +The expressions can contain the following constants and functions:
 +
 +@table @option
 +@item w
 +@item h
 +The input width and height.
 +
 +@item val
 +The input value for the pixel component.
 +
 +@item clipval
 +The input value, clipped to the @var{minval}-@var{maxval} range.
 +
 +@item maxval
 +The maximum value for the pixel component.
 +
 +@item minval
 +The minimum value for the pixel component.
 +
 +@item negval
 +The negated value for the pixel component value, clipped to the
 +@var{minval}-@var{maxval} range; it corresponds to the expression
 +"maxval-clipval+minval".
 +
 +@item clip(val)
 +The computed value in @var{val}, clipped to the
 +@var{minval}-@var{maxval} range.
 +
 +@item gammaval(gamma)
 +The computed gamma correction value of the pixel component value,
 +clipped to the @var{minval}-@var{maxval} range. It corresponds to the
 +expression
 +"pow((clipval-minval)/(maxval-minval)\,@var{gamma})*(maxval-minval)+minval"
 +
 +@end table
 +
 +All expressions default to "val".
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Negate input video:
 +@example
 +lutrgb="r=maxval+minval-val:g=maxval+minval-val:b=maxval+minval-val"
 +lutyuv="y=maxval+minval-val:u=maxval+minval-val:v=maxval+minval-val"
 +@end example
 +
 +The above is the same as:
 +@example
 +lutrgb="r=negval:g=negval:b=negval"
 +lutyuv="y=negval:u=negval:v=negval"
 +@end example
 +
 +@item
 +Negate luminance:
 +@example
 +lutyuv=y=negval
 +@end example
 +
 +@item
 +Remove chroma components, turning the video into a graytone image:
 +@example
 +lutyuv="u=128:v=128"
 +@end example
 +
 +@item
 +Apply a luma burning effect:
 +@example
 +lutyuv="y=2*val"
 +@end example
 +
 +@item
 +Remove green and blue components:
 +@example
 +lutrgb="g=0:b=0"
 +@end example
 +
 +@item
 +Set a constant alpha channel value on input:
 +@example
 +format=rgba,lutrgb=a="maxval-minval/2"
 +@end example
 +
 +@item
 +Correct luminance gamma by a factor of 0.5:
 +@example
 +lutyuv=y=gammaval(0.5)
 +@end example
 +
 +@item
 +Discard least significant bits of luma:
 +@example
 +lutyuv=y='bitand(val, 128+64+32)'
 +@end example
 +@end itemize
 +
 +@section maskedmerge
 +
 +Merge the first input stream with the second input stream using per pixel
 +weights in the third input stream.
 +
 +A value of 0 in the third stream pixel component means that pixel component
 +from first stream is returned unchanged, while maximum value (eg. 255 for
 +8-bit videos) means that pixel component from second stream is returned
 +unchanged. Intermediate values define the amount of merging between both
 +input stream's pixel components.
 +
 +This filter accepts the following options:
 +@table @option
 +@item planes
 +Set which planes will be processed as bitmap, unprocessed planes will be
 +copied from first stream.
 +By default value 0xf, all planes will be processed.
 +@end table
 +
 +@section mcdeint
 +
 +Apply motion-compensation deinterlacing.
 +
 +It needs one field per frame as input and must thus be used together
 +with yadif=1/3 or equivalent.
 +
 +This filter accepts the following options:
 +@table @option
 +@item mode
 +Set the deinterlacing mode.
 +
 +It accepts one of the following values:
 +@table @samp
 +@item fast
 +@item medium
 +@item slow
 +use iterative motion estimation
 +@item extra_slow
 +like @samp{slow}, but use multiple reference frames.
 +@end table
 +Default value is @samp{fast}.
 +
 +@item parity
 +Set the picture field parity assumed for the input video. It must be
 +one of the following values:
 +
 +@table @samp
 +@item 0, tff
 +assume top field first
 +@item 1, bff
 +assume bottom field first
 +@end table
 +
 +Default value is @samp{bff}.
 +
 +@item qp
 +Set per-block quantization parameter (QP) used by the internal
 +encoder.
 +
 +Higher values should result in a smoother motion vector field but less
 +optimal individual vectors. Default value is 1.
 +@end table
 +
 +@section mergeplanes
 +
 +Merge color channel components from several video streams.
 +
 +The filter accepts up to 4 input streams, and merge selected input
 +planes to the output video.
 +
 +This filter accepts the following options:
 +@table @option
 +@item mapping
 +Set input to output plane mapping. Default is @code{0}.
 +
 +The mappings is specified as a bitmap. It should be specified as a
 +hexadecimal number in the form 0xAa[Bb[Cc[Dd]]]. 'Aa' describes the
 +mapping for the first plane of the output stream. 'A' sets the number of
 +the input stream to use (from 0 to 3), and 'a' the plane number of the
 +corresponding input to use (from 0 to 3). The rest of the mappings is
 +similar, 'Bb' describes the mapping for the output stream second
 +plane, 'Cc' describes the mapping for the output stream third plane and
 +'Dd' describes the mapping for the output stream fourth plane.
 +
 +@item format
 +Set output pixel format. Default is @code{yuva444p}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Merge three gray video streams of same width and height into single video stream:
 +@example
 +[a0][a1][a2]mergeplanes=0x001020:yuv444p
 +@end example
 +
 +@item
 +Merge 1st yuv444p stream and 2nd gray video stream into yuva444p video stream:
 +@example
 +[a0][a1]mergeplanes=0x00010210:yuva444p
 +@end example
 +
 +@item
 +Swap Y and A plane in yuva444p stream:
 +@example
 +format=yuva444p,mergeplanes=0x03010200:yuva444p
 +@end example
 +
 +@item
 +Swap U and V plane in yuv420p stream:
 +@example
 +format=yuv420p,mergeplanes=0x000201:yuv420p
 +@end example
 +
 +@item
 +Cast a rgb24 clip to yuv444p:
 +@example
 +format=rgb24,mergeplanes=0x000102:yuv444p
 +@end example
 +@end itemize
 +
 +@section metadata, ametadata
 +
 +Manipulate frame metadata.
 +
 +This filter accepts the following options:
 +
 +@table @option
 +@item mode
 +Set mode of operation of the filter.
 +
 +Can be one of the following:
 +
 +@table @samp
 +@item select
 +If both @code{value} and @code{key} is set, select frames
 +which have such metadata. If only @code{key} is set, select
 +every frame that has such key in metadata.
 +
 +@item add
 +Add new metadata @code{key} and @code{value}. If key is already available
 +do nothing.
 +
 +@item modify
 +Modify value of already present key.
 +
 +@item delete
 +If @code{value} is set, delete only keys that have such value.
 +Otherwise, delete key.
 +
 +@item print
 +Print key and its value if metadata was found. If @code{key} is not set print all
 +metadata values available in frame.
 +@end table
 +
 +@item key
 +Set key used with all modes. Must be set for all modes except @code{print}.
 +
 +@item value
 +Set metadata value which will be used. This option is mandatory for
 +@code{modify} and @code{add} mode.
 +
 +@item function
 +Which function to use when comparing metadata value and @code{value}.
 +
 +Can be one of following:
 +
 +@table @samp
 +@item same_str
 +Values are interpreted as strings, returns true if metadata value is same as @code{value}.
 +
 +@item starts_with
 +Values are interpreted as strings, returns true if metadata value starts with
 +the @code{value} option string.
 +
 +@item less
 +Values are interpreted as floats, returns true if metadata value is less than @code{value}.
 +
 +@item equal
 +Values are interpreted as floats, returns true if @code{value} is equal with metadata value.
 +
 +@item greater
 +Values are interpreted as floats, returns true if metadata value is greater than @code{value}.
 +
 +@item expr
 +Values are interpreted as floats, returns true if expression from option @code{expr}
 +evaluates to true.
 +@end table
 +
 +@item expr
 +Set expression which is used when @code{function} is set to @code{expr}.
 +The expression is evaluated through the eval API and can contain the following
 +constants:
 +
 +@table @option
 +@item VALUE1
 +Float representation of @code{value} from metadata key.
 +
 +@item VALUE2
 +Float representation of @code{value} as supplied by user in @code{value} option.
 +@end table
 +
 +@item file
 +If specified in @code{print} mode, output is written to the named file. When
 +filename equals "-" data is written to standard output.
 +If @code{file} option is not set, output is written to the log with AV_LOG_INFO
 +loglevel.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Print all metadata values for frames with key @code{lavfi.singnalstats.YDIF} with values
 +between 0 and 1.
 +@example
 +@end example
 +signalstats,metadata=print:key=lavfi.signalstats.YDIF:value=0:function=expr:expr='between(VALUE1,0,1)'
 +@end itemize
 +
 +@section mpdecimate
 +
 +Drop frames that do not differ greatly from the previous frame in
 +order to reduce frame rate.
 +
 +The main use of this filter is for very-low-bitrate encoding
 +(e.g. streaming over dialup modem), but it could in theory be used for
 +fixing movies that were inverse-telecined incorrectly.
 +
 +A description of the accepted options follows.
 +
 +@table @option
 +@item max
 +Set the maximum number of consecutive frames which can be dropped (if
 +positive), or the minimum interval between dropped frames (if
 +negative). If the value is 0, the frame is dropped unregarding the
 +number of previous sequentially dropped frames.
 +
 +Default value is 0.
 +
 +@item hi
 +@item lo
 +@item frac
 +Set the dropping threshold values.
 +
 +Values for @option{hi} and @option{lo} are for 8x8 pixel blocks and
 +represent actual pixel value differences, so a threshold of 64
 +corresponds to 1 unit of difference for each pixel, or the same spread
 +out differently over the block.
 +
 +A frame is a candidate for dropping if no 8x8 blocks differ by more
 +than a threshold of @option{hi}, and if no more than @option{frac} blocks (1
 +meaning the whole image) differ by more than a threshold of @option{lo}.
 +
 +Default value for @option{hi} is 64*12, default value for @option{lo} is
 +64*5, and default value for @option{frac} is 0.33.
 +@end table
 +
 +
 +@section negate
 +
 +Negate input video.
 +
 +It accepts an integer in input; if non-zero it negates the
 +alpha component (if available). The default value in input is 0.
 +
 +@section nnedi
 +
 +Deinterlace video using neural network edge directed interpolation.
 +
 +This filter accepts the following options:
 +
 +@table @option
 +@item weights
 +Mandatory option, without binary file filter can not work.
 +Currently file can be found here:
 +https://github.com/dubhater/vapoursynth-nnedi3/blob/master/src/nnedi3_weights.bin
 +
 +@item deint
 +Set which frames to deinterlace, by default it is @code{all}.
 +Can be @code{all} or @code{interlaced}.
 +
 +@item field
 +Set mode of operation.
 +
 +Can be one of the following:
 +
 +@table @samp
 +@item af
 +Use frame flags, both fields.
 +@item a
 +Use frame flags, single field.
 +@item t
 +Use top field only.
 +@item b
 +Use bottom field only.
 +@item tf
 +Use both fields, top first.
 +@item bf
 +Use both fields, bottom first.
 +@end table
 +
 +@item planes
 +Set which planes to process, by default filter process all frames.
 +
 +@item nsize
 +Set size of local neighborhood around each pixel, used by the predictor neural
 +network.
 +
 +Can be one of the following:
 +
 +@table @samp
 +@item s8x6
 +@item s16x6
 +@item s32x6
 +@item s48x6
 +@item s8x4
 +@item s16x4
 +@item s32x4
 +@end table
 +
 +@item nns
 +Set the number of neurons in predicctor neural network.
 +Can be one of the following:
 +
 +@table @samp
 +@item n16
 +@item n32
 +@item n64
 +@item n128
 +@item n256
 +@end table
 +
 +@item qual
 +Controls the number of different neural network predictions that are blended
 +together to compute the final output value. Can be @code{fast}, default or
 +@code{slow}.
 +
 +@item etype
 +Set which set of weights to use in the predictor.
 +Can be one of the following:
 +
 +@table @samp
 +@item a
 +weights trained to minimize absolute error
 +@item s
 +weights trained to minimize squared error
 +@end table
 +
 +@item pscrn
 +Controls whether or not the prescreener neural network is used to decide
 +which pixels should be processed by the predictor neural network and which
 +can be handled by simple cubic interpolation.
 +The prescreener is trained to know whether cubic interpolation will be
 +sufficient for a pixel or whether it should be predicted by the predictor nn.
 +The computational complexity of the prescreener nn is much less than that of
 +the predictor nn. Since most pixels can be handled by cubic interpolation,
 +using the prescreener generally results in much faster processing.
 +The prescreener is pretty accurate, so the difference between using it and not
 +using it is almost always unnoticeable.
 +
 +Can be one of the following:
 +
 +@table @samp
 +@item none
 +@item original
 +@item new
 +@end table
 +
 +Default is @code{new}.
 +
 +@item fapprox
 +Set various debugging flags.
 +@end table
 +
 +@section noformat
 +
 +Force libavfilter not to use any of the specified pixel formats for the
 +input to the next filter.
 +
 +It accepts the following parameters:
 +@table @option
 +
 +@item pix_fmts
 +A '|'-separated list of pixel format names, such as
 +apix_fmts=yuv420p|monow|rgb24".
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Force libavfilter to use a format different from @var{yuv420p} for the
 +input to the vflip filter:
 +@example
 +noformat=pix_fmts=yuv420p,vflip
 +@end example
 +
 +@item
 +Convert the input video to any of the formats not contained in the list:
 +@example
 +noformat=yuv420p|yuv444p|yuv410p
 +@end example
 +@end itemize
 +
 +@section noise
 +
 +Add noise on video input frame.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item all_seed
 +@item c0_seed
 +@item c1_seed
 +@item c2_seed
 +@item c3_seed
 +Set noise seed for specific pixel component or all pixel components in case
 +of @var{all_seed}. Default value is @code{123457}.
 +
 +@item all_strength, alls
 +@item c0_strength, c0s
 +@item c1_strength, c1s
 +@item c2_strength, c2s
 +@item c3_strength, c3s
 +Set noise strength for specific pixel component or all pixel components in case
 +@var{all_strength}. Default value is @code{0}. Allowed range is [0, 100].
 +
 +@item all_flags, allf
 +@item c0_flags, c0f
 +@item c1_flags, c1f
 +@item c2_flags, c2f
 +@item c3_flags, c3f
 +Set pixel component flags or set flags for all components if @var{all_flags}.
 +Available values for component flags are:
 +@table @samp
 +@item a
 +averaged temporal noise (smoother)
 +@item p
 +mix random noise with a (semi)regular pattern
 +@item t
 +temporal noise (noise pattern changes between frames)
 +@item u
 +uniform noise (gaussian otherwise)
 +@end table
 +@end table
 +
 +@subsection Examples
 +
 +Add temporal and uniform noise to input video:
 +@example
 +noise=alls=20:allf=t+u
 +@end example
 +
 +@section null
 +
 +Pass the video source unchanged to the output.
 +
 +@section ocr
 +Optical Character Recognition
 +
 +This filter uses Tesseract for optical character recognition.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item datapath
 +Set datapath to tesseract data. Default is to use whatever was
 +set at installation.
 +
 +@item language
 +Set language, default is "eng".
 +
 +@item whitelist
 +Set character whitelist.
 +
 +@item blacklist
 +Set character blacklist.
 +@end table
 +
 +The filter exports recognized text as the frame metadata @code{lavfi.ocr.text}.
 +
 +@section ocv
 +
 +Apply a video transform using libopencv.
 +
 +To enable this filter, install the libopencv library and headers and
 +configure FFmpeg with @code{--enable-libopencv}.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item filter_name
 +The name of the libopencv filter to apply.
 +
 +@item filter_params
 +The parameters to pass to the libopencv filter. If not specified, the default
 +values are assumed.
 +
 +@end table
 +
 +Refer to the official libopencv documentation for more precise
 +information:
 +@url{http://docs.opencv.org/master/modules/imgproc/doc/filtering.html}
 +
 +Several libopencv filters are supported; see the following subsections.
 +
 +@anchor{dilate}
 +@subsection dilate
 +
 +Dilate an image by using a specific structuring element.
 +It corresponds to the libopencv function @code{cvDilate}.
 +
 +It accepts the parameters: @var{struct_el}|@var{nb_iterations}.
 +
 +@var{struct_el} represents a structuring element, and has the syntax:
 +@var{cols}x@var{rows}+@var{anchor_x}x@var{anchor_y}/@var{shape}
 +
 +@var{cols} and @var{rows} represent the number of columns and rows of
 +the structuring element, @var{anchor_x} and @var{anchor_y} the anchor
 +point, and @var{shape} the shape for the structuring element. @var{shape}
 +must be "rect", "cross", "ellipse", or "custom".
 +
 +If the value for @var{shape} is "custom", it must be followed by a
 +string of the form "=@var{filename}". The file with name
 +@var{filename} is assumed to represent a binary image, with each
 +printable character corresponding to a bright pixel. When a custom
 +@var{shape} is used, @var{cols} and @var{rows} are ignored, the number
 +or columns and rows of the read file are assumed instead.
 +
 +The default value for @var{struct_el} is "3x3+0x0/rect".
 +
 +@var{nb_iterations} specifies the number of times the transform is
 +applied to the image, and defaults to 1.
 +
 +Some examples:
 +@example
 +# Use the default values
 +ocv=dilate
 +
 +# Dilate using a structuring element with a 5x5 cross, iterating two times
 +ocv=filter_name=dilate:filter_params=5x5+2x2/cross|2
 +
 +# Read the shape from the file diamond.shape, iterating two times.
 +# The file diamond.shape may contain a pattern of characters like this
 +#   *
 +#  ***
 +# *****
 +#  ***
 +#   *
 +# The specified columns and rows are ignored
 +# but the anchor point coordinates are not
 +ocv=dilate:0x0+2x2/custom=diamond.shape|2
 +@end example
 +
 +@subsection erode
 +
 +Erode an image by using a specific structuring element.
 +It corresponds to the libopencv function @code{cvErode}.
 +
 +It accepts the parameters: @var{struct_el}:@var{nb_iterations},
 +with the same syntax and semantics as the @ref{dilate} filter.
 +
 +@subsection smooth
 +
 +Smooth the input video.
 +
 +The filter takes the following parameters:
 +@var{type}|@var{param1}|@var{param2}|@var{param3}|@var{param4}.
 +
 +@var{type} is the type of smooth filter to apply, and must be one of
 +the following values: "blur", "blur_no_scale", "median", "gaussian",
 +or "bilateral". The default value is "gaussian".
 +
 +The meaning of @var{param1}, @var{param2}, @var{param3}, and @var{param4}
 +depend on the smooth type. @var{param1} and
 +@var{param2} accept integer positive values or 0. @var{param3} and
 +@var{param4} accept floating point values.
 +
 +The default value for @var{param1} is 3. The default value for the
 +other parameters is 0.
 +
 +These parameters correspond to the parameters assigned to the
 +libopencv function @code{cvSmooth}.
 +
 +@anchor{overlay}
 +@section overlay
 +
 +Overlay one video on top of another.
 +
 +It takes two inputs and has one output. The first input is the "main"
 +video on which the second input is overlaid.
 +
 +It accepts the following parameters:
 +
 +A description of the accepted options follows.
 +
 +@table @option
 +@item x
 +@item y
 +Set the expression for the x and y coordinates of the overlaid video
 +on the main video. Default value is "0" for both expressions. In case
 +the expression is invalid, it is set to a huge value (meaning that the
 +overlay will not be displayed within the output visible area).
 +
 +@item eof_action
 +The action to take when EOF is encountered on the secondary input; it accepts
 +one of the following values:
 +
 +@table @option
 +@item repeat
 +Repeat the last frame (the default).
 +@item endall
 +End both streams.
 +@item pass
 +Pass the main input through.
 +@end table
 +
 +@item eval
 +Set when the expressions for @option{x}, and @option{y} are evaluated.
 +
 +It accepts the following values:
 +@table @samp
 +@item init
 +only evaluate expressions once during the filter initialization or
 +when a command is processed
 +
 +@item frame
 +evaluate expressions for each incoming frame
 +@end table
 +
 +Default value is @samp{frame}.
 +
 +@item shortest
 +If set to 1, force the output to terminate when the shortest input
 +terminates. Default value is 0.
 +
 +@item format
 +Set the format for the output video.
 +
 +It accepts the following values:
 +@table @samp
 +@item yuv420
 +force YUV420 output
 +
 +@item yuv422
 +force YUV422 output
 +
 +@item yuv444
 +force YUV444 output
 +
 +@item rgb
 +force RGB output
 +@end table
 +
 +Default value is @samp{yuv420}.
 +
 +@item rgb @emph{(deprecated)}
 +If set to 1, force the filter to accept inputs in the RGB
 +color space. Default value is 0. This option is deprecated, use
 +@option{format} instead.
 +
 +@item repeatlast
 +If set to 1, force the filter to draw the last overlay frame over the
 +main input until the end of the stream. A value of 0 disables this
 +behavior. Default value is 1.
 +@end table
 +
 +The @option{x}, and @option{y} expressions can contain the following
 +parameters.
 +
 +@table @option
 +@item main_w, W
 +@item main_h, H
 +The main input width and height.
 +
 +@item overlay_w, w
 +@item overlay_h, h
 +The overlay input width and height.
 +
 +@item x
 +@item y
 +The computed values for @var{x} and @var{y}. They are evaluated for
 +each new frame.
 +
 +@item hsub
 +@item vsub
 +horizontal and vertical chroma subsample values of the output
 +format. For example for the pixel format "yuv422p" @var{hsub} is 2 and
 +@var{vsub} is 1.
 +
 +@item n
 +the number of input frame, starting from 0
 +
 +@item pos
 +the position in the file of the input frame, NAN if unknown
 +
 +@item t
 +The timestamp, expressed in seconds. It's NAN if the input timestamp is unknown.
 +
 +@end table
 +
 +Note that the @var{n}, @var{pos}, @var{t} variables are available only
 +when evaluation is done @emph{per frame}, and will evaluate to NAN
 +when @option{eval} is set to @samp{init}.
 +
 +Be aware that frames are taken from each input video in timestamp
 +order, hence, if their initial timestamps differ, it is a good idea
 +to pass the two inputs through a @var{setpts=PTS-STARTPTS} filter to
 +have them begin in the same zero timestamp, as the example for
 +the @var{movie} filter does.
 +
 +You can chain together more overlays but you should test the
 +efficiency of such approach.
 +
 +@subsection Commands
 +
 +This filter supports the following commands:
 +@table @option
 +@item x
 +@item y
 +Modify the x and y of the overlay input.
 +The command accepts the same syntax of the corresponding option.
 +
 +If the specified expression is not valid, it is kept at its current
 +value.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Draw the overlay at 10 pixels from the bottom right corner of the main
 +video:
 +@example
 +overlay=main_w-overlay_w-10:main_h-overlay_h-10
 +@end example
 +
 +Using named options the example above becomes:
 +@example
 +overlay=x=main_w-overlay_w-10:y=main_h-overlay_h-10
 +@end example
 +
 +@item
 +Insert a transparent PNG logo in the bottom left corner of the input,
 +using the @command{ffmpeg} tool with the @code{-filter_complex} option:
 +@example
 +ffmpeg -i input -i logo -filter_complex 'overlay=10:main_h-overlay_h-10' output
 +@end example
 +
 +@item
 +Insert 2 different transparent PNG logos (second logo on bottom
 +right corner) using the @command{ffmpeg} tool:
 +@example
 +ffmpeg -i input -i logo1 -i logo2 -filter_complex 'overlay=x=10:y=H-h-10,overlay=x=W-w-10:y=H-h-10' output
 +@end example
 +
 +@item
 +Add a transparent color layer on top of the main video; @code{WxH}
 +must specify the size of the main input to the overlay filter:
 +@example
 +color=color=red@@.3:size=WxH [over]; [in][over] overlay [out]
 +@end example
 +
 +@item
 +Play an original video and a filtered version (here with the deshake
 +filter) side by side using the @command{ffplay} tool:
 +@example
 +ffplay input.avi -vf 'split[a][b]; [a]pad=iw*2:ih[src]; [b]deshake[filt]; [src][filt]overlay=w'
 +@end example
 +
 +The above command is the same as:
 +@example
 +ffplay input.avi -vf 'split[b], pad=iw*2[src], [b]deshake, [src]overlay=w'
 +@end example
 +
 +@item
 +Make a sliding overlay appearing from the left to the right top part of the
 +screen starting since time 2:
 +@example
 +overlay=x='if(gte(t,2), -w+(t-2)*20, NAN)':y=0
 +@end example
 +
 +@item
 +Compose output by putting two input videos side to side:
 +@example
 +ffmpeg -i left.avi -i right.avi -filter_complex "
 +nullsrc=size=200x100 [background];
 +[0:v] setpts=PTS-STARTPTS, scale=100x100 [left];
 +[1:v] setpts=PTS-STARTPTS, scale=100x100 [right];
 +[background][left]       overlay=shortest=1       [background+left];
 +[background+left][right] overlay=shortest=1:x=100 [left+right]
 +"
 +@end example
 +
 +@item
 +Mask 10-20 seconds of a video by applying the delogo filter to a section
 +@example
 +ffmpeg -i test.avi -codec:v:0 wmv2 -ar 11025 -b:v 9000k
 +-vf '[in]split[split_main][split_delogo];[split_delogo]trim=start=360:end=371,delogo=0:0:640:480[delogoed];[split_main][delogoed]overlay=eof_action=pass[out]'
 +masked.avi
 +@end example
 +
 +@item
 +Chain several overlays in cascade:
 +@example
 +nullsrc=s=200x200 [bg];
 +testsrc=s=100x100, split=4 [in0][in1][in2][in3];
 +[in0] lutrgb=r=0, [bg]   overlay=0:0     [mid0];
 +[in1] lutrgb=g=0, [mid0] overlay=100:0   [mid1];
 +[in2] lutrgb=b=0, [mid1] overlay=0:100   [mid2];
 +[in3] null,       [mid2] overlay=100:100 [out0]
 +@end example
 +
 +@end itemize
 +
 +@section owdenoise
 +
 +Apply Overcomplete Wavelet denoiser.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item depth
 +Set depth.
 +
 +Larger depth values will denoise lower frequency components more, but
 +slow down filtering.
 +
 +Must be an int in the range 8-16, default is @code{8}.
 +
 +@item luma_strength, ls
 +Set luma strength.
 +
 +Must be a double value in the range 0-1000, default is @code{1.0}.
 +
 +@item chroma_strength, cs
 +Set chroma strength.
 +
 +Must be a double value in the range 0-1000, default is @code{1.0}.
 +@end table
 +
 +@anchor{pad}
 +@section pad
 +
 +Add paddings to the input image, and place the original input at the
 +provided @var{x}, @var{y} coordinates.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item width, w
 +@item height, h
 +Specify an expression for the size of the output image with the
 +paddings added. If the value for @var{width} or @var{height} is 0, the
 +corresponding input size is used for the output.
 +
 +The @var{width} expression can reference the value set by the
 +@var{height} expression, and vice versa.
 +
 +The default value of @var{width} and @var{height} is 0.
 +
 +@item x
 +@item y
 +Specify the offsets to place the input image at within the padded area,
 +with respect to the top/left border of the output image.
 +
 +The @var{x} expression can reference the value set by the @var{y}
 +expression, and vice versa.
 +
 +The default value of @var{x} and @var{y} is 0.
 +
 +@item color
 +Specify the color of the padded area. For the syntax of this option,
 +check the "Color" section in the ffmpeg-utils manual.
 +
 +The default value of @var{color} is "black".
 +@end table
 +
 +The value for the @var{width}, @var{height}, @var{x}, and @var{y}
 +options are expressions containing the following constants:
 +
 +@table @option
 +@item in_w
 +@item in_h
 +The input video width and height.
 +
 +@item iw
 +@item ih
 +These are the same as @var{in_w} and @var{in_h}.
 +
 +@item out_w
 +@item out_h
 +The output width and height (the size of the padded area), as
 +specified by the @var{width} and @var{height} expressions.
 +
 +@item ow
 +@item oh
 +These are the same as @var{out_w} and @var{out_h}.
 +
 +@item x
 +@item y
 +The x and y offsets as specified by the @var{x} and @var{y}
 +expressions, or NAN if not yet specified.
 +
 +@item a
 +same as @var{iw} / @var{ih}
 +
 +@item sar
 +input sample aspect ratio
 +
 +@item dar
 +input display aspect ratio, it is the same as (@var{iw} / @var{ih}) * @var{sar}
 +
 +@item hsub
 +@item vsub
 +The horizontal and vertical chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Add paddings with the color "violet" to the input video. The output video
 +size is 640x480, and the top-left corner of the input video is placed at
 +column 0, row 40
 +@example
 +pad=640:480:0:40:violet
 +@end example
 +
 +The example above is equivalent to the following command:
 +@example
 +pad=width=640:height=480:x=0:y=40:color=violet
 +@end example
 +
 +@item
 +Pad the input to get an output with dimensions increased by 3/2,
 +and put the input video at the center of the padded area:
 +@example
 +pad="3/2*iw:3/2*ih:(ow-iw)/2:(oh-ih)/2"
 +@end example
 +
 +@item
 +Pad the input to get a squared output with size equal to the maximum
 +value between the input width and height, and put the input video at
 +the center of the padded area:
 +@example
 +pad="max(iw\,ih):ow:(ow-iw)/2:(oh-ih)/2"
 +@end example
 +
 +@item
 +Pad the input to get a final w/h ratio of 16:9:
 +@example
 +pad="ih*16/9:ih:(ow-iw)/2:(oh-ih)/2"
 +@end example
 +
 +@item
 +In case of anamorphic video, in order to set the output display aspect
 +correctly, it is necessary to use @var{sar} in the expression,
 +according to the relation:
 +@example
 +(ih * X / ih) * sar = output_dar
 +X = output_dar / sar
 +@end example
 +
 +Thus the previous example needs to be modified to:
 +@example
 +pad="ih*16/9/sar:ih:(ow-iw)/2:(oh-ih)/2"
 +@end example
 +
 +@item
 +Double the output size and put the input video in the bottom-right
 +corner of the output padded area:
 +@example
 +pad="2*iw:2*ih:ow-iw:oh-ih"
 +@end example
 +@end itemize
 +
 +@anchor{palettegen}
 +@section palettegen
 +
 +Generate one palette for a whole video stream.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item max_colors
 +Set the maximum number of colors to quantize in the palette.
 +Note: the palette will still contain 256 colors; the unused palette entries
 +will be black.
 +
 +@item reserve_transparent
 +Create a palette of 255 colors maximum and reserve the last one for
 +transparency. Reserving the transparency color is useful for GIF optimization.
 +If not set, the maximum of colors in the palette will be 256. You probably want
 +to disable this option for a standalone image.
 +Set by default.
 +
 +@item stats_mode
 +Set statistics mode.
 +
 +It accepts the following values:
 +@table @samp
 +@item full
 +Compute full frame histograms.
 +@item diff
 +Compute histograms only for the part that differs from previous frame. This
 +might be relevant to give more importance to the moving part of your input if
 +the background is static.
 +@end table
 +
 +Default value is @var{full}.
 +@end table
 +
 +The filter also exports the frame metadata @code{lavfi.color_quant_ratio}
 +(@code{nb_color_in / nb_color_out}) which you can use to evaluate the degree of
 +color quantization of the palette. This information is also visible at
 +@var{info} logging level.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Generate a representative palette of a given video using @command{ffmpeg}:
 +@example
 +ffmpeg -i input.mkv -vf palettegen palette.png
 +@end example
 +@end itemize
 +
 +@section paletteuse
 +
 +Use a palette to downsample an input video stream.
 +
 +The filter takes two inputs: one video stream and a palette. The palette must
 +be a 256 pixels image.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item dither
 +Select dithering mode. Available algorithms are:
 +@table @samp
 +@item bayer
 +Ordered 8x8 bayer dithering (deterministic)
 +@item heckbert
 +Dithering as defined by Paul Heckbert in 1982 (simple error diffusion).
 +Note: this dithering is sometimes considered "wrong" and is included as a
 +reference.
 +@item floyd_steinberg
 +Floyd and Steingberg dithering (error diffusion)
 +@item sierra2
 +Frankie Sierra dithering v2 (error diffusion)
 +@item sierra2_4a
 +Frankie Sierra dithering v2 "Lite" (error diffusion)
 +@end table
 +
 +Default is @var{sierra2_4a}.
 +
 +@item bayer_scale
 +When @var{bayer} dithering is selected, this option defines the scale of the
 +pattern (how much the crosshatch pattern is visible). A low value means more
 +visible pattern for less banding, and higher value means less visible pattern
 +at the cost of more banding.
 +
 +The option must be an integer value in the range [0,5]. Default is @var{2}.
 +
 +@item diff_mode
 +If set, define the zone to process
 +
 +@table @samp
 +@item rectangle
 +Only the changing rectangle will be reprocessed. This is similar to GIF
 +cropping/offsetting compression mechanism. This option can be useful for speed
 +if only a part of the image is changing, and has use cases such as limiting the
 +scope of the error diffusal @option{dither} to the rectangle that bounds the
 +moving scene (it leads to more deterministic output if the scene doesn't change
 +much, and as a result less moving noise and better GIF compression).
 +@end table
 +
 +Default is @var{none}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Use a palette (generated for example with @ref{palettegen}) to encode a GIF
 +using @command{ffmpeg}:
 +@example
 +ffmpeg -i input.mkv -i palette.png -lavfi paletteuse output.gif
 +@end example
 +@end itemize
 +
 +@section perspective
 +
 +Correct perspective of video not recorded perpendicular to the screen.
 +
 +A description of the accepted parameters follows.
 +
 +@table @option
 +@item x0
 +@item y0
 +@item x1
 +@item y1
 +@item x2
 +@item y2
 +@item x3
 +@item y3
 +Set coordinates expression for top left, top right, bottom left and bottom right corners.
 +Default values are @code{0:0:W:0:0:H:W:H} with which perspective will remain unchanged.
 +If the @code{sense} option is set to @code{source}, then the specified points will be sent
 +to the corners of the destination. If the @code{sense} option is set to @code{destination},
 +then the corners of the source will be sent to the specified coordinates.
 +
 +The expressions can use the following variables:
 +
 +@table @option
 +@item W
 +@item H
 +the width and height of video frame.
 +@end table
 +
 +@item interpolation
 +Set interpolation for perspective correction.
 +
 +It accepts the following values:
 +@table @samp
 +@item linear
 +@item cubic
 +@end table
 +
 +Default value is @samp{linear}.
 +
 +@item sense
 +Set interpretation of coordinate options.
 +
 +It accepts the following values:
 +@table @samp
 +@item 0, source
 +
 +Send point in the source specified by the given coordinates to
 +the corners of the destination.
 +
 +@item 1, destination
 +
 +Send the corners of the source to the point in the destination specified
 +by the given coordinates.
 +
 +Default value is @samp{source}.
 +@end table
 +@end table
 +
 +@section phase
 +
 +Delay interlaced video by one field time so that the field order changes.
 +
 +The intended use is to fix PAL movies that have been captured with the
 +opposite field order to the film-to-video transfer.
 +
 +A description of the accepted parameters follows.
 +
 +@table @option
 +@item mode
 +Set phase mode.
 +
 +It accepts the following values:
 +@table @samp
 +@item t
 +Capture field order top-first, transfer bottom-first.
 +Filter will delay the bottom field.
 +
 +@item b
 +Capture field order bottom-first, transfer top-first.
 +Filter will delay the top field.
 +
 +@item p
 +Capture and transfer with the same field order. This mode only exists
 +for the documentation of the other options to refer to, but if you
 +actually select it, the filter will faithfully do nothing.
 +
 +@item a
 +Capture field order determined automatically by field flags, transfer
 +opposite.
 +Filter selects among @samp{t} and @samp{b} modes on a frame by frame
 +basis using field flags. If no field information is available,
 +then this works just like @samp{u}.
 +
 +@item u
 +Capture unknown or varying, transfer opposite.
 +Filter selects among @samp{t} and @samp{b} on a frame by frame basis by
 +analyzing the images and selecting the alternative that produces best
 +match between the fields.
 +
 +@item T
 +Capture top-first, transfer unknown or varying.
 +Filter selects among @samp{t} and @samp{p} using image analysis.
 +
 +@item B
 +Capture bottom-first, transfer unknown or varying.
 +Filter selects among @samp{b} and @samp{p} using image analysis.
 +
 +@item A
 +Capture determined by field flags, transfer unknown or varying.
 +Filter selects among @samp{t}, @samp{b} and @samp{p} using field flags and
 +image analysis. If no field information is available, then this works just
 +like @samp{U}. This is the default mode.
 +
 +@item U
 +Both capture and transfer unknown or varying.
 +Filter selects among @samp{t}, @samp{b} and @samp{p} using image analysis only.
 +@end table
 +@end table
 +
 +@section pixdesctest
 +
 +Pixel format descriptor test filter, mainly useful for internal
 +testing. The output video should be equal to the input video.
 +
 +For example:
 +@example
 +format=monow, pixdesctest
 +@end example
 +
 +can be used to test the monowhite pixel format descriptor definition.
 +
 +@section pp
 +
 +Enable the specified chain of postprocessing subfilters using libpostproc. This
 +library should be automatically selected with a GPL build (@code{--enable-gpl}).
 +Subfilters must be separated by '/' and can be disabled by prepending a '-'.
 +Each subfilter and some options have a short and a long name that can be used
 +interchangeably, i.e. dr/dering are the same.
 +
 +The filters accept the following options:
 +
 +@table @option
 +@item subfilters
 +Set postprocessing subfilters string.
 +@end table
 +
 +All subfilters share common options to determine their scope:
 +
 +@table @option
 +@item a/autoq
 +Honor the quality commands for this subfilter.
 +
 +@item c/chrom
 +Do chrominance filtering, too (default).
 +
 +@item y/nochrom
 +Do luminance filtering only (no chrominance).
 +
 +@item n/noluma
 +Do chrominance filtering only (no luminance).
 +@end table
 +
 +These options can be appended after the subfilter name, separated by a '|'.
 +
 +Available subfilters are:
 +
 +@table @option
 +@item hb/hdeblock[|difference[|flatness]]
 +Horizontal deblocking filter
 +@table @option
 +@item difference
 +Difference factor where higher values mean more deblocking (default: @code{32}).
 +@item flatness
 +Flatness threshold where lower values mean more deblocking (default: @code{39}).
 +@end table
 +
 +@item vb/vdeblock[|difference[|flatness]]
 +Vertical deblocking filter
 +@table @option
 +@item difference
 +Difference factor where higher values mean more deblocking (default: @code{32}).
 +@item flatness
 +Flatness threshold where lower values mean more deblocking (default: @code{39}).
 +@end table
 +
 +@item ha/hadeblock[|difference[|flatness]]
 +Accurate horizontal deblocking filter
 +@table @option
 +@item difference
 +Difference factor where higher values mean more deblocking (default: @code{32}).
 +@item flatness
 +Flatness threshold where lower values mean more deblocking (default: @code{39}).
 +@end table
 +
 +@item va/vadeblock[|difference[|flatness]]
 +Accurate vertical deblocking filter
 +@table @option
 +@item difference
 +Difference factor where higher values mean more deblocking (default: @code{32}).
 +@item flatness
 +Flatness threshold where lower values mean more deblocking (default: @code{39}).
 +@end table
 +@end table
 +
 +The horizontal and vertical deblocking filters share the difference and
 +flatness values so you cannot set different horizontal and vertical
 +thresholds.
 +
 +@table @option
 +@item h1/x1hdeblock
 +Experimental horizontal deblocking filter
 +
 +@item v1/x1vdeblock
 +Experimental vertical deblocking filter
 +
 +@item dr/dering
 +Deringing filter
 +
 +@item tn/tmpnoise[|threshold1[|threshold2[|threshold3]]], temporal noise reducer
 +@table @option
 +@item threshold1
 +larger -> stronger filtering
 +@item threshold2
 +larger -> stronger filtering
 +@item threshold3
 +larger -> stronger filtering
 +@end table
 +
 +@item al/autolevels[:f/fullyrange], automatic brightness / contrast correction
 +@table @option
 +@item f/fullyrange
 +Stretch luminance to @code{0-255}.
 +@end table
 +
 +@item lb/linblenddeint
 +Linear blend deinterlacing filter that deinterlaces the given block by
 +filtering all lines with a @code{(1 2 1)} filter.
 +
 +@item li/linipoldeint
 +Linear interpolating deinterlacing filter that deinterlaces the given block by
 +linearly interpolating every second line.
 +
 +@item ci/cubicipoldeint
 +Cubic interpolating deinterlacing filter deinterlaces the given block by
 +cubically interpolating every second line.
 +
 +@item md/mediandeint
 +Median deinterlacing filter that deinterlaces the given block by applying a
 +median filter to every second line.
 +
 +@item fd/ffmpegdeint
 +FFmpeg deinterlacing filter that deinterlaces the given block by filtering every
 +second line with a @code{(-1 4 2 4 -1)} filter.
 +
 +@item l5/lowpass5
 +Vertically applied FIR lowpass deinterlacing filter that deinterlaces the given
 +block by filtering all lines with a @code{(-1 2 6 2 -1)} filter.
 +
 +@item fq/forceQuant[|quantizer]
 +Overrides the quantizer table from the input with the constant quantizer you
 +specify.
 +@table @option
 +@item quantizer
 +Quantizer to use
 +@end table
 +
 +@item de/default
 +Default pp filter combination (@code{hb|a,vb|a,dr|a})
 +
 +@item fa/fast
 +Fast pp filter combination (@code{h1|a,v1|a,dr|a})
 +
 +@item ac
 +High quality pp filter combination (@code{ha|a|128|7,va|a,dr|a})
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply horizontal and vertical deblocking, deringing and automatic
 +brightness/contrast:
 +@example
 +pp=hb/vb/dr/al
 +@end example
 +
 +@item
 +Apply default filters without brightness/contrast correction:
 +@example
 +pp=de/-al
 +@end example
 +
 +@item
 +Apply default filters and temporal denoiser:
 +@example
 +pp=default/tmpnoise|1|2|3
 +@end example
 +
 +@item
 +Apply deblocking on luminance only, and switch vertical deblocking on or off
 +automatically depending on available CPU time:
 +@example
 +pp=hb|y/vb|a
 +@end example
 +@end itemize
 +
 +@section pp7
 +Apply Postprocessing filter 7. It is variant of the @ref{spp} filter,
 +similar to spp = 6 with 7 point DCT, where only the center sample is
 +used after IDCT.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item qp
 +Force a constant quantization parameter. It accepts an integer in range
 +0 to 63. If not set, the filter will use the QP from the video stream
 +(if available).
 +
 +@item mode
 +Set thresholding mode. Available modes are:
 +
 +@table @samp
 +@item hard
 +Set hard thresholding.
 +@item soft
 +Set soft thresholding (better de-ringing effect, but likely blurrier).
 +@item medium
 +Set medium thresholding (good results, default).
 +@end table
 +@end table
 +
 +@section psnr
 +
 +Obtain the average, maximum and minimum PSNR (Peak Signal to Noise
 +Ratio) between two input videos.
 +
 +This filter takes in input two input videos, the first input is
 +considered the "main" source and is passed unchanged to the
 +output. The second input is used as a "reference" video for computing
 +the PSNR.
 +
 +Both video inputs must have the same resolution and pixel format for
 +this filter to work correctly. Also it assumes that both inputs
 +have the same number of frames, which are compared one by one.
 +
 +The obtained average PSNR is printed through the logging system.
 +
 +The filter stores the accumulated MSE (mean squared error) of each
 +frame, and at the end of the processing it is averaged across all frames
 +equally, and the following formula is applied to obtain the PSNR:
 +
 +@example
 +PSNR = 10*log10(MAX^2/MSE)
 +@end example
 +
 +Where MAX is the average of the maximum values of each component of the
  image.
  
 -The default value of @var{w} and @var{h} is 0.
 +The description of the accepted parameters follows.
 +
 +@table @option
 +@item stats_file, f
 +If specified the filter will use the named file to save the PSNR of
 +each individual frame. When filename equals "-" the data is sent to
 +standard output.
 +@end table
 +
 +The file printed if @var{stats_file} is selected, contains a sequence of
 +key/value pairs of the form @var{key}:@var{value} for each compared
 +couple of frames.
 +
 +A description of each shown parameter follows:
 +
 +@table @option
 +@item n
 +sequential number of the input frame, starting from 1
 +
 +@item mse_avg
 +Mean Square Error pixel-by-pixel average difference of the compared
 +frames, averaged over all the image components.
 +
 +@item mse_y, mse_u, mse_v, mse_r, mse_g, mse_g, mse_a
 +Mean Square Error pixel-by-pixel average difference of the compared
 +frames for the component specified by the suffix.
 +
 +@item psnr_y, psnr_u, psnr_v, psnr_r, psnr_g, psnr_b, psnr_a
 +Peak Signal to Noise ratio of the compared frames for the component
 +specified by the suffix.
 +@end table
 +
 +For example:
 +@example
 +movie=ref_movie.mpg, setpts=PTS-STARTPTS [main];
 +[main][ref] psnr="stats_file=stats.log" [out]
 +@end example
 +
 +On this example the input file being processed is compared with the
 +reference file @file{ref_movie.mpg}. The PSNR of each individual frame
 +is stored in @file{stats.log}.
 +
 +@anchor{pullup}
 +@section pullup
 +
 +Pulldown reversal (inverse telecine) filter, capable of handling mixed
 +hard-telecine, 24000/1001 fps progressive, and 30000/1001 fps progressive
 +content.
 +
 +The pullup filter is designed to take advantage of future context in making
 +its decisions. This filter is stateless in the sense that it does not lock
 +onto a pattern to follow, but it instead looks forward to the following
 +fields in order to identify matches and rebuild progressive frames.
 +
 +To produce content with an even framerate, insert the fps filter after
 +pullup, use @code{fps=24000/1001} if the input frame rate is 29.97fps,
 +@code{fps=24} for 30fps and the (rare) telecined 25fps input.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item jl
 +@item jr
 +@item jt
 +@item jb
 +These options set the amount of "junk" to ignore at the left, right, top, and
 +bottom of the image, respectively. Left and right are in units of 8 pixels,
 +while top and bottom are in units of 2 lines.
 +The default is 8 pixels on each side.
 +
 +@item sb
 +Set the strict breaks. Setting this option to 1 will reduce the chances of
 +filter generating an occasional mismatched frame, but it may also cause an
 +excessive number of frames to be dropped during high motion sequences.
 +Conversely, setting it to -1 will make filter match fields more easily.
 +This may help processing of video where there is slight blurring between
 +the fields, but may also cause there to be interlaced frames in the output.
 +Default value is @code{0}.
 +
 +@item mp
 +Set the metric plane to use. It accepts the following values:
 +@table @samp
 +@item l
 +Use luma plane.
 +
 +@item u
 +Use chroma blue plane.
 +
 +@item v
 +Use chroma red plane.
 +@end table
 +
 +This option may be set to use chroma plane instead of the default luma plane
 +for doing filter's computations. This may improve accuracy on very clean
 +source material, but more likely will decrease accuracy, especially if there
 +is chroma noise (rainbow effect) or any grayscale video.
 +The main purpose of setting @option{mp} to a chroma plane is to reduce CPU
 +load and make pullup usable in realtime on slow machines.
 +@end table
 +
 +For best results (without duplicated frames in the output file) it is
 +necessary to change the output frame rate. For example, to inverse
 +telecine NTSC input:
 +@example
 +ffmpeg -i input -vf pullup -r 24000/1001 ...
 +@end example
 +
 +@section qp
 +
 +Change video quantization parameters (QP).
 +
 +The filter accepts the following option:
 +
 +@table @option
 +@item qp
 +Set expression for quantization parameter.
 +@end table
 +
 +The expression is evaluated through the eval API and can contain, among others,
 +the following constants:
 +
 +@table @var
 +@item known
 +1 if index is not 129, 0 otherwise.
 +
 +@item qp
 +Sequentional index starting from -129 to 128.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Some equation like:
 +@example
 +qp=2+2*sin(PI*qp)
 +@end example
 +@end itemize
 +
 +@section random
 +
 +Flush video frames from internal cache of frames into a random order.
 +No frame is discarded.
 +Inspired by @ref{frei0r} nervous filter.
 +
 +@table @option
 +@item frames
 +Set size in number of frames of internal cache, in range from @code{2} to
 +@code{512}. Default is @code{30}.
 +
 +@item seed
 +Set seed for random number generator, must be an integer included between
 +@code{0} and @code{UINT32_MAX}. If not specified, or if explicitly set to
 +less than @code{0}, the filter will try to use a good random seed on a
 +best effort basis.
 +@end table
 +
 +@section removegrain
 +
 +The removegrain filter is a spatial denoiser for progressive video.
 +
 +@table @option
 +@item m0
 +Set mode for the first plane.
 +
 +@item m1
 +Set mode for the second plane.
 +
 +@item m2
 +Set mode for the third plane.
 +
 +@item m3
 +Set mode for the fourth plane.
 +@end table
 +
 +Range of mode is from 0 to 24. Description of each mode follows:
 +
 +@table @var
 +@item 0
 +Leave input plane unchanged. Default.
 +
 +@item 1
 +Clips the pixel with the minimum and maximum of the 8 neighbour pixels.
 +
 +@item 2
 +Clips the pixel with the second minimum and maximum of the 8 neighbour pixels.
 +
 +@item 3
 +Clips the pixel with the third minimum and maximum of the 8 neighbour pixels.
 +
 +@item 4
 +Clips the pixel with the fourth minimum and maximum of the 8 neighbour pixels.
 +This is equivalent to a median filter.
 +
 +@item 5
 +Line-sensitive clipping giving the minimal change.
 +
 +@item 6
 +Line-sensitive clipping, intermediate.
 +
 +@item 7
 +Line-sensitive clipping, intermediate.
 +
 +@item 8
 +Line-sensitive clipping, intermediate.
 +
 +@item 9
 +Line-sensitive clipping on a line where the neighbours pixels are the closest.
 +
 +@item 10
 +Replaces the target pixel with the closest neighbour.
 +
 +@item 11
 +[1 2 1] horizontal and vertical kernel blur.
 +
 +@item 12
 +Same as mode 11.
 +
 +@item 13
 +Bob mode, interpolates top field from the line where the neighbours
 +pixels are the closest.
 +
 +@item 14
 +Bob mode, interpolates bottom field from the line where the neighbours
 +pixels are the closest.
 +
 +@item 15
 +Bob mode, interpolates top field. Same as 13 but with a more complicated
 +interpolation formula.
 +
 +@item 16
 +Bob mode, interpolates bottom field. Same as 14 but with a more complicated
 +interpolation formula.
 +
 +@item 17
 +Clips the pixel with the minimum and maximum of respectively the maximum and
 +minimum of each pair of opposite neighbour pixels.
 +
 +@item 18
 +Line-sensitive clipping using opposite neighbours whose greatest distance from
 +the current pixel is minimal.
 +
 +@item 19
 +Replaces the pixel with the average of its 8 neighbours.
 +
 +@item 20
 +Averages the 9 pixels ([1 1 1] horizontal and vertical blur).
 +
 +@item 21
 +Clips pixels using the averages of opposite neighbour.
 +
 +@item 22
 +Same as mode 21 but simpler and faster.
 +
 +@item 23
 +Small edge and halo removal, but reputed useless.
 +
 +@item 24
 +Similar as 23.
 +@end table
 +
 +@section removelogo
 +
 +Suppress a TV station logo, using an image file to determine which
 +pixels comprise the logo. It works by filling in the pixels that
 +comprise the logo with neighboring pixels.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item filename, f
 +Set the filter bitmap file, which can be any image format supported by
 +libavformat. The width and height of the image file must match those of the
 +video stream being processed.
 +@end table
 +
 +Pixels in the provided bitmap image with a value of zero are not
 +considered part of the logo, non-zero pixels are considered part of
 +the logo. If you use white (255) for the logo and black (0) for the
 +rest, you will be safe. For making the filter bitmap, it is
 +recommended to take a screen capture of a black frame with the logo
 +visible, and then using a threshold filter followed by the erode
 +filter once or twice.
 +
 +If needed, little splotches can be fixed manually. Remember that if
 +logo pixels are not covered, the filter quality will be much
 +reduced. Marking too many pixels as part of the logo does not hurt as
 +much, but it will increase the amount of blurring needed to cover over
 +the image and will destroy more information than necessary, and extra
 +pixels will slow things down on a large logo.
 +
 +@section repeatfields
 +
 +This filter uses the repeat_field flag from the Video ES headers and hard repeats
 +fields based on its value.
 +
 +@section reverse, areverse
 +
 +Reverse a clip.
 +
 +Warning: This filter requires memory to buffer the entire clip, so trimming
 +is suggested.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Take the first 5 seconds of a clip, and reverse it.
 +@example
 +trim=end=5,reverse
 +@end example
 +@end itemize
 +
 +@section rotate
 +
 +Rotate video by an arbitrary angle expressed in radians.
 +
 +The filter accepts the following options:
 +
 +A description of the optional parameters follows.
 +@table @option
 +@item angle, a
 +Set an expression for the angle by which to rotate the input video
 +clockwise, expressed as a number of radians. A negative value will
 +result in a counter-clockwise rotation. By default it is set to "0".
 +
 +This expression is evaluated for each frame.
 +
 +@item out_w, ow
 +Set the output width expression, default value is "iw".
 +This expression is evaluated just once during configuration.
 +
 +@item out_h, oh
 +Set the output height expression, default value is "ih".
 +This expression is evaluated just once during configuration.
 +
 +@item bilinear
 +Enable bilinear interpolation if set to 1, a value of 0 disables
 +it. Default value is 1.
 +
 +@item fillcolor, c
 +Set the color used to fill the output area not covered by the rotated
 +image. For the general syntax of this option, check the "Color" section in the
 +ffmpeg-utils manual. If the special value "none" is selected then no
 +background is printed (useful for example if the background is never shown).
 +
 +Default value is "black".
 +@end table
 +
 +The expressions for the angle and the output size can contain the
 +following constants and functions:
 +
 +@table @option
 +@item n
 +sequential number of the input frame, starting from 0. It is always NAN
 +before the first frame is filtered.
 +
 +@item t
 +time in seconds of the input frame, it is set to 0 when the filter is
 +configured. It is always NAN before the first frame is filtered.
 +
 +@item hsub
 +@item vsub
 +horizontal and vertical chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +
 +@item in_w, iw
 +@item in_h, ih
 +the input video width and height
 +
 +@item out_w, ow
 +@item out_h, oh
 +the output width and height, that is the size of the padded area as
 +specified by the @var{width} and @var{height} expressions
 +
 +@item rotw(a)
 +@item roth(a)
 +the minimal width/height required for completely containing the input
 +video rotated by @var{a} radians.
 +
 +These are only available when computing the @option{out_w} and
 +@option{out_h} expressions.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Rotate the input by PI/6 radians clockwise:
 +@example
 +rotate=PI/6
 +@end example
 +
 +@item
 +Rotate the input by PI/6 radians counter-clockwise:
 +@example
 +rotate=-PI/6
 +@end example
 +
 +@item
 +Rotate the input by 45 degrees clockwise:
 +@example
 +rotate=45*PI/180
 +@end example
 +
 +@item
 +Apply a constant rotation with period T, starting from an angle of PI/3:
 +@example
 +rotate=PI/3+2*PI*t/T
 +@end example
 +
 +@item
 +Make the input video rotation oscillating with a period of T
 +seconds and an amplitude of A radians:
 +@example
 +rotate=A*sin(2*PI/T*t)
 +@end example
 +
 +@item
 +Rotate the video, output size is chosen so that the whole rotating
 +input video is always completely contained in the output:
 +@example
 +rotate='2*PI*t:ow=hypot(iw,ih):oh=ow'
 +@end example
 +
 +@item
 +Rotate the video, reduce the output size so that no background is ever
 +shown:
 +@example
 +rotate=2*PI*t:ow='min(iw,ih)/sqrt(2)':oh=ow:c=none
 +@end example
 +@end itemize
 +
 +@subsection Commands
 +
 +The filter supports the following commands:
 +
 +@table @option
 +@item a, angle
 +Set the angle expression.
 +The command accepts the same syntax of the corresponding option.
 +
 +If the specified expression is not valid, it is kept at its current
 +value.
 +@end table
 +
 +@section sab
 +
 +Apply Shape Adaptive Blur.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item luma_radius, lr
 +Set luma blur filter strength, must be a value in range 0.1-4.0, default
 +value is 1.0. A greater value will result in a more blurred image, and
 +in slower processing.
 +
 +@item luma_pre_filter_radius, lpfr
 +Set luma pre-filter radius, must be a value in the 0.1-2.0 range, default
 +value is 1.0.
 +
 +@item luma_strength, ls
 +Set luma maximum difference between pixels to still be considered, must
 +be a value in the 0.1-100.0 range, default value is 1.0.
 +
 +@item chroma_radius, cr
 +Set chroma blur filter strength, must be a value in range 0.1-4.0. A
 +greater value will result in a more blurred image, and in slower
 +processing.
 +
 +@item chroma_pre_filter_radius, cpfr
 +Set chroma pre-filter radius, must be a value in the 0.1-2.0 range.
 +
 +@item chroma_strength, cs
 +Set chroma maximum difference between pixels to still be considered,
 +must be a value in the 0.1-100.0 range.
 +@end table
 +
 +Each chroma option value, if not explicitly specified, is set to the
 +corresponding luma option value.
 +
 +@anchor{scale}
 +@section scale
 +
 +Scale (resize) the input video, using the libswscale library.
 +
 +The scale filter forces the output display aspect ratio to be the same
 +of the input, by changing the output sample aspect ratio.
 +
 +If the input image format is different from the format requested by
 +the next filter, the scale filter will convert the input to the
 +requested format.
 +
 +@subsection Options
 +The filter accepts the following options, or any of the options
 +supported by the libswscale scaler.
 +
 +See @ref{scaler_options,,the ffmpeg-scaler manual,ffmpeg-scaler} for
 +the complete list of scaler options.
 +
 +@table @option
 +@item width, w
 +@item height, h
 +Set the output video dimension expression. Default value is the input
 +dimension.
 +
 +If the value is 0, the input width is used for the output.
 +
 +If one of the values is -1, the scale filter will use a value that
 +maintains the aspect ratio of the input image, calculated from the
 +other specified dimension. If both of them are -1, the input size is
 +used
 +
 +If one of the values is -n with n > 1, the scale filter will also use a value
 +that maintains the aspect ratio of the input image, calculated from the other
 +specified dimension. After that it will, however, make sure that the calculated
 +dimension is divisible by n and adjust the value if necessary.
 +
 +See below for the list of accepted constants for use in the dimension
 +expression.
 +
 +@item eval
 +Specify when to evaluate @var{width} and @var{height} expression. It accepts the following values:
 +
 +@table @samp
 +@item init
 +Only evaluate expressions once during the filter initialization or when a command is processed.
 +
 +@item frame
 +Evaluate expressions for each incoming frame.
 +
 +@end table
 +
 +Default value is @samp{init}.
 +
 +
 +@item interl
 +Set the interlacing mode. It accepts the following values:
 +
 +@table @samp
 +@item 1
 +Force interlaced aware scaling.
 +
 +@item 0
 +Do not apply interlaced scaling.
 +
 +@item -1
 +Select interlaced aware scaling depending on whether the source frames
 +are flagged as interlaced or not.
 +@end table
 +
 +Default value is @samp{0}.
 +
 +@item flags
 +Set libswscale scaling flags. See
 +@ref{sws_flags,,the ffmpeg-scaler manual,ffmpeg-scaler} for the
 +complete list of values. If not explicitly specified the filter applies
 +the default flags.
 +
 +
 +@item param0, param1
 +Set libswscale input parameters for scaling algorithms that need them. See
 +@ref{sws_params,,the ffmpeg-scaler manual,ffmpeg-scaler} for the
 +complete documentation. If not explicitly specified the filter applies
 +empty parameters.
 +
 +
 +
 +@item size, s
 +Set the video size. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +
 +@item in_color_matrix
 +@item out_color_matrix
 +Set in/output YCbCr color space type.
 +
 +This allows the autodetected value to be overridden as well as allows forcing
 +a specific value used for the output and encoder.
 +
 +If not specified, the color space type depends on the pixel format.
 +
 +Possible values:
 +
 +@table @samp
 +@item auto
 +Choose automatically.
 +
 +@item bt709
 +Format conforming to International Telecommunication Union (ITU)
 +Recommendation BT.709.
 +
 +@item fcc
 +Set color space conforming to the United States Federal Communications
 +Commission (FCC) Code of Federal Regulations (CFR) Title 47 (2003) 73.682 (a).
 +
 +@item bt601
 +Set color space conforming to:
 +
 +@itemize
 +@item
 +ITU Radiocommunication Sector (ITU-R) Recommendation BT.601
 +
 +@item
 +ITU-R Rec. BT.470-6 (1998) Systems B, B1, and G
 +
 +@item
 +Society of Motion Picture and Television Engineers (SMPTE) ST 170:2004
 +
 +@end itemize
 +
 +@item smpte240m
 +Set color space conforming to SMPTE ST 240:1999.
 +@end table
 +
 +@item in_range
 +@item out_range
 +Set in/output YCbCr sample range.
 +
 +This allows the autodetected value to be overridden as well as allows forcing
 +a specific value used for the output and encoder. If not specified, the
 +range depends on the pixel format. Possible values:
 +
 +@table @samp
 +@item auto
 +Choose automatically.
 +
 +@item jpeg/full/pc
 +Set full range (0-255 in case of 8-bit luma).
 +
 +@item mpeg/tv
 +Set "MPEG" range (16-235 in case of 8-bit luma).
 +@end table
 +
 +@item force_original_aspect_ratio
 +Enable decreasing or increasing output video width or height if necessary to
 +keep the original aspect ratio. Possible values:
 +
 +@table @samp
 +@item disable
 +Scale the video as specified and disable this feature.
 +
 +@item decrease
 +The output video dimensions will automatically be decreased if needed.
 +
 +@item increase
 +The output video dimensions will automatically be increased if needed.
 +
 +@end table
 +
 +One useful instance of this option is that when you know a specific device's
 +maximum allowed resolution, you can use this to limit the output video to
 +that, while retaining the aspect ratio. For example, device A allows
 +1280x720 playback, and your video is 1920x800. Using this option (set it to
 +decrease) and specifying 1280x720 to the command line makes the output
 +1280x533.
 +
 +Please note that this is a different thing than specifying -1 for @option{w}
 +or @option{h}, you still need to specify the output resolution for this option
 +to work.
 +
 +@end table
 +
 +The values of the @option{w} and @option{h} options are expressions
 +containing the following constants:
 +
 +@table @var
 +@item in_w
 +@item in_h
 +The input width and height
 +
 +@item iw
 +@item ih
 +These are the same as @var{in_w} and @var{in_h}.
 +
 +@item out_w
 +@item out_h
 +The output (scaled) width and height
 +
 +@item ow
 +@item oh
 +These are the same as @var{out_w} and @var{out_h}
 +
 +@item a
 +The same as @var{iw} / @var{ih}
 +
 +@item sar
 +input sample aspect ratio
 +
 +@item dar
 +The input display aspect ratio. Calculated from @code{(iw / ih) * sar}.
 +
 +@item hsub
 +@item vsub
 +horizontal and vertical input chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +
 +@item ohsub
 +@item ovsub
 +horizontal and vertical output chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Scale the input video to a size of 200x100
 +@example
 +scale=w=200:h=100
 +@end example
 +
 +This is equivalent to:
 +@example
 +scale=200:100
 +@end example
 +
 +or:
 +@example
 +scale=200x100
 +@end example
 +
 +@item
 +Specify a size abbreviation for the output size:
 +@example
 +scale=qcif
 +@end example
 +
 +which can also be written as:
 +@example
 +scale=size=qcif
 +@end example
 +
 +@item
 +Scale the input to 2x:
 +@example
 +scale=w=2*iw:h=2*ih
 +@end example
 +
 +@item
 +The above is the same as:
 +@example
 +scale=2*in_w:2*in_h
 +@end example
 +
 +@item
 +Scale the input to 2x with forced interlaced scaling:
 +@example
 +scale=2*iw:2*ih:interl=1
 +@end example
 +
 +@item
 +Scale the input to half size:
 +@example
 +scale=w=iw/2:h=ih/2
 +@end example
 +
 +@item
 +Increase the width, and set the height to the same size:
 +@example
 +scale=3/2*iw:ow
 +@end example
 +
 +@item
 +Seek Greek harmony:
 +@example
 +scale=iw:1/PHI*iw
 +scale=ih*PHI:ih
 +@end example
 +
 +@item
 +Increase the height, and set the width to 3/2 of the height:
 +@example
 +scale=w=3/2*oh:h=3/5*ih
 +@end example
 +
 +@item
 +Increase the size, making the size a multiple of the chroma
 +subsample values:
 +@example
 +scale="trunc(3/2*iw/hsub)*hsub:trunc(3/2*ih/vsub)*vsub"
 +@end example
 +
 +@item
 +Increase the width to a maximum of 500 pixels,
 +keeping the same aspect ratio as the input:
 +@example
 +scale=w='min(500\, iw*3/2):h=-1'
 +@end example
 +@end itemize
 +
 +@subsection Commands
 +
 +This filter supports the following commands:
 +@table @option
 +@item width, w
 +@item height, h
 +Set the output video dimension expression.
 +The command accepts the same syntax of the corresponding option.
 +
 +If the specified expression is not valid, it is kept at its current
 +value.
 +@end table
 +
 +@section scale2ref
 +
 +Scale (resize) the input video, based on a reference video.
 +
 +See the scale filter for available options, scale2ref supports the same but
 +uses the reference video instead of the main input as basis.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Scale a subtitle stream to match the main video in size before overlaying
 +@example
 +'scale2ref[b][a];[a][b]overlay'
 +@end example
 +@end itemize
 +
 +@section selectivecolor
 +
 +Adjust cyan, magenta, yellow and black (CMYK) to certain ranges of colors (such
 +as "reds", "yellows", "greens", "cyans", ...). The adjustment range is defined
 +by the "purity" of the color (that is, how saturated it already is).
 +
 +This filter is similar to the Adobe Photoshop Selective Color tool.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item correction_method
 +Select color correction method.
 +
 +Available values are:
 +@table @samp
 +@item absolute
 +Specified adjustments are applied "as-is" (added/subtracted to original pixel
 +component value).
 +@item relative
 +Specified adjustments are relative to the original component value.
 +@end table
 +Default is @code{absolute}.
 +@item reds
 +Adjustments for red pixels (pixels where the red component is the maximum)
 +@item yellows
 +Adjustments for yellow pixels (pixels where the blue component is the minimum)
 +@item greens
 +Adjustments for green pixels (pixels where the green component is the maximum)
 +@item cyans
 +Adjustments for cyan pixels (pixels where the red component is the minimum)
 +@item blues
 +Adjustments for blue pixels (pixels where the blue component is the maximum)
 +@item magentas
 +Adjustments for magenta pixels (pixels where the green component is the minimum)
 +@item whites
 +Adjustments for white pixels (pixels where all components are greater than 128)
 +@item neutrals
 +Adjustments for all pixels except pure black and pure white
 +@item blacks
 +Adjustments for black pixels (pixels where all components are lesser than 128)
 +@item psfile
 +Specify a Photoshop selective color file (@code{.asv}) to import the settings from.
 +@end table
 +
 +All the adjustment settings (@option{reds}, @option{yellows}, ...) accept up to
 +4 space separated floating point adjustment values in the [-1,1] range,
 +respectively to adjust the amount of cyan, magenta, yellow and black for the
 +pixels of its range.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Increase cyan by 50% and reduce yellow by 33% in every green areas, and
 +increase magenta by 27% in blue areas:
 +@example
 +selectivecolor=greens=.5 0 -.33 0:blues=0 .27
 +@end example
 +
 +@item
 +Use a Photoshop selective color preset:
 +@example
 +selectivecolor=psfile=MySelectiveColorPresets/Misty.asv
 +@end example
 +@end itemize
 +
 +@section separatefields
 +
 +The @code{separatefields} takes a frame-based video input and splits
 +each frame into its components fields, producing a new half height clip
 +with twice the frame rate and twice the frame count.
 +
 +This filter use field-dominance information in frame to decide which
 +of each pair of fields to place first in the output.
 +If it gets it wrong use @ref{setfield} filter before @code{separatefields} filter.
 +
 +@section setdar, setsar
 +
 +The @code{setdar} filter sets the Display Aspect Ratio for the filter
 +output video.
 +
 +This is done by changing the specified Sample (aka Pixel) Aspect
 +Ratio, according to the following equation:
 +@example
 +@var{DAR} = @var{HORIZONTAL_RESOLUTION} / @var{VERTICAL_RESOLUTION} * @var{SAR}
 +@end example
 +
 +Keep in mind that the @code{setdar} filter does not modify the pixel
 +dimensions of the video frame. Also, the display aspect ratio set by
 +this filter may be changed by later filters in the filterchain,
 +e.g. in case of scaling or if another "setdar" or a "setsar" filter is
 +applied.
 +
 +The @code{setsar} filter sets the Sample (aka Pixel) Aspect Ratio for
 +the filter output video.
 +
 +Note that as a consequence of the application of this filter, the
 +output display aspect ratio will change according to the equation
 +above.
 +
 +Keep in mind that the sample aspect ratio set by the @code{setsar}
 +filter may be changed by later filters in the filterchain, e.g. if
 +another "setsar" or a "setdar" filter is applied.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item r, ratio, dar (@code{setdar} only), sar (@code{setsar} only)
 +Set the aspect ratio used by the filter.
 +
 +The parameter can be a floating point number string, an expression, or
 +a string of the form @var{num}:@var{den}, where @var{num} and
 +@var{den} are the numerator and denominator of the aspect ratio. If
 +the parameter is not specified, it is assumed the value "0".
 +In case the form "@var{num}:@var{den}" is used, the @code{:} character
 +should be escaped.
 +
 +@item max
 +Set the maximum integer value to use for expressing numerator and
 +denominator when reducing the expressed aspect ratio to a rational.
 +Default value is @code{100}.
 +
 +@end table
 +
 +The parameter @var{sar} is an expression containing
 +the following constants:
 +
 +@table @option
 +@item E, PI, PHI
 +These are approximated values for the mathematical constants e
 +(Euler's number), pi (Greek pi), and phi (the golden ratio).
 +
 +@item w, h
 +The input width and height.
 +
 +@item a
 +These are the same as @var{w} / @var{h}.
 +
 +@item sar
 +The input sample aspect ratio.
 +
 +@item dar
 +The input display aspect ratio. It is the same as
 +(@var{w} / @var{h}) * @var{sar}.
 +
 +@item hsub, vsub
 +Horizontal and vertical chroma subsample values. For example, for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +
 +@item
 +To change the display aspect ratio to 16:9, specify one of the following:
 +@example
 +setdar=dar=1.77777
 +setdar=dar=16/9
 +setdar=dar=1.77777
 +@end example
 +
 +@item
 +To change the sample aspect ratio to 10:11, specify:
 +@example
 +setsar=sar=10/11
 +@end example
 +
 +@item
 +To set a display aspect ratio of 16:9, and specify a maximum integer value of
 +1000 in the aspect ratio reduction, use the command:
 +@example
 +setdar=ratio=16/9:max=1000
 +@end example
 +
 +@end itemize
 +
 +@anchor{setfield}
 +@section setfield
 +
 +Force field for the output video frame.
 +
 +The @code{setfield} filter marks the interlace type field for the
 +output frames. It does not change the input frame, but only sets the
 +corresponding property, which affects how the frame is treated by
 +following filters (e.g. @code{fieldorder} or @code{yadif}).
 +
 +The filter accepts the following options:
 +
 +@table @option
 +
 +@item mode
 +Available values are:
 +
 +@table @samp
 +@item auto
 +Keep the same field property.
 +
 +@item bff
 +Mark the frame as bottom-field-first.
 +
 +@item tff
 +Mark the frame as top-field-first.
 +
 +@item prog
 +Mark the frame as progressive.
 +@end table
 +@end table
 +
 +@section showinfo
 +
 +Show a line containing various information for each input video frame.
 +The input video is not modified.
 +
 +The shown line contains a sequence of key/value pairs of the form
 +@var{key}:@var{value}.
 +
 +The following values are shown in the output:
 +
 +@table @option
 +@item n
 +The (sequential) number of the input frame, starting from 0.
 +
 +@item pts
 +The Presentation TimeStamp of the input frame, expressed as a number of
 +time base units. The time base unit depends on the filter input pad.
 +
 +@item pts_time
 +The Presentation TimeStamp of the input frame, expressed as a number of
 +seconds.
 +
 +@item pos
 +The position of the frame in the input stream, or -1 if this information is
 +unavailable and/or meaningless (for example in case of synthetic video).
 +
 +@item fmt
 +The pixel format name.
 +
 +@item sar
 +The sample aspect ratio of the input frame, expressed in the form
 +@var{num}/@var{den}.
 +
 +@item s
 +The size of the input frame. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +
 +@item i
 +The type of interlaced mode ("P" for "progressive", "T" for top field first, "B"
 +for bottom field first).
 +
 +@item iskey
 +This is 1 if the frame is a key frame, 0 otherwise.
 +
 +@item type
 +The picture type of the input frame ("I" for an I-frame, "P" for a
 +P-frame, "B" for a B-frame, or "?" for an unknown type).
 +Also refer to the documentation of the @code{AVPictureType} enum and of
 +the @code{av_get_picture_type_char} function defined in
 +@file{libavutil/avutil.h}.
 +
 +@item checksum
 +The Adler-32 checksum (printed in hexadecimal) of all the planes of the input frame.
 +
 +@item plane_checksum
 +The Adler-32 checksum (printed in hexadecimal) of each plane of the input frame,
 +expressed in the form "[@var{c0} @var{c1} @var{c2} @var{c3}]".
 +@end table
 +
 +@section showpalette
 +
 +Displays the 256 colors palette of each frame. This filter is only relevant for
 +@var{pal8} pixel format frames.
 +
 +It accepts the following option:
 +
 +@table @option
 +@item s
 +Set the size of the box used to represent one palette color entry. Default is
 +@code{30} (for a @code{30x30} pixel box).
 +@end table
 +
 +@section shuffleframes
 +
 +Reorder and/or duplicate video frames.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item mapping
 +Set the destination indexes of input frames.
 +This is space or '|' separated list of indexes that maps input frames to output
 +frames. Number of indexes also sets maximal value that each index may have.
 +@end table
 +
 +The first frame has the index 0. The default is to keep the input unchanged.
 +
 +Swap second and third frame of every three frames of the input:
 +@example
 +ffmpeg -i INPUT -vf "shuffleframes=0 2 1" OUTPUT
 +@end example
 +
 +@section shuffleplanes
 +
 +Reorder and/or duplicate video planes.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item map0
 +The index of the input plane to be used as the first output plane.
 +
 +@item map1
 +The index of the input plane to be used as the second output plane.
 +
 +@item map2
 +The index of the input plane to be used as the third output plane.
 +
 +@item map3
 +The index of the input plane to be used as the fourth output plane.
 +
 +@end table
 +
 +The first plane has the index 0. The default is to keep the input unchanged.
 +
 +Swap the second and third planes of the input:
 +@example
 +ffmpeg -i INPUT -vf shuffleplanes=0:2:1:3 OUTPUT
 +@end example
 +
 +@anchor{signalstats}
 +@section signalstats
 +Evaluate various visual metrics that assist in determining issues associated
 +with the digitization of analog video media.
 +
 +By default the filter will log these metadata values:
 +
 +@table @option
 +@item YMIN
 +Display the minimal Y value contained within the input frame. Expressed in
 +range of [0-255].
 +
 +@item YLOW
 +Display the Y value at the 10% percentile within the input frame. Expressed in
 +range of [0-255].
 +
 +@item YAVG
 +Display the average Y value within the input frame. Expressed in range of
 +[0-255].
 +
 +@item YHIGH
 +Display the Y value at the 90% percentile within the input frame. Expressed in
 +range of [0-255].
 +
 +@item YMAX
 +Display the maximum Y value contained within the input frame. Expressed in
 +range of [0-255].
 +
 +@item UMIN
 +Display the minimal U value contained within the input frame. Expressed in
 +range of [0-255].
 +
 +@item ULOW
 +Display the U value at the 10% percentile within the input frame. Expressed in
 +range of [0-255].
 +
 +@item UAVG
 +Display the average U value within the input frame. Expressed in range of
 +[0-255].
 +
 +@item UHIGH
 +Display the U value at the 90% percentile within the input frame. Expressed in
 +range of [0-255].
 +
 +@item UMAX
 +Display the maximum U value contained within the input frame. Expressed in
 +range of [0-255].
 +
 +@item VMIN
 +Display the minimal V value contained within the input frame. Expressed in
 +range of [0-255].
 +
 +@item VLOW
 +Display the V value at the 10% percentile within the input frame. Expressed in
 +range of [0-255].
 +
 +@item VAVG
 +Display the average V value within the input frame. Expressed in range of
 +[0-255].
 +
 +@item VHIGH
 +Display the V value at the 90% percentile within the input frame. Expressed in
 +range of [0-255].
 +
 +@item VMAX
 +Display the maximum V value contained within the input frame. Expressed in
 +range of [0-255].
 +
 +@item SATMIN
 +Display the minimal saturation value contained within the input frame.
 +Expressed in range of [0-~181.02].
 +
 +@item SATLOW
 +Display the saturation value at the 10% percentile within the input frame.
 +Expressed in range of [0-~181.02].
 +
 +@item SATAVG
 +Display the average saturation value within the input frame. Expressed in range
 +of [0-~181.02].
 +
 +@item SATHIGH
 +Display the saturation value at the 90% percentile within the input frame.
 +Expressed in range of [0-~181.02].
 +
 +@item SATMAX
 +Display the maximum saturation value contained within the input frame.
 +Expressed in range of [0-~181.02].
 +
 +@item HUEMED
 +Display the median value for hue within the input frame. Expressed in range of
 +[0-360].
 +
 +@item HUEAVG
 +Display the average value for hue within the input frame. Expressed in range of
 +[0-360].
 +
 +@item YDIF
 +Display the average of sample value difference between all values of the Y
 +plane in the current frame and corresponding values of the previous input frame.
 +Expressed in range of [0-255].
 +
 +@item UDIF
 +Display the average of sample value difference between all values of the U
 +plane in the current frame and corresponding values of the previous input frame.
 +Expressed in range of [0-255].
 +
 +@item VDIF
 +Display the average of sample value difference between all values of the V
 +plane in the current frame and corresponding values of the previous input frame.
 +Expressed in range of [0-255].
 +@end table
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item stat
 +@item out
 +
 +@option{stat} specify an additional form of image analysis.
 +@option{out} output video with the specified type of pixel highlighted.
 +
 +Both options accept the following values:
 +
 +@table @samp
 +@item tout
 +Identify @var{temporal outliers} pixels. A @var{temporal outlier} is a pixel
 +unlike the neighboring pixels of the same field. Examples of temporal outliers
 +include the results of video dropouts, head clogs, or tape tracking issues.
 +
 +@item vrep
 +Identify @var{vertical line repetition}. Vertical line repetition includes
 +similar rows of pixels within a frame. In born-digital video vertical line
 +repetition is common, but this pattern is uncommon in video digitized from an
 +analog source. When it occurs in video that results from the digitization of an
 +analog source it can indicate concealment from a dropout compensator.
 +
 +@item brng
 +Identify pixels that fall outside of legal broadcast range.
 +@end table
 +
 +@item color, c
 +Set the highlight color for the @option{out} option. The default color is
 +yellow.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Output data of various video metrics:
 +@example
 +ffprobe -f lavfi movie=example.mov,signalstats="stat=tout+vrep+brng" -show_frames
 +@end example
 +
 +@item
 +Output specific data about the minimum and maximum values of the Y plane per frame:
 +@example
 +ffprobe -f lavfi movie=example.mov,signalstats -show_entries frame_tags=lavfi.signalstats.YMAX,lavfi.signalstats.YMIN
 +@end example
 +
 +@item
 +Playback video while highlighting pixels that are outside of broadcast range in red.
 +@example
 +ffplay example.mov -vf signalstats="out=brng:color=red"
 +@end example
 +
 +@item
 +Playback video with signalstats metadata drawn over the frame.
 +@example
 +ffplay example.mov -vf signalstats=stat=brng+vrep+tout,drawtext=fontfile=FreeSerif.ttf:textfile=signalstat_drawtext.txt
 +@end example
 +
 +The contents of signalstat_drawtext.txt used in the command are:
 +@example
 +time %@{pts:hms@}
 +Y (%@{metadata:lavfi.signalstats.YMIN@}-%@{metadata:lavfi.signalstats.YMAX@})
 +U (%@{metadata:lavfi.signalstats.UMIN@}-%@{metadata:lavfi.signalstats.UMAX@})
 +V (%@{metadata:lavfi.signalstats.VMIN@}-%@{metadata:lavfi.signalstats.VMAX@})
 +saturation maximum: %@{metadata:lavfi.signalstats.SATMAX@}
 +
 +@end example
 +@end itemize
 +
 +@anchor{smartblur}
 +@section smartblur
 +
 +Blur the input video without impacting the outlines.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item luma_radius, lr
 +Set the luma radius. The option value must be a float number in
 +the range [0.1,5.0] that specifies the variance of the gaussian filter
 +used to blur the image (slower if larger). Default value is 1.0.
 +
 +@item luma_strength, ls
 +Set the luma strength. The option value must be a float number
 +in the range [-1.0,1.0] that configures the blurring. A value included
 +in [0.0,1.0] will blur the image whereas a value included in
 +[-1.0,0.0] will sharpen the image. Default value is 1.0.
 +
 +@item luma_threshold, lt
 +Set the luma threshold used as a coefficient to determine
 +whether a pixel should be blurred or not. The option value must be an
 +integer in the range [-30,30]. A value of 0 will filter all the image,
 +a value included in [0,30] will filter flat areas and a value included
 +in [-30,0] will filter edges. Default value is 0.
 +
 +@item chroma_radius, cr
 +Set the chroma radius. The option value must be a float number in
 +the range [0.1,5.0] that specifies the variance of the gaussian filter
 +used to blur the image (slower if larger). Default value is 1.0.
 +
 +@item chroma_strength, cs
 +Set the chroma strength. The option value must be a float number
 +in the range [-1.0,1.0] that configures the blurring. A value included
 +in [0.0,1.0] will blur the image whereas a value included in
 +[-1.0,0.0] will sharpen the image. Default value is 1.0.
 +
 +@item chroma_threshold, ct
 +Set the chroma threshold used as a coefficient to determine
 +whether a pixel should be blurred or not. The option value must be an
 +integer in the range [-30,30]. A value of 0 will filter all the image,
 +a value included in [0,30] will filter flat areas and a value included
 +in [-30,0] will filter edges. Default value is 0.
 +@end table
 +
 +If a chroma option is not explicitly set, the corresponding luma value
 +is set.
 +
 +@section ssim
 +
 +Obtain the SSIM (Structural SImilarity Metric) between two input videos.
 +
 +This filter takes in input two input videos, the first input is
 +considered the "main" source and is passed unchanged to the
 +output. The second input is used as a "reference" video for computing
 +the SSIM.
 +
 +Both video inputs must have the same resolution and pixel format for
 +this filter to work correctly. Also it assumes that both inputs
 +have the same number of frames, which are compared one by one.
 +
 +The filter stores the calculated SSIM of each frame.
 +
 +The description of the accepted parameters follows.
 +
 +@table @option
 +@item stats_file, f
 +If specified the filter will use the named file to save the SSIM of
 +each individual frame. When filename equals "-" the data is sent to
 +standard output.
 +@end table
 +
 +The file printed if @var{stats_file} is selected, contains a sequence of
 +key/value pairs of the form @var{key}:@var{value} for each compared
 +couple of frames.
 +
 +A description of each shown parameter follows:
 +
 +@table @option
 +@item n
 +sequential number of the input frame, starting from 1
 +
 +@item Y, U, V, R, G, B
 +SSIM of the compared frames for the component specified by the suffix.
 +
 +@item All
 +SSIM of the compared frames for the whole frame.
 +
 +@item dB
 +Same as above but in dB representation.
 +@end table
 +
 +For example:
 +@example
 +movie=ref_movie.mpg, setpts=PTS-STARTPTS [main];
 +[main][ref] ssim="stats_file=stats.log" [out]
 +@end example
 +
 +On this example the input file being processed is compared with the
 +reference file @file{ref_movie.mpg}. The SSIM of each individual frame
 +is stored in @file{stats.log}.
 +
 +Another example with both psnr and ssim at same time:
 +@example
 +ffmpeg -i main.mpg -i ref.mpg -lavfi  "ssim;[0:v][1:v]psnr" -f null -
 +@end example
 +
 +@section stereo3d
 +
 +Convert between different stereoscopic image formats.
 +
 +The filters accept the following options:
 +
 +@table @option
 +@item in
 +Set stereoscopic image format of input.
 +
 +Available values for input image formats are:
 +@table @samp
 +@item sbsl
 +side by side parallel (left eye left, right eye right)
 +
 +@item sbsr
 +side by side crosseye (right eye left, left eye right)
 +
 +@item sbs2l
 +side by side parallel with half width resolution
 +(left eye left, right eye right)
 +
 +@item sbs2r
 +side by side crosseye with half width resolution
 +(right eye left, left eye right)
 +
 +@item abl
 +above-below (left eye above, right eye below)
 +
 +@item abr
 +above-below (right eye above, left eye below)
 +
 +@item ab2l
 +above-below with half height resolution
 +(left eye above, right eye below)
 +
 +@item ab2r
 +above-below with half height resolution
 +(right eye above, left eye below)
 +
 +@item al
 +alternating frames (left eye first, right eye second)
 +
 +@item ar
 +alternating frames (right eye first, left eye second)
 +
 +@item irl
 +interleaved rows (left eye has top row, right eye starts on next row)
 +
 +@item irr
 +interleaved rows (right eye has top row, left eye starts on next row)
 +
 +@item icl
 +interleaved columns, left eye first
 +
 +@item icr
 +interleaved columns, right eye first
 +
 +Default value is @samp{sbsl}.
 +@end table
 +
 +@item out
 +Set stereoscopic image format of output.
 +
 +@table @samp
 +@item sbsl
 +side by side parallel (left eye left, right eye right)
 +
 +@item sbsr
 +side by side crosseye (right eye left, left eye right)
 +
 +@item sbs2l
 +side by side parallel with half width resolution
 +(left eye left, right eye right)
 +
 +@item sbs2r
 +side by side crosseye with half width resolution
 +(right eye left, left eye right)
 +
 +@item abl
 +above-below (left eye above, right eye below)
 +
 +@item abr
 +above-below (right eye above, left eye below)
 +
 +@item ab2l
 +above-below with half height resolution
 +(left eye above, right eye below)
 +
 +@item ab2r
 +above-below with half height resolution
 +(right eye above, left eye below)
 +
 +@item al
 +alternating frames (left eye first, right eye second)
 +
 +@item ar
 +alternating frames (right eye first, left eye second)
 +
 +@item irl
 +interleaved rows (left eye has top row, right eye starts on next row)
 +
 +@item irr
 +interleaved rows (right eye has top row, left eye starts on next row)
 +
 +@item arbg
 +anaglyph red/blue gray
 +(red filter on left eye, blue filter on right eye)
 +
 +@item argg
 +anaglyph red/green gray
 +(red filter on left eye, green filter on right eye)
 +
 +@item arcg
 +anaglyph red/cyan gray
 +(red filter on left eye, cyan filter on right eye)
 +
 +@item arch
 +anaglyph red/cyan half colored
 +(red filter on left eye, cyan filter on right eye)
 +
 +@item arcc
 +anaglyph red/cyan color
 +(red filter on left eye, cyan filter on right eye)
 +
 +@item arcd
 +anaglyph red/cyan color optimized with the least squares projection of dubois
 +(red filter on left eye, cyan filter on right eye)
 +
 +@item agmg
 +anaglyph green/magenta gray
 +(green filter on left eye, magenta filter on right eye)
 +
 +@item agmh
 +anaglyph green/magenta half colored
 +(green filter on left eye, magenta filter on right eye)
 +
 +@item agmc
 +anaglyph green/magenta colored
 +(green filter on left eye, magenta filter on right eye)
 +
 +@item agmd
 +anaglyph green/magenta color optimized with the least squares projection of dubois
 +(green filter on left eye, magenta filter on right eye)
 +
 +@item aybg
 +anaglyph yellow/blue gray
 +(yellow filter on left eye, blue filter on right eye)
 +
 +@item aybh
 +anaglyph yellow/blue half colored
 +(yellow filter on left eye, blue filter on right eye)
 +
 +@item aybc
 +anaglyph yellow/blue colored
 +(yellow filter on left eye, blue filter on right eye)
 +
 +@item aybd
 +anaglyph yellow/blue color optimized with the least squares projection of dubois
 +(yellow filter on left eye, blue filter on right eye)
 +
 +@item ml
 +mono output (left eye only)
 +
 +@item mr
 +mono output (right eye only)
 +
 +@item chl
 +checkerboard, left eye first
 +
 +@item chr
 +checkerboard, right eye first
 +
 +@item icl
 +interleaved columns, left eye first
 +
 +@item icr
 +interleaved columns, right eye first
 +@end table
 +
 +Default value is @samp{arcd}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Convert input video from side by side parallel to anaglyph yellow/blue dubois:
 +@example
 +stereo3d=sbsl:aybd
 +@end example
 +
 +@item
 +Convert input video from above below (left eye above, right eye below) to side by side crosseye.
 +@example
 +stereo3d=abl:sbsr
 +@end example
 +@end itemize
 +
 +@section streamselect, astreamselect
 +Select video or audio streams.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item inputs
 +Set number of inputs. Default is 2.
 +
 +@item map
 +Set input indexes to remap to outputs.
 +@end table
 +
 +@subsection Commands
 +
 +The @code{streamselect} and @code{astreamselect} filter supports the following
 +commands:
 +
 +@table @option
 +@item map
 +Set input indexes to remap to outputs.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Select first 5 seconds 1st stream and rest of time 2nd stream:
 +@example
 +sendcmd='5.0 streamselect map 1',streamselect=inputs=2:map=0
 +@end example
 +
 +@item
 +Same as above, but for audio:
 +@example
 +asendcmd='5.0 astreamselect map 1',astreamselect=inputs=2:map=0
 +@end example
 +@end itemize
 +
 +@anchor{spp}
 +@section spp
 +
 +Apply a simple postprocessing filter that compresses and decompresses the image
 +at several (or - in the case of @option{quality} level @code{6} - all) shifts
 +and average the results.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item quality
 +Set quality. This option defines the number of levels for averaging. It accepts
 +an integer in the range 0-6. If set to @code{0}, the filter will have no
 +effect. A value of @code{6} means the higher quality. For each increment of
 +that value the speed drops by a factor of approximately 2.  Default value is
 +@code{3}.
 +
 +@item qp
 +Force a constant quantization parameter. If not set, the filter will use the QP
 +from the video stream (if available).
 +
 +@item mode
 +Set thresholding mode. Available modes are:
 +
 +@table @samp
 +@item hard
 +Set hard thresholding (default).
 +@item soft
 +Set soft thresholding (better de-ringing effect, but likely blurrier).
 +@end table
 +
 +@item use_bframe_qp
 +Enable the use of the QP from the B-Frames if set to @code{1}. Using this
 +option may cause flicker since the B-Frames have often larger QP. Default is
 +@code{0} (not enabled).
 +@end table
 +
 +@anchor{subtitles}
 +@section subtitles
 +
 +Draw subtitles on top of input video using the libass library.
 +
 +To enable compilation of this filter you need to configure FFmpeg with
 +@code{--enable-libass}. This filter also requires a build with libavcodec and
 +libavformat to convert the passed subtitles file to ASS (Advanced Substation
 +Alpha) subtitles format.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item filename, f
 +Set the filename of the subtitle file to read. It must be specified.
 +
 +@item original_size
 +Specify the size of the original video, the video for which the ASS file
 +was composed. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Due to a misdesign in ASS aspect ratio arithmetic, this is necessary to
 +correctly scale the fonts if the aspect ratio has been changed.
 +
 +@item fontsdir
 +Set a directory path containing fonts that can be used by the filter.
 +These fonts will be used in addition to whatever the font provider uses.
 +
 +@item charenc
 +Set subtitles input character encoding. @code{subtitles} filter only. Only
 +useful if not UTF-8.
 +
 +@item stream_index, si
 +Set subtitles stream index. @code{subtitles} filter only.
 +
 +@item force_style
 +Override default style or script info parameters of the subtitles. It accepts a
 +string containing ASS style format @code{KEY=VALUE} couples separated by ",".
 +@end table
 +
 +If the first key is not specified, it is assumed that the first value
 +specifies the @option{filename}.
 +
 +For example, to render the file @file{sub.srt} on top of the input
 +video, use the command:
 +@example
 +subtitles=sub.srt
 +@end example
 +
 +which is equivalent to:
 +@example
 +subtitles=filename=sub.srt
 +@end example
 +
 +To render the default subtitles stream from file @file{video.mkv}, use:
 +@example
 +subtitles=video.mkv
 +@end example
 +
 +To render the second subtitles stream from that file, use:
 +@example
 +subtitles=video.mkv:si=1
 +@end example
 +
 +To make the subtitles stream from @file{sub.srt} appear in transparent green
 +@code{DejaVu Serif}, use:
 +@example
 +subtitles=sub.srt:force_style='FontName=DejaVu Serif,PrimaryColour=&HAA00FF00'
 +@end example
 +
 +@section super2xsai
 +
 +Scale the input by 2x and smooth using the Super2xSaI (Scale and
 +Interpolate) pixel art scaling algorithm.
 +
 +Useful for enlarging pixel art images without reducing sharpness.
 +
 +@section swaprect
 +
 +Swap two rectangular objects in video.
 +
 +This filter accepts the following options:
 +
 +@table @option
 +@item w
 +Set object width.
 +
 +@item h
 +Set object height.
 +
 +@item x1
 +Set 1st rect x coordinate.
 +
 +@item y1
 +Set 1st rect y coordinate.
 +
 +@item x2
 +Set 2nd rect x coordinate.
 +
 +@item y2
 +Set 2nd rect y coordinate.
 +
 +All expressions are evaluated once for each frame.
 +@end table
 +
 +The all options are expressions containing the following constants:
 +
 +@table @option
 +@item w
 +@item h
 +The input width and height.
 +
 +@item a
 +same as @var{w} / @var{h}
 +
 +@item sar
 +input sample aspect ratio
 +
 +@item dar
 +input display aspect ratio, it is the same as (@var{w} / @var{h}) * @var{sar}
 +
 +@item n
 +The number of the input frame, starting from 0.
 +
 +@item t
 +The timestamp expressed in seconds. It's NAN if the input timestamp is unknown.
 +
 +@item pos
 +the position in the file of the input frame, NAN if unknown
 +@end table
 +
 +@section swapuv
 +Swap U & V plane.
 +
 +@section telecine
 +
 +Apply telecine process to the video.
 +
 +This filter accepts the following options:
 +
 +@table @option
 +@item first_field
 +@table @samp
 +@item top, t
 +top field first
 +@item bottom, b
 +bottom field first
 +The default value is @code{top}.
 +@end table
 +
 +@item pattern
 +A string of numbers representing the pulldown pattern you wish to apply.
 +The default value is @code{23}.
 +@end table
 +
 +@example
 +Some typical patterns:
 +
 +NTSC output (30i):
 +27.5p: 32222
 +24p: 23 (classic)
 +24p: 2332 (preferred)
 +20p: 33
 +18p: 334
 +16p: 3444
 +
 +PAL output (25i):
 +27.5p: 12222
 +24p: 222222222223 ("Euro pulldown")
 +16.67p: 33
 +16p: 33333334
 +@end example
 +
 +@section thumbnail
 +Select the most representative frame in a given sequence of consecutive frames.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item n
 +Set the frames batch size to analyze; in a set of @var{n} frames, the filter
 +will pick one of them, and then handle the next batch of @var{n} frames until
 +the end. Default is @code{100}.
 +@end table
 +
 +Since the filter keeps track of the whole frames sequence, a bigger @var{n}
 +value will result in a higher memory usage, so a high value is not recommended.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Extract one picture each 50 frames:
 +@example
 +thumbnail=50
 +@end example
 +
 +@item
 +Complete example of a thumbnail creation with @command{ffmpeg}:
 +@example
 +ffmpeg -i in.avi -vf thumbnail,scale=300:200 -frames:v 1 out.png
 +@end example
 +@end itemize
 +
 +@section tile
 +
 +Tile several successive frames together.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +
 +@item layout
 +Set the grid size (i.e. the number of lines and columns). For the syntax of
 +this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +
 +@item nb_frames
 +Set the maximum number of frames to render in the given area. It must be less
 +than or equal to @var{w}x@var{h}. The default value is @code{0}, meaning all
 +the area will be used.
 +
 +@item margin
 +Set the outer border margin in pixels.
 +
 +@item padding
 +Set the inner border thickness (i.e. the number of pixels between frames). For
 +more advanced padding options (such as having different values for the edges),
 +refer to the pad video filter.
 +
 +@item color
 +Specify the color of the unused area. For the syntax of this option, check the
 +"Color" section in the ffmpeg-utils manual. The default value of @var{color}
 +is "black".
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Produce 8x8 PNG tiles of all keyframes (@option{-skip_frame nokey}) in a movie:
 +@example
 +ffmpeg -skip_frame nokey -i file.avi -vf 'scale=128:72,tile=8x8' -an -vsync 0 keyframes%03d.png
 +@end example
 +The @option{-vsync 0} is necessary to prevent @command{ffmpeg} from
 +duplicating each output frame to accommodate the originally detected frame
 +rate.
 +
 +@item
 +Display @code{5} pictures in an area of @code{3x2} frames,
 +with @code{7} pixels between them, and @code{2} pixels of initial margin, using
 +mixed flat and named options:
 +@example
 +tile=3x2:nb_frames=5:padding=7:margin=2
 +@end example
 +@end itemize
 +
 +@section tinterlace
 +
 +Perform various types of temporal field interlacing.
 +
 +Frames are counted starting from 1, so the first input frame is
 +considered odd.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +
 +@item mode
 +Specify the mode of the interlacing. This option can also be specified
 +as a value alone. See below for a list of values for this option.
 +
 +Available values are:
 +
 +@table @samp
 +@item merge, 0
 +Move odd frames into the upper field, even into the lower field,
 +generating a double height frame at half frame rate.
 +@example
 + ------> time
 +Input:
 +Frame 1         Frame 2         Frame 3         Frame 4
 +
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +
 +Output:
 +11111                           33333
 +22222                           44444
 +11111                           33333
 +22222                           44444
 +11111                           33333
 +22222                           44444
 +11111                           33333
 +22222                           44444
 +@end example
 +
 +@item drop_odd, 1
 +Only output even frames, odd frames are dropped, generating a frame with
 +unchanged height at half frame rate.
 +
 +@example
 + ------> time
 +Input:
 +Frame 1         Frame 2         Frame 3         Frame 4
 +
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +
 +Output:
 +                22222                           44444
 +                22222                           44444
 +                22222                           44444
 +                22222                           44444
 +@end example
 +
 +@item drop_even, 2
 +Only output odd frames, even frames are dropped, generating a frame with
 +unchanged height at half frame rate.
 +
 +@example
 + ------> time
 +Input:
 +Frame 1         Frame 2         Frame 3         Frame 4
 +
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +
 +Output:
 +11111                           33333
 +11111                           33333
 +11111                           33333
 +11111                           33333
 +@end example
 +
 +@item pad, 3
 +Expand each frame to full height, but pad alternate lines with black,
 +generating a frame with double height at the same input frame rate.
 +
 +@example
 + ------> time
 +Input:
 +Frame 1         Frame 2         Frame 3         Frame 4
 +
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +
 +Output:
 +11111           .....           33333           .....
 +.....           22222           .....           44444
 +11111           .....           33333           .....
 +.....           22222           .....           44444
 +11111           .....           33333           .....
 +.....           22222           .....           44444
 +11111           .....           33333           .....
 +.....           22222           .....           44444
 +@end example
 +
 +
 +@item interleave_top, 4
 +Interleave the upper field from odd frames with the lower field from
 +even frames, generating a frame with unchanged height at half frame rate.
 +
 +@example
 + ------> time
 +Input:
 +Frame 1         Frame 2         Frame 3         Frame 4
 +
 +11111<-         22222           33333<-         44444
 +11111           22222<-         33333           44444<-
 +11111<-         22222           33333<-         44444
 +11111           22222<-         33333           44444<-
 +
 +Output:
 +11111                           33333
 +22222                           44444
 +11111                           33333
 +22222                           44444
 +@end example
 +
 +
 +@item interleave_bottom, 5
 +Interleave the lower field from odd frames with the upper field from
 +even frames, generating a frame with unchanged height at half frame rate.
 +
 +@example
 + ------> time
 +Input:
 +Frame 1         Frame 2         Frame 3         Frame 4
 +
 +11111           22222<-         33333           44444<-
 +11111<-         22222           33333<-         44444
 +11111           22222<-         33333           44444<-
 +11111<-         22222           33333<-         44444
 +
 +Output:
 +22222                           44444
 +11111                           33333
 +22222                           44444
 +11111                           33333
 +@end example
 +
 +
 +@item interlacex2, 6
 +Double frame rate with unchanged height. Frames are inserted each
 +containing the second temporal field from the previous input frame and
 +the first temporal field from the next input frame. This mode relies on
 +the top_field_first flag. Useful for interlaced video displays with no
 +field synchronisation.
 +
 +@example
 + ------> time
 +Input:
 +Frame 1         Frame 2         Frame 3         Frame 4
 +
 +11111           22222           33333           44444
 + 11111           22222           33333           44444
 +11111           22222           33333           44444
 + 11111           22222           33333           44444
 +
 +Output:
 +11111   22222   22222   33333   33333   44444   44444
 + 11111   11111   22222   22222   33333   33333   44444
 +11111   22222   22222   33333   33333   44444   44444
 + 11111   11111   22222   22222   33333   33333   44444
 +@end example
 +
 +@item mergex2, 7
 +Move odd frames into the upper field, even into the lower field,
 +generating a double height frame at same frame rate.
 +@example
 + ------> time
 +Input:
 +Frame 1         Frame 2         Frame 3         Frame 4
 +
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +11111           22222           33333           44444
 +
 +Output:
 +11111           33333           33333           55555
 +22222           22222           44444           44444
 +11111           33333           33333           55555
 +22222           22222           44444           44444
 +11111           33333           33333           55555
 +22222           22222           44444           44444
 +11111           33333           33333           55555
 +22222           22222           44444           44444
 +@end example
 +
 +@end table
 +
 +Numeric values are deprecated but are accepted for backward
 +compatibility reasons.
 +
 +Default mode is @code{merge}.
 +
 +@item flags
 +Specify flags influencing the filter process.
 +
 +Available value for @var{flags} is:
 +
 +@table @option
 +@item low_pass_filter, vlfp
 +Enable vertical low-pass filtering in the filter.
 +Vertical low-pass filtering is required when creating an interlaced
 +destination from a progressive source which contains high-frequency
 +vertical detail. Filtering will reduce interlace 'twitter' and Moire
 +patterning.
 +
 +Vertical low-pass filtering can only be enabled for @option{mode}
 +@var{interleave_top} and @var{interleave_bottom}.
 +
 +@end table
 +@end table
 +
 +@section transpose
 +
 +Transpose rows with columns in the input video and optionally flip it.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item dir
 +Specify the transposition direction.
 +
 +Can assume the following values:
 +@table @samp
 +@item 0, 4, cclock_flip
 +Rotate by 90 degrees counterclockwise and vertically flip (default), that is:
 +@example
 +L.R     L.l
 +. . ->  . .
 +l.r     R.r
 +@end example
 +
 +@item 1, 5, clock
 +Rotate by 90 degrees clockwise, that is:
 +@example
 +L.R     l.L
 +. . ->  . .
 +l.r     r.R
 +@end example
 +
 +@item 2, 6, cclock
 +Rotate by 90 degrees counterclockwise, that is:
 +@example
 +L.R     R.r
 +. . ->  . .
 +l.r     L.l
 +@end example
 +
 +@item 3, 7, clock_flip
 +Rotate by 90 degrees clockwise and vertically flip, that is:
 +@example
 +L.R     r.R
 +. . ->  . .
 +l.r     l.L
 +@end example
 +@end table
 +
 +For values between 4-7, the transposition is only done if the input
 +video geometry is portrait and not landscape. These values are
 +deprecated, the @code{passthrough} option should be used instead.
 +
 +Numerical values are deprecated, and should be dropped in favor of
 +symbolic constants.
 +
 +@item passthrough
 +Do not apply the transposition if the input geometry matches the one
 +specified by the specified value. It accepts the following values:
 +@table @samp
 +@item none
 +Always apply transposition.
 +@item portrait
 +Preserve portrait geometry (when @var{height} >= @var{width}).
 +@item landscape
 +Preserve landscape geometry (when @var{width} >= @var{height}).
 +@end table
 +
 +Default value is @code{none}.
 +@end table
 +
 +For example to rotate by 90 degrees clockwise and preserve portrait
 +layout:
 +@example
 +transpose=dir=1:passthrough=portrait
 +@end example
 +
 +The command above can also be specified as:
 +@example
 +transpose=1:portrait
 +@end example
 +
 +@section trim
 +Trim the input so that the output contains one continuous subpart of the input.
 +
 +It accepts the following parameters:
 +@table @option
 +@item start
 +Specify the time of the start of the kept section, i.e. the frame with the
 +timestamp @var{start} will be the first frame in the output.
 +
 +@item end
 +Specify the time of the first frame that will be dropped, i.e. the frame
 +immediately preceding the one with the timestamp @var{end} will be the last
 +frame in the output.
 +
 +@item start_pts
 +This is the same as @var{start}, except this option sets the start timestamp
 +in timebase units instead of seconds.
 +
 +@item end_pts
 +This is the same as @var{end}, except this option sets the end timestamp
 +in timebase units instead of seconds.
 +
 +@item duration
 +The maximum duration of the output in seconds.
 +
 +@item start_frame
 +The number of the first frame that should be passed to the output.
 +
 +@item end_frame
 +The number of the first frame that should be dropped.
 +@end table
 +
 +@option{start}, @option{end}, and @option{duration} are expressed as time
 +duration specifications; see
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the accepted syntax.
 +
 +Note that the first two sets of the start/end options and the @option{duration}
 +option look at the frame timestamp, while the _frame variants simply count the
 +frames that pass through the filter. Also note that this filter does not modify
 +the timestamps. If you wish for the output timestamps to start at zero, insert a
 +setpts filter after the trim filter.
 +
 +If multiple start or end options are set, this filter tries to be greedy and
 +keep all the frames that match at least one of the specified constraints. To keep
 +only the part that matches all the constraints at once, chain multiple trim
 +filters.
 +
 +The defaults are such that all the input is kept. So it is possible to set e.g.
 +just the end values to keep everything before the specified time.
 +
 +Examples:
 +@itemize
 +@item
 +Drop everything except the second minute of input:
 +@example
 +ffmpeg -i INPUT -vf trim=60:120
 +@end example
 +
 +@item
 +Keep only the first second:
 +@example
 +ffmpeg -i INPUT -vf trim=duration=1
 +@end example
 +
 +@end itemize
 +
 +
 +@anchor{unsharp}
 +@section unsharp
 +
 +Sharpen or blur the input video.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +@item luma_msize_x, lx
 +Set the luma matrix horizontal size. It must be an odd integer between
 +3 and 63. The default value is 5.
 +
 +@item luma_msize_y, ly
 +Set the luma matrix vertical size. It must be an odd integer between 3
 +and 63. The default value is 5.
 +
 +@item luma_amount, la
 +Set the luma effect strength. It must be a floating point number, reasonable
 +values lay between -1.5 and 1.5.
 +
 +Negative values will blur the input video, while positive values will
 +sharpen it, a value of zero will disable the effect.
 +
 +Default value is 1.0.
 +
 +@item chroma_msize_x, cx
 +Set the chroma matrix horizontal size. It must be an odd integer
 +between 3 and 63. The default value is 5.
 +
 +@item chroma_msize_y, cy
 +Set the chroma matrix vertical size. It must be an odd integer
 +between 3 and 63. The default value is 5.
 +
 +@item chroma_amount, ca
 +Set the chroma effect strength. It must be a floating point number, reasonable
 +values lay between -1.5 and 1.5.
 +
 +Negative values will blur the input video, while positive values will
 +sharpen it, a value of zero will disable the effect.
 +
 +Default value is 0.0.
 +
 +@item opencl
 +If set to 1, specify using OpenCL capabilities, only available if
 +FFmpeg was configured with @code{--enable-opencl}. Default value is 0.
 +
 +@end table
 +
 +All parameters are optional and default to the equivalent of the
 +string '5:5:1.0:5:5:0.0'.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply strong luma sharpen effect:
 +@example
 +unsharp=luma_msize_x=7:luma_msize_y=7:luma_amount=2.5
 +@end example
 +
 +@item
 +Apply a strong blur of both luma and chroma parameters:
 +@example
 +unsharp=7:7:-2:7:7:-2
 +@end example
 +@end itemize
 +
 +@section uspp
 +
 +Apply ultra slow/simple postprocessing filter that compresses and decompresses
 +the image at several (or - in the case of @option{quality} level @code{8} - all)
 +shifts and average the results.
 +
 +The way this differs from the behavior of spp is that uspp actually encodes &
 +decodes each case with libavcodec Snow, whereas spp uses a simplified intra only 8x8
 +DCT similar to MJPEG.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item quality
 +Set quality. This option defines the number of levels for averaging. It accepts
 +an integer in the range 0-8. If set to @code{0}, the filter will have no
 +effect. A value of @code{8} means the higher quality. For each increment of
 +that value the speed drops by a factor of approximately 2.  Default value is
 +@code{3}.
 +
 +@item qp
 +Force a constant quantization parameter. If not set, the filter will use the QP
 +from the video stream (if available).
 +@end table
 +
 +@section vectorscope
 +
 +Display 2 color component values in the two dimensional graph (which is called
 +a vectorscope).
 +
 +This filter accepts the following options:
 +
 +@table @option
 +@item mode, m
 +Set vectorscope mode.
 +
 +It accepts the following values:
 +@table @samp
 +@item gray
 +Gray values are displayed on graph, higher brightness means more pixels have
 +same component color value on location in graph. This is the default mode.
 +
 +@item color
 +Gray values are displayed on graph. Surrounding pixels values which are not
 +present in video frame are drawn in gradient of 2 color components which are
 +set by option @code{x} and @code{y}.
 +
 +@item color2
 +Actual color components values present in video frame are displayed on graph.
 +
 +@item color3
 +Similar as color2 but higher frequency of same values @code{x} and @code{y}
 +on graph increases value of another color component, which is luminance by
 +default values of @code{x} and @code{y}.
 +
 +@item color4
 +Actual colors present in video frame are displayed on graph. If two different
 +colors map to same position on graph then color with higher value of component
 +not present in graph is picked.
 +@end table
 +
 +@item x
 +Set which color component will be represented on X-axis. Default is @code{1}.
 +
 +@item y
 +Set which color component will be represented on Y-axis. Default is @code{2}.
 +
 +@item intensity, i
 +Set intensity, used by modes: gray, color and color3 for increasing brightness
 +of color component which represents frequency of (X, Y) location in graph.
 +
 +@item envelope, e
 +@table @samp
 +@item none
 +No envelope, this is default.
 +
 +@item instant
 +Instant envelope, even darkest single pixel will be clearly highlighted.
 +
 +@item peak
 +Hold maximum and minimum values presented in graph over time. This way you
 +can still spot out of range values without constantly looking at vectorscope.
 +
 +@item peak+instant
 +Peak and instant envelope combined together.
 +@end table
 +@end table
 +
 +@anchor{vidstabdetect}
 +@section vidstabdetect
 +
 +Analyze video stabilization/deshaking. Perform pass 1 of 2, see
 +@ref{vidstabtransform} for pass 2.
 +
 +This filter generates a file with relative translation and rotation
 +transform information about subsequent frames, which is then used by
 +the @ref{vidstabtransform} filter.
 +
 +To enable compilation of this filter you need to configure FFmpeg with
 +@code{--enable-libvidstab}.
 +
 +This filter accepts the following options:
 +
 +@table @option
 +@item result
 +Set the path to the file used to write the transforms information.
 +Default value is @file{transforms.trf}.
 +
 +@item shakiness
 +Set how shaky the video is and how quick the camera is. It accepts an
 +integer in the range 1-10, a value of 1 means little shakiness, a
 +value of 10 means strong shakiness. Default value is 5.
 +
 +@item accuracy
 +Set the accuracy of the detection process. It must be a value in the
 +range 1-15. A value of 1 means low accuracy, a value of 15 means high
 +accuracy. Default value is 15.
 +
 +@item stepsize
 +Set stepsize of the search process. The region around minimum is
 +scanned with 1 pixel resolution. Default value is 6.
 +
 +@item mincontrast
 +Set minimum contrast. Below this value a local measurement field is
 +discarded. Must be a floating point value in the range 0-1. Default
 +value is 0.3.
 +
 +@item tripod
 +Set reference frame number for tripod mode.
 +
 +If enabled, the motion of the frames is compared to a reference frame
 +in the filtered stream, identified by the specified number. The idea
 +is to compensate all movements in a more-or-less static scene and keep
 +the camera view absolutely still.
 +
 +If set to 0, it is disabled. The frames are counted starting from 1.
 +
 +@item show
 +Show fields and transforms in the resulting frames. It accepts an
 +integer in the range 0-2. Default value is 0, which disables any
 +visualization.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Use default values:
 +@example
 +vidstabdetect
 +@end example
 +
 +@item
 +Analyze strongly shaky movie and put the results in file
 +@file{mytransforms.trf}:
 +@example
 +vidstabdetect=shakiness=10:accuracy=15:result="mytransforms.trf"
 +@end example
 +
 +@item
 +Visualize the result of internal transformations in the resulting
 +video:
 +@example
 +vidstabdetect=show=1
 +@end example
 +
 +@item
 +Analyze a video with medium shakiness using @command{ffmpeg}:
 +@example
 +ffmpeg -i input -vf vidstabdetect=shakiness=5:show=1 dummy.avi
 +@end example
 +@end itemize
 +
 +@anchor{vidstabtransform}
 +@section vidstabtransform
 +
 +Video stabilization/deshaking: pass 2 of 2,
 +see @ref{vidstabdetect} for pass 1.
 +
 +Read a file with transform information for each frame and
 +apply/compensate them. Together with the @ref{vidstabdetect}
 +filter this can be used to deshake videos. See also
 +@url{http://public.hronopik.de/vid.stab}. It is important to also use
 +the @ref{unsharp} filter, see below.
 +
 +To enable compilation of this filter you need to configure FFmpeg with
 +@code{--enable-libvidstab}.
 +
 +@subsection Options
 +
 +@table @option
 +@item input
 +Set path to the file used to read the transforms. Default value is
 +@file{transforms.trf}.
 +
 +@item smoothing
 +Set the number of frames (value*2 + 1) used for lowpass filtering the
 +camera movements. Default value is 10.
 +
 +For example a number of 10 means that 21 frames are used (10 in the
 +past and 10 in the future) to smoothen the motion in the video. A
 +larger value leads to a smoother video, but limits the acceleration of
 +the camera (pan/tilt movements). 0 is a special case where a static
 +camera is simulated.
 +
 +@item optalgo
 +Set the camera path optimization algorithm.
 +
 +Accepted values are:
 +@table @samp
 +@item gauss
 +gaussian kernel low-pass filter on camera motion (default)
 +@item avg
 +averaging on transformations
 +@end table
 +
 +@item maxshift
 +Set maximal number of pixels to translate frames. Default value is -1,
 +meaning no limit.
 +
 +@item maxangle
 +Set maximal angle in radians (degree*PI/180) to rotate frames. Default
 +value is -1, meaning no limit.
 +
 +@item crop
 +Specify how to deal with borders that may be visible due to movement
 +compensation.
 +
 +Available values are:
 +@table @samp
 +@item keep
 +keep image information from previous frame (default)
 +@item black
 +fill the border black
 +@end table
 +
 +@item invert
 +Invert transforms if set to 1. Default value is 0.
 +
 +@item relative
 +Consider transforms as relative to previous frame if set to 1,
 +absolute if set to 0. Default value is 0.
 +
 +@item zoom
 +Set percentage to zoom. A positive value will result in a zoom-in
 +effect, a negative value in a zoom-out effect. Default value is 0 (no
 +zoom).
 +
 +@item optzoom
 +Set optimal zooming to avoid borders.
 +
 +Accepted values are:
 +@table @samp
 +@item 0
 +disabled
 +@item 1
 +optimal static zoom value is determined (only very strong movements
 +will lead to visible borders) (default)
 +@item 2
 +optimal adaptive zoom value is determined (no borders will be
 +visible), see @option{zoomspeed}
 +@end table
 +
 +Note that the value given at zoom is added to the one calculated here.
 +
 +@item zoomspeed
 +Set percent to zoom maximally each frame (enabled when
 +@option{optzoom} is set to 2). Range is from 0 to 5, default value is
 +0.25.
 +
 +@item interpol
 +Specify type of interpolation.
 +
 +Available values are:
 +@table @samp
 +@item no
 +no interpolation
 +@item linear
 +linear only horizontal
 +@item bilinear
 +linear in both directions (default)
 +@item bicubic
 +cubic in both directions (slow)
 +@end table
 +
 +@item tripod
 +Enable virtual tripod mode if set to 1, which is equivalent to
 +@code{relative=0:smoothing=0}. Default value is 0.
 +
 +Use also @code{tripod} option of @ref{vidstabdetect}.
 +
 +@item debug
 +Increase log verbosity if set to 1. Also the detected global motions
 +are written to the temporary file @file{global_motions.trf}. Default
 +value is 0.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Use @command{ffmpeg} for a typical stabilization with default values:
 +@example
 +ffmpeg -i inp.mpeg -vf vidstabtransform,unsharp=5:5:0.8:3:3:0.4 inp_stabilized.mpeg
 +@end example
 +
 +Note the use of the @ref{unsharp} filter which is always recommended.
 +
 +@item
 +Zoom in a bit more and load transform data from a given file:
 +@example
 +vidstabtransform=zoom=5:input="mytransforms.trf"
 +@end example
 +
 +@item
 +Smoothen the video even more:
 +@example
 +vidstabtransform=smoothing=30
 +@end example
 +@end itemize
 +
 +@section vflip
 +
 +Flip the input video vertically.
 +
 +For example, to vertically flip a video with @command{ffmpeg}:
 +@example
 +ffmpeg -i in.avi -vf "vflip" out.avi
 +@end example
 +
 +@anchor{vignette}
 +@section vignette
 +
 +Make or reverse a natural vignetting effect.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item angle, a
 +Set lens angle expression as a number of radians.
 +
 +The value is clipped in the @code{[0,PI/2]} range.
 +
 +Default value: @code{"PI/5"}
 +
 +@item x0
 +@item y0
 +Set center coordinates expressions. Respectively @code{"w/2"} and @code{"h/2"}
 +by default.
 +
 +@item mode
 +Set forward/backward mode.
 +
 +Available modes are:
 +@table @samp
 +@item forward
 +The larger the distance from the central point, the darker the image becomes.
 +
 +@item backward
 +The larger the distance from the central point, the brighter the image becomes.
 +This can be used to reverse a vignette effect, though there is no automatic
 +detection to extract the lens @option{angle} and other settings (yet). It can
 +also be used to create a burning effect.
 +@end table
 +
 +Default value is @samp{forward}.
 +
 +@item eval
 +Set evaluation mode for the expressions (@option{angle}, @option{x0}, @option{y0}).
 +
 +It accepts the following values:
 +@table @samp
 +@item init
 +Evaluate expressions only once during the filter initialization.
 +
 +@item frame
 +Evaluate expressions for each incoming frame. This is way slower than the
 +@samp{init} mode since it requires all the scalers to be re-computed, but it
 +allows advanced dynamic expressions.
 +@end table
 +
 +Default value is @samp{init}.
 +
 +@item dither
 +Set dithering to reduce the circular banding effects. Default is @code{1}
 +(enabled).
 +
 +@item aspect
 +Set vignette aspect. This setting allows one to adjust the shape of the vignette.
 +Setting this value to the SAR of the input will make a rectangular vignetting
 +following the dimensions of the video.
 +
 +Default is @code{1/1}.
 +@end table
 +
 +@subsection Expressions
 +
 +The @option{alpha}, @option{x0} and @option{y0} expressions can contain the
 +following parameters.
 +
 +@table @option
 +@item w
 +@item h
 +input width and height
 +
 +@item n
 +the number of input frame, starting from 0
 +
 +@item pts
 +the PTS (Presentation TimeStamp) time of the filtered video frame, expressed in
 +@var{TB} units, NAN if undefined
 +
 +@item r
 +frame rate of the input video, NAN if the input frame rate is unknown
 +
 +@item t
 +the PTS (Presentation TimeStamp) of the filtered video frame,
 +expressed in seconds, NAN if undefined
 +
 +@item tb
 +time base of the input video
 +@end table
 +
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Apply simple strong vignetting effect:
 +@example
 +vignette=PI/4
 +@end example
 +
 +@item
 +Make a flickering vignetting:
 +@example
 +vignette='PI/4+random(1)*PI/50':eval=frame
 +@end example
 +
 +@end itemize
 +
 +@section vstack
 +Stack input videos vertically.
 +
 +All streams must be of same pixel format and of same width.
 +
 +Note that this filter is faster than using @ref{overlay} and @ref{pad} filter
 +to create same output.
 +
 +The filter accept the following option:
 +
 +@table @option
 +@item inputs
 +Set number of input streams. Default is 2.
 +
 +@item shortest
 +If set to 1, force the output to terminate when the shortest input
 +terminates. Default value is 0.
 +@end table
 +
 +@section w3fdif
 +
 +Deinterlace the input video ("w3fdif" stands for "Weston 3 Field
 +Deinterlacing Filter").
 +
 +Based on the process described by Martin Weston for BBC R&D, and
 +implemented based on the de-interlace algorithm written by Jim
 +Easterbrook for BBC R&D, the Weston 3 field deinterlacing filter
 +uses filter coefficients calculated by BBC R&D.
 +
 +There are two sets of filter coefficients, so called "simple":
 +and "complex". Which set of filter coefficients is used can
 +be set by passing an optional parameter:
 +
 +@table @option
 +@item filter
 +Set the interlacing filter coefficients. Accepts one of the following values:
 +
 +@table @samp
 +@item simple
 +Simple filter coefficient set.
 +@item complex
 +More-complex filter coefficient set.
 +@end table
 +Default value is @samp{complex}.
 +
 +@item deint
 +Specify which frames to deinterlace. Accept one of the following values:
 +
 +@table @samp
 +@item all
 +Deinterlace all frames,
 +@item interlaced
 +Only deinterlace frames marked as interlaced.
 +@end table
 +
 +Default value is @samp{all}.
 +@end table
 +
 +@section waveform
 +Video waveform monitor.
 +
 +The waveform monitor plots color component intensity. By default luminance
 +only. Each column of the waveform corresponds to a column of pixels in the
 +source video.
 +
 +It accepts the following options:
 +
 +@table @option
 +@item mode, m
 +Can be either @code{row}, or @code{column}. Default is @code{column}.
 +In row mode, the graph on the left side represents color component value 0 and
 +the right side represents value = 255. In column mode, the top side represents
 +color component value = 0 and bottom side represents value = 255.
 +
 +@item intensity, i
 +Set intensity. Smaller values are useful to find out how many values of the same
 +luminance are distributed across input rows/columns.
 +Default value is @code{0.04}. Allowed range is [0, 1].
 +
 +@item mirror, r
 +Set mirroring mode. @code{0} means unmirrored, @code{1} means mirrored.
 +In mirrored mode, higher values will be represented on the left
 +side for @code{row} mode and at the top for @code{column} mode. Default is
 +@code{1} (mirrored).
 +
 +@item display, d
 +Set display mode.
 +It accepts the following values:
 +@table @samp
 +@item overlay
 +Presents information identical to that in the @code{parade}, except
 +that the graphs representing color components are superimposed directly
 +over one another.
 +
 +This display mode makes it easier to spot relative differences or similarities
 +in overlapping areas of the color components that are supposed to be identical,
 +such as neutral whites, grays, or blacks.
 +
 +@item parade
 +Display separate graph for the color components side by side in
 +@code{row} mode or one below the other in @code{column} mode.
 +
 +Using this display mode makes it easy to spot color casts in the highlights
 +and shadows of an image, by comparing the contours of the top and the bottom
 +graphs of each waveform. Since whites, grays, and blacks are characterized
 +by exactly equal amounts of red, green, and blue, neutral areas of the picture
 +should display three waveforms of roughly equal width/height. If not, the
 +correction is easy to perform by making level adjustments the three waveforms.
 +@end table
 +Default is @code{parade}.
 +
 +@item components, c
 +Set which color components to display. Default is 1, which means only luminance
 +or red color component if input is in RGB colorspace. If is set for example to
 +7 it will display all 3 (if) available color components.
 +
 +@item envelope, e
 +@table @samp
 +@item none
 +No envelope, this is default.
 +
 +@item instant
 +Instant envelope, minimum and maximum values presented in graph will be easily
 +visible even with small @code{step} value.
 +
 +@item peak
 +Hold minimum and maximum values presented in graph across time. This way you
 +can still spot out of range values without constantly looking at waveforms.
 +
 +@item peak+instant
 +Peak and instant envelope combined together.
 +@end table
 +
 +@item filter, f
 +@table @samp
 +@item lowpass
 +No filtering, this is default.
 +
 +@item flat
 +Luma and chroma combined together.
 +
 +@item aflat
 +Similar as above, but shows difference between blue and red chroma.
 +
 +@item chroma
 +Displays only chroma.
 +
 +@item achroma
 +Similar as above, but shows difference between blue and red chroma.
 +
 +@item color
 +Displays actual color value on waveform.
 +@end table
 +@end table
 +
 +@section xbr
 +Apply the xBR high-quality magnification filter which is designed for pixel
 +art. It follows a set of edge-detection rules, see
 +@url{http://www.libretro.com/forums/viewtopic.php?f=6&t=134}.
 +
 +It accepts the following option:
 +
 +@table @option
 +@item n
 +Set the scaling dimension: @code{2} for @code{2xBR}, @code{3} for
 +@code{3xBR} and @code{4} for @code{4xBR}.
 +Default is @code{3}.
 +@end table
 +
 +@anchor{yadif}
 +@section yadif
 +
 +Deinterlace the input video ("yadif" means "yet another deinterlacing
 +filter").
 +
 +It accepts the following parameters:
 +
 +
 +@table @option
 +
 +@item mode
 +The interlacing mode to adopt. It accepts one of the following values:
 +
 +@table @option
 +@item 0, send_frame
 +Output one frame for each frame.
 +@item 1, send_field
 +Output one frame for each field.
 +@item 2, send_frame_nospatial
 +Like @code{send_frame}, but it skips the spatial interlacing check.
 +@item 3, send_field_nospatial
 +Like @code{send_field}, but it skips the spatial interlacing check.
 +@end table
 +
 +The default value is @code{send_frame}.
 +
 +@item parity
 +The picture field parity assumed for the input interlaced video. It accepts one
 +of the following values:
 +
 +@table @option
 +@item 0, tff
 +Assume the top field is first.
 +@item 1, bff
 +Assume the bottom field is first.
 +@item -1, auto
 +Enable automatic detection of field parity.
 +@end table
 +
 +The default value is @code{auto}.
 +If the interlacing is unknown or the decoder does not export this information,
 +top field first will be assumed.
 +
 +@item deint
 +Specify which frames to deinterlace. Accept one of the following
 +values:
 +
 +@table @option
 +@item 0, all
 +Deinterlace all frames.
 +@item 1, interlaced
 +Only deinterlace frames marked as interlaced.
 +@end table
 +
 +The default value is @code{all}.
 +@end table
 +
 +@section zoompan
 +
 +Apply Zoom & Pan effect.
 +
 +This filter accepts the following options:
 +
 +@table @option
 +@item zoom, z
 +Set the zoom expression. Default is 1.
 +
 +@item x
 +@item y
 +Set the x and y expression. Default is 0.
 +
 +@item d
 +Set the duration expression in number of frames.
 +This sets for how many number of frames effect will last for
 +single input image.
 +
 +@item s
 +Set the output image size, default is 'hd720'.
 +
 +@item fps
 +Set the output frame rate, default is '25'.
 +@end table
 +
 +Each expression can contain the following constants:
 +
 +@table @option
 +@item in_w, iw
 +Input width.
 +
 +@item in_h, ih
 +Input height.
 +
 +@item out_w, ow
 +Output width.
 +
 +@item out_h, oh
 +Output height.
 +
 +@item in
 +Input frame count.
 +
 +@item on
 +Output frame count.
 +
 +@item x
 +@item y
 +Last calculated 'x' and 'y' position from 'x' and 'y' expression
 +for current input frame.
 +
 +@item px
 +@item py
 +'x' and 'y' of last output frame of previous input frame or 0 when there was
 +not yet such frame (first input frame).
 +
 +@item zoom
 +Last calculated zoom from 'z' expression for current input frame.
 +
 +@item pzoom
 +Last calculated zoom of last output frame of previous input frame.
 +
 +@item duration
 +Number of output frames for current input frame. Calculated from 'd' expression
 +for each input frame.
 +
 +@item pduration
 +number of output frames created for previous input frame
 +
 +@item a
 +Rational number: input width / input height
 +
 +@item sar
 +sample aspect ratio
 +
 +@item dar
 +display aspect ratio
 +
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Zoom-in up to 1.5 and pan at same time to some spot near center of picture:
 +@example
 +zoompan=z='min(zoom+0.0015,1.5)':d=700:x='if(gte(zoom,1.5),x,x+1/a)':y='if(gte(zoom,1.5),y,y+1)':s=640x360
 +@end example
 +
 +@item
 +Zoom-in up to 1.5 and pan always at center of picture:
 +@example
 +zoompan=z='min(zoom+0.0015,1.5)':d=700:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)'
 +@end example
 +@end itemize
 +
 +@section zscale
 +Scale (resize) the input video, using the z.lib library:
 +https://github.com/sekrit-twc/zimg.
 +
 +The zscale filter forces the output display aspect ratio to be the same
 +as the input, by changing the output sample aspect ratio.
 +
 +If the input image format is different from the format requested by
 +the next filter, the zscale filter will convert the input to the
 +requested format.
 +
 +@subsection Options
 +The filter accepts the following options.
 +
 +@table @option
 +@item width, w
 +@item height, h
 +Set the output video dimension expression. Default value is the input
 +dimension.
 +
 +If the @var{width} or @var{w} is 0, the input width is used for the output.
 +If the @var{height} or @var{h} is 0, the input height is used for the output.
 +
 +If one of the values is -1, the zscale filter will use a value that
 +maintains the aspect ratio of the input image, calculated from the
 +other specified dimension. If both of them are -1, the input size is
 +used
 +
 +If one of the values is -n with n > 1, the zscale filter will also use a value
 +that maintains the aspect ratio of the input image, calculated from the other
 +specified dimension. After that it will, however, make sure that the calculated
 +dimension is divisible by n and adjust the value if necessary.
 +
 +See below for the list of accepted constants for use in the dimension
 +expression.
 +
 +@item size, s
 +Set the video size. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +
 +@item dither, d
 +Set the dither type.
 +
 +Possible values are:
 +@table @var
 +@item none
 +@item ordered
 +@item random
 +@item error_diffusion
 +@end table
 +
 +Default is none.
 +
 +@item filter, f
 +Set the resize filter type.
 +
 +Possible values are:
 +@table @var
 +@item point
 +@item bilinear
 +@item bicubic
 +@item spline16
 +@item spline36
 +@item lanczos
 +@end table
 +
 +Default is bilinear.
 +
 +@item range, r
 +Set the color range.
 +
 +Possible values are:
 +@table @var
 +@item input
 +@item limited
 +@item full
 +@end table
 +
 +Default is same as input.
 +
 +@item primaries, p
 +Set the color primaries.
 +
 +Possible values are:
 +@table @var
 +@item input
 +@item 709
 +@item unspecified
 +@item 170m
 +@item 240m
 +@item 2020
 +@end table
 +
 +Default is same as input.
 +
 +@item transfer, t
 +Set the transfer characteristics.
 +
 +Possible values are:
 +@table @var
 +@item input
 +@item 709
 +@item unspecified
 +@item 601
 +@item linear
 +@item 2020_10
 +@item 2020_12
 +@end table
 +
 +Default is same as input.
 +
 +@item matrix, m
 +Set the colorspace matrix.
 +
 +Possible value are:
 +@table @var
 +@item input
 +@item 709
 +@item unspecified
 +@item 470bg
 +@item 170m
 +@item 2020_ncl
 +@item 2020_cl
 +@end table
 +
 +Default is same as input.
 +
 +@item rangein, rin
 +Set the input color range.
 +
 +Possible values are:
 +@table @var
 +@item input
 +@item limited
 +@item full
 +@end table
 +
 +Default is same as input.
 +
 +@item primariesin, pin
 +Set the input color primaries.
 +
 +Possible values are:
 +@table @var
 +@item input
 +@item 709
 +@item unspecified
 +@item 170m
 +@item 240m
 +@item 2020
 +@end table
 +
 +Default is same as input.
 +
 +@item transferin, tin
 +Set the input transfer characteristics.
 +
 +Possible values are:
 +@table @var
 +@item input
 +@item 709
 +@item unspecified
 +@item 601
 +@item linear
 +@item 2020_10
 +@item 2020_12
 +@end table
 +
 +Default is same as input.
 +
 +@item matrixin, min
 +Set the input colorspace matrix.
 +
 +Possible value are:
 +@table @var
 +@item input
 +@item 709
 +@item unspecified
 +@item 470bg
 +@item 170m
 +@item 2020_ncl
 +@item 2020_cl
 +@end table
 +@end table
 +
 +The values of the @option{w} and @option{h} options are expressions
 +containing the following constants:
 +
 +@table @var
 +@item in_w
 +@item in_h
 +The input width and height
 +
 +@item iw
 +@item ih
 +These are the same as @var{in_w} and @var{in_h}.
 +
 +@item out_w
 +@item out_h
 +The output (scaled) width and height
 +
 +@item ow
 +@item oh
 +These are the same as @var{out_w} and @var{out_h}
 +
 +@item a
 +The same as @var{iw} / @var{ih}
 +
 +@item sar
 +input sample aspect ratio
 +
 +@item dar
 +The input display aspect ratio. Calculated from @code{(iw / ih) * sar}.
 +
 +@item hsub
 +@item vsub
 +horizontal and vertical input chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +
 +@item ohsub
 +@item ovsub
 +horizontal and vertical output chroma subsample values. For example for the
 +pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +@end table
 +
 +@table @option
 +@end table
 +
 +@c man end VIDEO FILTERS
 +
 +@chapter Video Sources
 +@c man begin VIDEO SOURCES
 +
 +Below is a description of the currently available video sources.
 +
 +@section buffer
 +
 +Buffer video frames, and make them available to the filter chain.
 +
 +This source is mainly intended for a programmatic use, in particular
 +through the interface defined in @file{libavfilter/vsrc_buffer.h}.
 +
 +It accepts the following parameters:
 +
 +@table @option
 +
 +@item video_size
 +Specify the size (width and height) of the buffered video frames. For the
 +syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +
 +@item width
 +The input video width.
 +
 +@item height
 +The input video height.
 +
 +@item pix_fmt
 +A string representing the pixel format of the buffered video frames.
 +It may be a number corresponding to a pixel format, or a pixel format
 +name.
 +
 +@item time_base
 +Specify the timebase assumed by the timestamps of the buffered frames.
 +
 +@item frame_rate
 +Specify the frame rate expected for the video stream.
 +
 +@item pixel_aspect, sar
 +The sample (pixel) aspect ratio of the input video.
 +
 +@item sws_param
 +Specify the optional parameters to be used for the scale filter which
 +is automatically inserted when an input change is detected in the
 +input size or format.
 +
 +@item hw_frames_ctx
 +When using a hardware pixel format, this should be a reference to an
 +AVHWFramesContext describing input frames.
 +@end table
 +
 +For example:
 +@example
 +buffer=width=320:height=240:pix_fmt=yuv410p:time_base=1/24:sar=1
 +@end example
 +
 +will instruct the source to accept video frames with size 320x240 and
 +with format "yuv410p", assuming 1/24 as the timestamps timebase and
 +square pixels (1:1 sample aspect ratio).
 +Since the pixel format with name "yuv410p" corresponds to the number 6
 +(check the enum AVPixelFormat definition in @file{libavutil/pixfmt.h}),
 +this example corresponds to:
 +@example
 +buffer=size=320x240:pixfmt=6:time_base=1/24:pixel_aspect=1/1
 +@end example
 +
 +Alternatively, the options can be specified as a flat string, but this
 +syntax is deprecated:
 +
 +@var{width}:@var{height}:@var{pix_fmt}:@var{time_base.num}:@var{time_base.den}:@var{pixel_aspect.num}:@var{pixel_aspect.den}[:@var{sws_param}]
 +
 +@section cellauto
 +
 +Create a pattern generated by an elementary cellular automaton.
 +
 +The initial state of the cellular automaton can be defined through the
 +@option{filename}, and @option{pattern} options. If such options are
 +not specified an initial state is created randomly.
 +
 +At each new frame a new row in the video is filled with the result of
 +the cellular automaton next generation. The behavior when the whole
 +frame is filled is defined by the @option{scroll} option.
 +
 +This source accepts the following options:
 +
 +@table @option
 +@item filename, f
 +Read the initial cellular automaton state, i.e. the starting row, from
 +the specified file.
 +In the file, each non-whitespace character is considered an alive
 +cell, a newline will terminate the row, and further characters in the
 +file will be ignored.
 +
 +@item pattern, p
 +Read the initial cellular automaton state, i.e. the starting row, from
 +the specified string.
 +
 +Each non-whitespace character in the string is considered an alive
 +cell, a newline will terminate the row, and further characters in the
 +string will be ignored.
 +
 +@item rate, r
 +Set the video rate, that is the number of frames generated per second.
 +Default is 25.
 +
 +@item random_fill_ratio, ratio
 +Set the random fill ratio for the initial cellular automaton row. It
 +is a floating point number value ranging from 0 to 1, defaults to
 +1/PHI.
 +
 +This option is ignored when a file or a pattern is specified.
 +
 +@item random_seed, seed
 +Set the seed for filling randomly the initial row, must be an integer
 +included between 0 and UINT32_MAX. If not specified, or if explicitly
 +set to -1, the filter will try to use a good random seed on a best
 +effort basis.
 +
 +@item rule
 +Set the cellular automaton rule, it is a number ranging from 0 to 255.
 +Default value is 110.
 +
 +@item size, s
 +Set the size of the output video. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +
 +If @option{filename} or @option{pattern} is specified, the size is set
 +by default to the width of the specified initial state row, and the
 +height is set to @var{width} * PHI.
 +
 +If @option{size} is set, it must contain the width of the specified
 +pattern string, and the specified pattern will be centered in the
 +larger row.
 +
 +If a filename or a pattern string is not specified, the size value
 +defaults to "320x518" (used for a randomly generated initial state).
 +
 +@item scroll
 +If set to 1, scroll the output upward when all the rows in the output
 +have been already filled. If set to 0, the new generated row will be
 +written over the top row just after the bottom row is filled.
 +Defaults to 1.
 +
 +@item start_full, full
 +If set to 1, completely fill the output with generated rows before
 +outputting the first frame.
 +This is the default behavior, for disabling set the value to 0.
 +
 +@item stitch
 +If set to 1, stitch the left and right row edges together.
 +This is the default behavior, for disabling set the value to 0.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Read the initial state from @file{pattern}, and specify an output of
 +size 200x400.
 +@example
 +cellauto=f=pattern:s=200x400
 +@end example
 +
 +@item
 +Generate a random initial row with a width of 200 cells, with a fill
 +ratio of 2/3:
 +@example
 +cellauto=ratio=2/3:s=200x200
 +@end example
 +
 +@item
 +Create a pattern generated by rule 18 starting by a single alive cell
 +centered on an initial row with width 100:
 +@example
 +cellauto=p=@@:s=100x400:full=0:rule=18
 +@end example
 +
 +@item
 +Specify a more elaborated initial pattern:
 +@example
 +cellauto=p='@@@@ @@ @@@@':s=100x400:full=0:rule=18
 +@end example
 +
 +@end itemize
 +
 +@section mandelbrot
 +
 +Generate a Mandelbrot set fractal, and progressively zoom towards the
 +point specified with @var{start_x} and @var{start_y}.
 +
 +This source accepts the following options:
 +
 +@table @option
 +
 +@item end_pts
 +Set the terminal pts value. Default value is 400.
 +
 +@item end_scale
 +Set the terminal scale value.
 +Must be a floating point value. Default value is 0.3.
 +
 +@item inner
 +Set the inner coloring mode, that is the algorithm used to draw the
 +Mandelbrot fractal internal region.
 +
 +It shall assume one of the following values:
 +@table @option
 +@item black
 +Set black mode.
 +@item convergence
 +Show time until convergence.
 +@item mincol
 +Set color based on point closest to the origin of the iterations.
 +@item period
 +Set period mode.
 +@end table
 +
 +Default value is @var{mincol}.
 +
 +@item bailout
 +Set the bailout value. Default value is 10.0.
 +
 +@item maxiter
 +Set the maximum of iterations performed by the rendering
 +algorithm. Default value is 7189.
 +
 +@item outer
 +Set outer coloring mode.
 +It shall assume one of following values:
 +@table @option
 +@item iteration_count
 +Set iteration cound mode.
 +@item normalized_iteration_count
 +set normalized iteration count mode.
 +@end table
 +Default value is @var{normalized_iteration_count}.
 +
 +@item rate, r
 +Set frame rate, expressed as number of frames per second. Default
 +value is "25".
 +
 +@item size, s
 +Set frame size. For the syntax of this option, check the "Video
 +size" section in the ffmpeg-utils manual. Default value is "640x480".
 +
 +@item start_scale
 +Set the initial scale value. Default value is 3.0.
 +
 +@item start_x
 +Set the initial x position. Must be a floating point value between
 +-100 and 100. Default value is -0.743643887037158704752191506114774.
 +
 +@item start_y
 +Set the initial y position. Must be a floating point value between
 +-100 and 100. Default value is -0.131825904205311970493132056385139.
 +@end table
 +
 +@section mptestsrc
 +
 +Generate various test patterns, as generated by the MPlayer test filter.
 +
 +The size of the generated video is fixed, and is 256x256.
 +This source is useful in particular for testing encoding features.
 +
 +This source accepts the following options:
 +
 +@table @option
 +
 +@item rate, r
 +Specify the frame rate of the sourced video, as the number of frames
 +generated per second. It has to be a string in the format
 +@var{frame_rate_num}/@var{frame_rate_den}, an integer number, a floating point
 +number or a valid video frame rate abbreviation. The default value is
 +"25".
 +
 +@item duration, d
 +Set the duration of the sourced video. See
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the accepted syntax.
 +
 +If not specified, or the expressed duration is negative, the video is
 +supposed to be generated forever.
 +
 +@item test, t
 +
 +Set the number or the name of the test to perform. Supported tests are:
 +@table @option
 +@item dc_luma
 +@item dc_chroma
 +@item freq_luma
 +@item freq_chroma
 +@item amp_luma
 +@item amp_chroma
 +@item cbp
 +@item mv
 +@item ring1
 +@item ring2
 +@item all
 +
 +@end table
 +
 +Default value is "all", which will cycle through the list of all tests.
 +@end table
 +
 +Some examples:
 +@example
 +mptestsrc=t=dc_luma
 +@end example
 +
 +will generate a "dc_luma" test pattern.
 +
 +@section frei0r_src
 +
 +Provide a frei0r source.
 +
 +To enable compilation of this filter you need to install the frei0r
 +header and configure FFmpeg with @code{--enable-frei0r}.
 +
 +This source accepts the following parameters:
 +
 +@table @option
 +
 +@item size
 +The size of the video to generate. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +
 +@item framerate
 +The framerate of the generated video. It may be a string of the form
 +@var{num}/@var{den} or a frame rate abbreviation.
 +
 +@item filter_name
 +The name to the frei0r source to load. For more information regarding frei0r and
 +how to set the parameters, read the @ref{frei0r} section in the video filters
 +documentation.
 +
 +@item filter_params
 +A '|'-separated list of parameters to pass to the frei0r source.
 +
 +@end table
 +
 +For example, to generate a frei0r partik0l source with size 200x200
 +and frame rate 10 which is overlaid on the overlay filter main input:
 +@example
 +frei0r_src=size=200x200:framerate=10:filter_name=partik0l:filter_params=1234 [overlay]; [in][overlay] overlay
 +@end example
 +
 +@section life
 +
 +Generate a life pattern.
 +
 +This source is based on a generalization of John Conway's life game.
 +
 +The sourced input represents a life grid, each pixel represents a cell
 +which can be in one of two possible states, alive or dead. Every cell
 +interacts with its eight neighbours, which are the cells that are
 +horizontally, vertically, or diagonally adjacent.
 +
 +At each interaction the grid evolves according to the adopted rule,
 +which specifies the number of neighbor alive cells which will make a
 +cell stay alive or born. The @option{rule} option allows one to specify
 +the rule to adopt.
 +
 +This source accepts the following options:
 +
 +@table @option
 +@item filename, f
 +Set the file from which to read the initial grid state. In the file,
 +each non-whitespace character is considered an alive cell, and newline
 +is used to delimit the end of each row.
 +
 +If this option is not specified, the initial grid is generated
 +randomly.
 +
 +@item rate, r
 +Set the video rate, that is the number of frames generated per second.
 +Default is 25.
 +
 +@item random_fill_ratio, ratio
 +Set the random fill ratio for the initial random grid. It is a
 +floating point number value ranging from 0 to 1, defaults to 1/PHI.
 +It is ignored when a file is specified.
 +
 +@item random_seed, seed
 +Set the seed for filling the initial random grid, must be an integer
 +included between 0 and UINT32_MAX. If not specified, or if explicitly
 +set to -1, the filter will try to use a good random seed on a best
 +effort basis.
 +
 +@item rule
 +Set the life rule.
 +
 +A rule can be specified with a code of the kind "S@var{NS}/B@var{NB}",
 +where @var{NS} and @var{NB} are sequences of numbers in the range 0-8,
 +@var{NS} specifies the number of alive neighbor cells which make a
 +live cell stay alive, and @var{NB} the number of alive neighbor cells
 +which make a dead cell to become alive (i.e. to "born").
 +"s" and "b" can be used in place of "S" and "B", respectively.
 +
 +Alternatively a rule can be specified by an 18-bits integer. The 9
 +high order bits are used to encode the next cell state if it is alive
 +for each number of neighbor alive cells, the low order bits specify
 +the rule for "borning" new cells. Higher order bits encode for an
 +higher number of neighbor cells.
 +For example the number 6153 = @code{(12<<9)+9} specifies a stay alive
 +rule of 12 and a born rule of 9, which corresponds to "S23/B03".
 +
 +Default value is "S23/B3", which is the original Conway's game of life
 +rule, and will keep a cell alive if it has 2 or 3 neighbor alive
 +cells, and will born a new cell if there are three alive cells around
 +a dead cell.
 +
 +@item size, s
 +Set the size of the output video. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +
 +If @option{filename} is specified, the size is set by default to the
 +same size of the input file. If @option{size} is set, it must contain
 +the size specified in the input file, and the initial grid defined in
 +that file is centered in the larger resulting area.
 +
 +If a filename is not specified, the size value defaults to "320x240"
 +(used for a randomly generated initial grid).
 +
 +@item stitch
 +If set to 1, stitch the left and right grid edges together, and the
 +top and bottom edges also. Defaults to 1.
 +
 +@item mold
 +Set cell mold speed. If set, a dead cell will go from @option{death_color} to
 +@option{mold_color} with a step of @option{mold}. @option{mold} can have a
 +value from 0 to 255.
 +
 +@item life_color
 +Set the color of living (or new born) cells.
 +
 +@item death_color
 +Set the color of dead cells. If @option{mold} is set, this is the first color
 +used to represent a dead cell.
 +
 +@item mold_color
 +Set mold color, for definitely dead and moldy cells.
 +
 +For the syntax of these 3 color options, check the "Color" section in the
 +ffmpeg-utils manual.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Read a grid from @file{pattern}, and center it on a grid of size
 +300x300 pixels:
 +@example
 +life=f=pattern:s=300x300
 +@end example
 +
 +@item
 +Generate a random grid of size 200x200, with a fill ratio of 2/3:
 +@example
 +life=ratio=2/3:s=200x200
 +@end example
 +
 +@item
 +Specify a custom rule for evolving a randomly generated grid:
 +@example
 +life=rule=S14/B34
 +@end example
 +
 +@item
 +Full example with slow death effect (mold) using @command{ffplay}:
 +@example
 +ffplay -f lavfi life=s=300x200:mold=10:r=60:ratio=0.1:death_color=#C83232:life_color=#00ff00,scale=1200:800:flags=16
 +@end example
 +@end itemize
 +
 +@anchor{allrgb}
 +@anchor{allyuv}
 +@anchor{color}
 +@anchor{haldclutsrc}
 +@anchor{nullsrc}
 +@anchor{rgbtestsrc}
 +@anchor{smptebars}
 +@anchor{smptehdbars}
 +@anchor{testsrc}
 +@section allrgb, allyuv, color, haldclutsrc, nullsrc, rgbtestsrc, smptebars, smptehdbars, testsrc
 +
 +The @code{allrgb} source returns frames of size 4096x4096 of all rgb colors.
 +
 +The @code{allyuv} source returns frames of size 4096x4096 of all yuv colors.
 +
 +The @code{color} source provides an uniformly colored input.
 +
 +The @code{haldclutsrc} source provides an identity Hald CLUT. See also
 +@ref{haldclut} filter.
 +
 +The @code{nullsrc} source returns unprocessed video frames. It is
 +mainly useful to be employed in analysis / debugging tools, or as the
 +source for filters which ignore the input data.
 +
 +The @code{rgbtestsrc} source generates an RGB test pattern useful for
 +detecting RGB vs BGR issues. You should see a red, green and blue
 +stripe from top to bottom.
 +
 +The @code{smptebars} source generates a color bars pattern, based on
 +the SMPTE Engineering Guideline EG 1-1990.
 +
 +The @code{smptehdbars} source generates a color bars pattern, based on
 +the SMPTE RP 219-2002.
 +
 +The @code{testsrc} source generates a test video pattern, showing a
 +color pattern, a scrolling gradient and a timestamp. This is mainly
 +intended for testing purposes.
 +
 +The sources accept the following parameters:
 +
 +@table @option
 +
 +@item color, c
 +Specify the color of the source, only available in the @code{color}
 +source. For the syntax of this option, check the "Color" section in the
 +ffmpeg-utils manual.
 +
 +@item level
 +Specify the level of the Hald CLUT, only available in the @code{haldclutsrc}
 +source. A level of @code{N} generates a picture of @code{N*N*N} by @code{N*N*N}
 +pixels to be used as identity matrix for 3D lookup tables. Each component is
 +coded on a @code{1/(N*N)} scale.
 +
 +@item size, s
 +Specify the size of the sourced video. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +The default value is @code{320x240}.
 +
 +This option is not available with the @code{haldclutsrc} filter.
 +
 +@item rate, r
 +Specify the frame rate of the sourced video, as the number of frames
 +generated per second. It has to be a string in the format
 +@var{frame_rate_num}/@var{frame_rate_den}, an integer number, a floating point
 +number or a valid video frame rate abbreviation. The default value is
 +"25".
 +
 +@item sar
 +Set the sample aspect ratio of the sourced video.
 +
 +@item duration, d
 +Set the duration of the sourced video. See
 +@ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1) manual,ffmpeg-utils}
 +for the accepted syntax.
 +
 +If not specified, or the expressed duration is negative, the video is
 +supposed to be generated forever.
 +
 +@item decimals, n
 +Set the number of decimals to show in the timestamp, only available in the
 +@code{testsrc} source.
 +
 +The displayed timestamp value will correspond to the original
 +timestamp value multiplied by the power of 10 of the specified
 +value. Default value is 0.
 +@end table
 +
 +For example the following:
 +@example
 +testsrc=duration=5.3:size=qcif:rate=10
 +@end example
 +
 +will generate a video with a duration of 5.3 seconds, with size
 +176x144 and a frame rate of 10 frames per second.
 +
 +The following graph description will generate a red source
 +with an opacity of 0.2, with size "qcif" and a frame rate of 10
 +frames per second.
 +@example
 +color=c=red@@0.2:s=qcif:r=10
 +@end example
 +
 +If the input content is to be ignored, @code{nullsrc} can be used. The
 +following command generates noise in the luminance plane by employing
 +the @code{geq} filter:
 +@example
 +nullsrc=s=256x256, geq=random(1)*255:128:128
 +@end example
 +
 +@subsection Commands
 +
 +The @code{color} source supports the following commands:
 +
 +@table @option
 +@item c, color
 +Set the color of the created image. Accepts the same syntax of the
 +corresponding @option{color} option.
 +@end table
 +
 +@c man end VIDEO SOURCES
 +
 +@chapter Video Sinks
 +@c man begin VIDEO SINKS
 +
 +Below is a description of the currently available video sinks.
 +
 +@section buffersink
 +
 +Buffer video frames, and make them available to the end of the filter
 +graph.
 +
 +This sink is mainly intended for programmatic use, in particular
 +through the interface defined in @file{libavfilter/buffersink.h}
 +or the options system.
 +
 +It accepts a pointer to an AVBufferSinkContext structure, which
 +defines the incoming buffers' formats, to be passed as the opaque
 +parameter to @code{avfilter_init_filter} for initialization.
 +
 +@section nullsink
 +
 +Null video sink: do absolutely nothing with the input video. It is
 +mainly useful as a template and for use in analysis / debugging
 +tools.
 +
 +@c man end VIDEO SINKS
 +
 +@chapter Multimedia Filters
 +@c man begin MULTIMEDIA FILTERS
 +
 +Below is a description of the currently available multimedia filters.
 +
 +@section ahistogram
 +
 +Convert input audio to a video output, displaying the volume histogram.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item dmode
 +Specify how histogram is calculated.
 +
 +It accepts the following values:
 +@table @samp
 +@item single
 +Use single histogram for all channels.
 +@item separate
 +Use separate histogram for each channel.
 +@end table
 +Default is @code{single}.
 +
 +@item rate, r
 +Set frame rate, expressed as number of frames per second. Default
 +value is "25".
 +
 +@item size, s
 +Specify the video size for the output. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default value is @code{hd720}.
 +
 +@item scale
 +Set display scale.
 +
 +It accepts the following values:
 +@table @samp
 +@item log
 +logarithmic
 +@item sqrt
 +square root
 +@item cbrt
 +cubic root
 +@item lin
 +linear
 +@item rlog
 +reverse logarithmic
 +@end table
 +Default is @code{log}.
 +
 +@item ascale
 +Set amplitude scale.
 +
 +It accepts the following values:
 +@table @samp
 +@item log
 +logarithmic
 +@item lin
 +linear
 +@end table
 +Default is @code{log}.
 +
 +@item acount
 +Set how much frames to accumulate in histogram.
 +Defauls is 1. Setting this to -1 accumulates all frames.
 +
 +@item rheight
 +Set histogram ratio of window height.
 +
 +@item slide
 +Set sonogram sliding.
 +
 +It accepts the following values:
 +@table @samp
 +@item replace
 +replace old rows with new ones.
 +@item scroll
 +scroll from top to bottom.
 +@end table
 +Default is @code{replace}.
 +@end table
 +
 +@section aphasemeter
 +
 +Convert input audio to a video output, displaying the audio phase.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item rate, r
 +Set the output frame rate. Default value is @code{25}.
 +
 +@item size, s
 +Set the video size for the output. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default value is @code{800x400}.
 +
 +@item rc
 +@item gc
 +@item bc
 +Specify the red, green, blue contrast. Default values are @code{2},
 +@code{7} and @code{1}.
 +Allowed range is @code{[0, 255]}.
 +
 +@item mpc
 +Set color which will be used for drawing median phase. If color is
 +@code{none} which is default, no median phase value will be drawn.
 +@end table
 +
 +The filter also exports the frame metadata @code{lavfi.aphasemeter.phase} which
 +represents mean phase of current audio frame. Value is in range @code{[-1, 1]}.
 +The @code{-1} means left and right channels are completely out of phase and
 +@code{1} means channels are in phase.
 +
 +@section avectorscope
 +
 +Convert input audio to a video output, representing the audio vector
 +scope.
 +
 +The filter is used to measure the difference between channels of stereo
 +audio stream. A monoaural signal, consisting of identical left and right
 +signal, results in straight vertical line. Any stereo separation is visible
 +as a deviation from this line, creating a Lissajous figure.
 +If the straight (or deviation from it) but horizontal line appears this
 +indicates that the left and right channels are out of phase.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +@item mode, m
 +Set the vectorscope mode.
 +
 +Available values are:
 +@table @samp
 +@item lissajous
 +Lissajous rotated by 45 degrees.
 +
 +@item lissajous_xy
 +Same as above but not rotated.
 +
 +@item polar
 +Shape resembling half of circle.
 +@end table
 +
 +Default value is @samp{lissajous}.
 +
 +@item size, s
 +Set the video size for the output. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default value is @code{400x400}.
 +
 +@item rate, r
 +Set the output frame rate. Default value is @code{25}.
 +
 +@item rc
 +@item gc
 +@item bc
 +@item ac
 +Specify the red, green, blue and alpha contrast. Default values are @code{40},
 +@code{160}, @code{80} and @code{255}.
 +Allowed range is @code{[0, 255]}.
 +
 +@item rf
 +@item gf
 +@item bf
 +@item af
 +Specify the red, green, blue and alpha fade. Default values are @code{15},
 +@code{10}, @code{5} and @code{5}.
 +Allowed range is @code{[0, 255]}.
 +
 +@item zoom
 +Set the zoom factor. Default value is @code{1}. Allowed range is @code{[1, 10]}.
 +
 +@item draw
 +Set the vectorscope drawing mode.
 +
 +Available values are:
 +@table @samp
 +@item dot
 +Draw dot for each sample.
 +
 +@item line
 +Draw line between previous and current sample.
 +@end table
 +
 +Default value is @samp{dot}.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Complete example using @command{ffplay}:
 +@example
 +ffplay -f lavfi 'amovie=input.mp3, asplit [a][out1];
 +             [a] avectorscope=zoom=1.3:rc=2:gc=200:bc=10:rf=1:gf=8:bf=7 [out0]'
 +@end example
 +@end itemize
 +
 +@section concat
 +
 +Concatenate audio and video streams, joining them together one after the
 +other.
 +
 +The filter works on segments of synchronized video and audio streams. All
 +segments must have the same number of streams of each type, and that will
 +also be the number of streams at output.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +
 +@item n
 +Set the number of segments. Default is 2.
 +
 +@item v
 +Set the number of output video streams, that is also the number of video
 +streams in each segment. Default is 1.
 +
 +@item a
 +Set the number of output audio streams, that is also the number of audio
 +streams in each segment. Default is 0.
 +
 +@item unsafe
 +Activate unsafe mode: do not fail if segments have a different format.
 +
 +@end table
 +
 +The filter has @var{v}+@var{a} outputs: first @var{v} video outputs, then
 +@var{a} audio outputs.
 +
 +There are @var{n}x(@var{v}+@var{a}) inputs: first the inputs for the first
 +segment, in the same order as the outputs, then the inputs for the second
 +segment, etc.
 +
 +Related streams do not always have exactly the same duration, for various
 +reasons including codec frame size or sloppy authoring. For that reason,
 +related synchronized streams (e.g. a video and its audio track) should be
 +concatenated at once. The concat filter will use the duration of the longest
 +stream in each segment (except the last one), and if necessary pad shorter
 +audio streams with silence.
 +
 +For this filter to work correctly, all segments must start at timestamp 0.
 +
 +All corresponding streams must have the same parameters in all segments; the
 +filtering system will automatically select a common pixel format for video
 +streams, and a common sample format, sample rate and channel layout for
 +audio streams, but other settings, such as resolution, must be converted
 +explicitly by the user.
 +
 +Different frame rates are acceptable but will result in variable frame rate
 +at output; be sure to configure the output file to handle it.
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Concatenate an opening, an episode and an ending, all in bilingual version
 +(video in stream 0, audio in streams 1 and 2):
 +@example
 +ffmpeg -i opening.mkv -i episode.mkv -i ending.mkv -filter_complex \
 +  '[0:0] [0:1] [0:2] [1:0] [1:1] [1:2] [2:0] [2:1] [2:2]
 +   concat=n=3:v=1:a=2 [v] [a1] [a2]' \
 +  -map '[v]' -map '[a1]' -map '[a2]' output.mkv
 +@end example
 +
 +@item
 +Concatenate two parts, handling audio and video separately, using the
 +(a)movie sources, and adjusting the resolution:
 +@example
 +movie=part1.mp4, scale=512:288 [v1] ; amovie=part1.mp4 [a1] ;
 +movie=part2.mp4, scale=512:288 [v2] ; amovie=part2.mp4 [a2] ;
 +[v1] [v2] concat [outv] ; [a1] [a2] concat=v=0:a=1 [outa]
 +@end example
 +Note that a desync will happen at the stitch if the audio and video streams
 +do not have exactly the same duration in the first file.
 +
 +@end itemize
 +
 +@anchor{ebur128}
 +@section ebur128
 +
 +EBU R128 scanner filter. This filter takes an audio stream as input and outputs
 +it unchanged. By default, it logs a message at a frequency of 10Hz with the
 +Momentary loudness (identified by @code{M}), Short-term loudness (@code{S}),
 +Integrated loudness (@code{I}) and Loudness Range (@code{LRA}).
 +
 +The filter also has a video output (see the @var{video} option) with a real
 +time graph to observe the loudness evolution. The graphic contains the logged
 +message mentioned above, so it is not printed anymore when this option is set,
 +unless the verbose logging is set. The main graphing area contains the
 +short-term loudness (3 seconds of analysis), and the gauge on the right is for
 +the momentary loudness (400 milliseconds).
 +
 +More information about the Loudness Recommendation EBU R128 on
 +@url{http://tech.ebu.ch/loudness}.
 +
 +The filter accepts the following options:
 +
 +@table @option
 +
 +@item video
 +Activate the video output. The audio stream is passed unchanged whether this
 +option is set or no. The video stream will be the first output stream if
 +activated. Default is @code{0}.
 +
 +@item size
 +Set the video size. This option is for video only. For the syntax of this
 +option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default and minimum resolution is @code{640x480}.
 +
 +@item meter
 +Set the EBU scale meter. Default is @code{9}. Common values are @code{9} and
 +@code{18}, respectively for EBU scale meter +9 and EBU scale meter +18. Any
 +other integer value between this range is allowed.
 +
 +@item metadata
 +Set metadata injection. If set to @code{1}, the audio input will be segmented
 +into 100ms output frames, each of them containing various loudness information
 +in metadata.  All the metadata keys are prefixed with @code{lavfi.r128.}.
 +
 +Default is @code{0}.
 +
 +@item framelog
 +Force the frame logging level.
 +
 +Available values are:
 +@table @samp
 +@item info
 +information logging level
 +@item verbose
 +verbose logging level
 +@end table
 +
 +By default, the logging level is set to @var{info}. If the @option{video} or
 +the @option{metadata} options are set, it switches to @var{verbose}.
 +
 +@item peak
 +Set peak mode(s).
 +
 +Available modes can be cumulated (the option is a @code{flag} type). Possible
 +values are:
 +@table @samp
 +@item none
 +Disable any peak mode (default).
 +@item sample
 +Enable sample-peak mode.
 +
 +Simple peak mode looking for the higher sample value. It logs a message
 +for sample-peak (identified by @code{SPK}).
 +@item true
 +Enable true-peak mode.
 +
 +If enabled, the peak lookup is done on an over-sampled version of the input
 +stream for better peak accuracy. It logs a message for true-peak.
 +(identified by @code{TPK}) and true-peak per frame (identified by @code{FTPK}).
 +This mode requires a build with @code{libswresample}.
 +@end table
 +
 +@item dualmono
 +Treat mono input files as "dual mono". If a mono file is intended for playback
 +on a stereo system, its EBU R128 measurement will be perceptually incorrect.
 +If set to @code{true}, this option will compensate for this effect.
 +Multi-channel input files are not affected by this option.
 +
 +@item panlaw
 +Set a specific pan law to be used for the measurement of dual mono files.
 +This parameter is optional, and has a default value of -3.01dB.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Real-time graph using @command{ffplay}, with a EBU scale meter +18:
 +@example
 +ffplay -f lavfi -i "amovie=input.mp3,ebur128=video=1:meter=18 [out0][out1]"
 +@end example
 +
 +@item
 +Run an analysis with @command{ffmpeg}:
 +@example
 +ffmpeg -nostats -i input.mp3 -filter_complex ebur128 -f null -
 +@end example
 +@end itemize
 +
 +@section interleave, ainterleave
 +
 +Temporally interleave frames from several inputs.
 +
 +@code{interleave} works with video inputs, @code{ainterleave} with audio.
 +
 +These filters read frames from several inputs and send the oldest
 +queued frame to the output.
 +
 +Input streams must have a well defined, monotonically increasing frame
 +timestamp values.
 +
 +In order to submit one frame to output, these filters need to enqueue
 +at least one frame for each input, so they cannot work in case one
 +input is not yet terminated and will not receive incoming frames.
 +
 +For example consider the case when one input is a @code{select} filter
 +which always drop input frames. The @code{interleave} filter will keep
 +reading from that input, but it will never be able to send new frames
 +to output until the input will send an end-of-stream signal.
 +
 +Also, depending on inputs synchronization, the filters will drop
 +frames in case one input receives more frames than the other ones, and
 +the queue is already filled.
 +
 +These filters accept the following options:
 +
 +@table @option
 +@item nb_inputs, n
 +Set the number of different inputs, it is 2 by default.
 +@end table
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Interleave frames belonging to different streams using @command{ffmpeg}:
 +@example
 +ffmpeg -i bambi.avi -i pr0n.mkv -filter_complex "[0:v][1:v] interleave" out.avi
 +@end example
 +
 +@item
 +Add flickering blur effect:
 +@example
 +select='if(gt(random(0), 0.2), 1, 2)':n=2 [tmp], boxblur=2:2, [tmp] interleave
 +@end example
 +@end itemize
 +
 +@section perms, aperms
 +
 +Set read/write permissions for the output frames.
 +
 +These filters are mainly aimed at developers to test direct path in the
 +following filter in the filtergraph.
 +
 +The filters accept the following options:
 +
 +@table @option
 +@item mode
 +Select the permissions mode.
 +
 +It accepts the following values:
 +@table @samp
 +@item none
 +Do nothing. This is the default.
 +@item ro
 +Set all the output frames read-only.
 +@item rw
 +Set all the output frames directly writable.
 +@item toggle
 +Make the frame read-only if writable, and writable if read-only.
 +@item random
 +Set each output frame read-only or writable randomly.
 +@end table
 +
 +@item seed
 +Set the seed for the @var{random} mode, must be an integer included between
 +@code{0} and @code{UINT32_MAX}. If not specified, or if explicitly set to
 +@code{-1}, the filter will try to use a good random seed on a best effort
 +basis.
 +@end table
 +
 +Note: in case of auto-inserted filter between the permission filter and the
 +following one, the permission might not be received as expected in that
 +following filter. Inserting a @ref{format} or @ref{aformat} filter before the
 +perms/aperms filter can avoid this problem.
 +
 +@section realtime, arealtime
 +
 +Slow down filtering to match real time approximatively.
 +
 +These filters will pause the filtering for a variable amount of time to
 +match the output rate with the input timestamps.
 +They are similar to the @option{re} option to @code{ffmpeg}.
 +
 +They accept the following options:
 +
 +@table @option
 +@item limit
 +Time limit for the pauses. Any pause longer than that will be considered
 +a timestamp discontinuity and reset the timer. Default is 2 seconds.
 +@end table
 +
 +@section select, aselect
 +
 +Select frames to pass in output.
 +
 +This filter accepts the following options:
 +
 +@table @option
 +
 +@item expr, e
 +Set expression, which is evaluated for each input frame.
 +
 +If the expression is evaluated to zero, the frame is discarded.
 +
 +If the evaluation result is negative or NaN, the frame is sent to the
 +first output; otherwise it is sent to the output with index
 +@code{ceil(val)-1}, assuming that the input index starts from 0.
 +
 +For example a value of @code{1.2} corresponds to the output with index
 +@code{ceil(1.2)-1 = 2-1 = 1}, that is the second output.
 +
 +@item outputs, n
 +Set the number of outputs. The output to which to send the selected
 +frame is based on the result of the evaluation. Default value is 1.
 +@end table
 +
 +The expression can contain the following constants:
 +
 +@table @option
 +@item n
 +The (sequential) number of the filtered frame, starting from 0.
 +
 +@item selected_n
 +The (sequential) number of the selected frame, starting from 0.
 +
 +@item prev_selected_n
 +The sequential number of the last selected frame. It's NAN if undefined.
 +
 +@item TB
 +The timebase of the input timestamps.
 +
 +@item pts
 +The PTS (Presentation TimeStamp) of the filtered video frame,
 +expressed in @var{TB} units. It's NAN if undefined.
 +
 +@item t
 +The PTS of the filtered video frame,
 +expressed in seconds. It's NAN if undefined.
 +
 +@item prev_pts
 +The PTS of the previously filtered video frame. It's NAN if undefined.
 +
 +@item prev_selected_pts
 +The PTS of the last previously filtered video frame. It's NAN if undefined.
 +
 +@item prev_selected_t
 +The PTS of the last previously selected video frame. It's NAN if undefined.
 +
 +@item start_pts
 +The PTS of the first video frame in the video. It's NAN if undefined.
 +
 +@item start_t
 +The time of the first video frame in the video. It's NAN if undefined.
 +
 +@item pict_type @emph{(video only)}
 +The type of the filtered frame. It can assume one of the following
 +values:
 +@table @option
 +@item I
 +@item P
 +@item B
 +@item S
 +@item SI
 +@item SP
 +@item BI
 +@end table
 +
 +@item interlace_type @emph{(video only)}
 +The frame interlace type. It can assume one of the following values:
 +@table @option
 +@item PROGRESSIVE
 +The frame is progressive (not interlaced).
 +@item TOPFIRST
 +The frame is top-field-first.
 +@item BOTTOMFIRST
 +The frame is bottom-field-first.
 +@end table
 +
 +@item consumed_sample_n @emph{(audio only)}
 +the number of selected samples before the current frame
 +
 +@item samples_n @emph{(audio only)}
 +the number of samples in the current frame
 +
 +@item sample_rate @emph{(audio only)}
 +the input sample rate
 +
 +@item key
 +This is 1 if the filtered frame is a key-frame, 0 otherwise.
 +
 +@item pos
 +the position in the file of the filtered frame, -1 if the information
 +is not available (e.g. for synthetic video)
 +
 +@item scene @emph{(video only)}
 +value between 0 and 1 to indicate a new scene; a low value reflects a low
 +probability for the current frame to introduce a new scene, while a higher
 +value means the current frame is more likely to be one (see the example below)
 +
 +@item concatdec_select
 +The concat demuxer can select only part of a concat input file by setting an
 +inpoint and an outpoint, but the output packets may not be entirely contained
 +in the selected interval. By using this variable, it is possible to skip frames
 +generated by the concat demuxer which are not exactly contained in the selected
 +interval.
 +
 +This works by comparing the frame pts against the @var{lavf.concat.start_time}
 +and the @var{lavf.concat.duration} packet metadata values which are also
 +present in the decoded frames.
 +
 +The @var{concatdec_select} variable is -1 if the frame pts is at least
 +start_time and either the duration metadata is missing or the frame pts is less
 +than start_time + duration, 0 otherwise, and NaN if the start_time metadata is
 +missing.
 +
 +That basically means that an input frame is selected if its pts is within the
 +interval set by the concat demuxer.
 +
 +@end table
 +
 +The default value of the select expression is "1".
 +
 +@subsection Examples
 +
 +@itemize
 +@item
 +Select all frames in input:
 +@example
 +select
 +@end example
 +
 +The example above is the same as:
 +@example
 +select=1
 +@end example
 +
 +@item
 +Skip all frames:
 +@example
 +select=0
 +@end example
 +
 +@item
 +Select only I-frames:
 +@example
 +select='eq(pict_type\,I)'
 +@end example
 +
 +@item
 +Select one frame every 100:
 +@example
 +select='not(mod(n\,100))'
 +@end example
 +
 +@item
 +Select only frames contained in the 10-20 time interval:
 +@example
 +select=between(t\,10\,20)
 +@end example
 +
 +@item
 +Select only I frames contained in the 10-20 time interval:
 +@example
 +select=between(t\,10\,20)*eq(pict_type\,I)
 +@end example
 +
 +@item
 +Select frames with a minimum distance of 10 seconds:
 +@example
 +select='isnan(prev_selected_t)+gte(t-prev_selected_t\,10)'
 +@end example
 +
 +@item
 +Use aselect to select only audio frames with samples number > 100:
 +@example
 +aselect='gt(samples_n\,100)'
 +@end example
 +
 +@item
 +Create a mosaic of the first scenes:
 +@example
 +ffmpeg -i video.avi -vf select='gt(scene\,0.4)',scale=160:120,tile -frames:v 1 preview.png
 +@end example
 +
 +Comparing @var{scene} against a value between 0.3 and 0.5 is generally a sane
 +choice.
 +
 +@item
 +Send even and odd frames to separate outputs, and compose them:
 +@example
 +select=n=2:e='mod(n, 2)+1' [odd][even]; [odd] pad=h=2*ih [tmp]; [tmp][even] overlay=y=h
 +@end example
 +
 +@item
 +Select useful frames from an ffconcat file which is using inpoints and
 +outpoints but where the source files are not intra frame only.
 +@example
 +ffmpeg -copyts -vsync 0 -segment_time_metadata 1 -i input.ffconcat -vf select=concatdec_select -af aselect=concatdec_select output.avi
 +@end example
 +@end itemize
 +
 +@section sendcmd, asendcmd
 +
 +Send commands to filters in the filtergraph.
 +
 +These filters read commands to be sent to other filters in the
 +filtergraph.
 +
 +@code{sendcmd} must be inserted between two video filters,
 +@code{asendcmd} must be inserted between two audio filters, but apart
 +from that they act the same way.
 +
 +The specification of commands can be provided in the filter arguments
 +with the @var{commands} option, or in a file specified by the
 +@var{filename} option.
 +
 +These filters accept the following options:
 +@table @option
 +@item commands, c
 +Set the commands to be read and sent to the other filters.
 +@item filename, f
 +Set the filename of the commands to be read and sent to the other
 +filters.
 +@end table
 +
 +@subsection Commands syntax
 +
 +A commands description consists of a sequence of interval
 +specifications, comprising a list of commands to be executed when a
 +particular event related to that interval occurs. The occurring event
 +is typically the current frame time entering or leaving a given time
 +interval.
 +
 +An interval is specified by the following syntax:
 +@example
 +@var{START}[-@var{END}] @var{COMMANDS};
 +@end example
 +
 +The time interval is specified by the @var{START} and @var{END} times.
 +@var{END} is optional and defaults to the maximum time.
 +
 +The current frame time is considered within the specified interval if
 +it is included in the interval [@var{START}, @var{END}), that is when
 +the time is greater or equal to @var{START} and is lesser than
 +@var{END}.
 +
 +@var{COMMANDS} consists of a sequence of one or more command
 +specifications, separated by ",", relating to that interval.  The
 +syntax of a command specification is given by:
 +@example
 +[@var{FLAGS}] @var{TARGET} @var{COMMAND} @var{ARG}
 +@end example
 +
 +@var{FLAGS} is optional and specifies the type of events relating to
 +the time interval which enable sending the specified command, and must
 +be a non-null sequence of identifier flags separated by "+" or "|" and
 +enclosed between "[" and "]".
 +
 +The following flags are recognized:
 +@table @option
 +@item enter
 +The command is sent when the current frame timestamp enters the
 +specified interval. In other words, the command is sent when the
 +previous frame timestamp was not in the given interval, and the
 +current is.
 +
 +@item leave
 +The command is sent when the current frame timestamp leaves the
 +specified interval. In other words, the command is sent when the
 +previous frame timestamp was in the given interval, and the
 +current is not.
 +@end table
 +
 +If @var{FLAGS} is not specified, a default value of @code{[enter]} is
 +assumed.
  
 -Some examples:
 -@example
 -# Scale the input video to a size of 200x100
 -scale=w=200:h=100
 +@var{TARGET} specifies the target of the command, usually the name of
 +the filter class or a specific filter instance name.
  
 -# Scale the input to 2x
 -scale=w=2*iw:h=2*ih
 -# The above is the same as
 -scale=2*in_w:2*in_h
 +@var{COMMAND} specifies the name of the command for the target filter.
  
 -# Scale the input to half the original size
 -scale=w=iw/2:h=ih/2
 +@var{ARG} is optional and specifies the optional list of argument for
 +the given @var{COMMAND}.
  
 -# Increase the width, and set the height to the same size
 -scale=3/2*iw:ow
 +Between one interval specification and another, whitespaces, or
 +sequences of characters starting with @code{#} until the end of line,
 +are ignored and can be used to annotate comments.
  
 -# Seek Greek harmony
 -scale=iw:1/PHI*iw
 -scale=ih*PHI:ih
 +A simplified BNF description of the commands specification syntax
 +follows:
 +@example
 +@var{COMMAND_FLAG}  ::= "enter" | "leave"
 +@var{COMMAND_FLAGS} ::= @var{COMMAND_FLAG} [(+|"|")@var{COMMAND_FLAG}]
 +@var{COMMAND}       ::= ["[" @var{COMMAND_FLAGS} "]"] @var{TARGET} @var{COMMAND} [@var{ARG}]
 +@var{COMMANDS}      ::= @var{COMMAND} [,@var{COMMANDS}]
 +@var{INTERVAL}      ::= @var{START}[-@var{END}] @var{COMMANDS}
 +@var{INTERVALS}     ::= @var{INTERVAL}[;@var{INTERVALS}]
 +@end example
  
 -# Increase the height, and set the width to 3/2 of the height
 -scale=w=3/2*oh:h=3/5*ih
 +@subsection Examples
  
 -# Increase the size, making the size a multiple of the chroma
 -scale="trunc(3/2*iw/hsub)*hsub:trunc(3/2*ih/vsub)*vsub"
 +@itemize
 +@item
 +Specify audio tempo change at second 4:
 +@example
 +asendcmd=c='4.0 atempo tempo 1.5',atempo
 +@end example
  
 -# Increase the width to a maximum of 500 pixels,
 -# keeping the same aspect ratio as the input
 -scale=w='min(500\, iw*3/2):h=-1'
 +@item
 +Specify a list of drawtext and hue commands in a file.
 +@example
 +# show text in the interval 5-10
 +5.0-10.0 [enter] drawtext reinit 'fontfile=FreeSerif.ttf:text=hello world',
 +         [leave] drawtext reinit 'fontfile=FreeSerif.ttf:text=';
 +
 +# desaturate the image in the interval 15-20
 +15.0-20.0 [enter] hue s 0,
 +          [enter] drawtext reinit 'fontfile=FreeSerif.ttf:text=nocolor',
 +          [leave] hue s 1,
 +          [leave] drawtext reinit 'fontfile=FreeSerif.ttf:text=color';
 +
 +# apply an exponential saturation fade-out effect, starting from time 25
 +25 [enter] hue s exp(25-t)
  @end example
  
 -@section select
 -Select frames to pass in output.
 +A filtergraph allowing to read and process the above command list
 +stored in a file @file{test.cmd}, can be specified with:
 +@example
 +sendcmd=f=test.cmd,drawtext=fontfile=FreeSerif.ttf:text='',hue
 +@end example
 +@end itemize
  
 -It accepts the following parameters:
 +@anchor{setpts}
 +@section setpts, asetpts
 +
 +Change the PTS (presentation timestamp) of the input frames.
 +
 +@code{setpts} works on video frames, @code{asetpts} on audio frames.
 +
 +This filter accepts the following options:
  
  @table @option
  
  @item expr
 -An expression, which is evaluated for each input frame. If the expression is
 -evaluated to a non-zero value, the frame is selected and passed to the output,
 -otherwise it is discarded.
 +The expression which is evaluated for each frame to construct its timestamp.
  
  @end table
  
 -The expression can contain the following constants:
 +The expression is evaluated through the eval API and can contain the following
 +constants:
  
  @table @option
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
 +@item FRAME_RATE
 +frame rate, only defined for constant frame-rate video
  
 -@item n
 -The (sequential) number of the filtered frame, starting from 0.
 +@item PTS
 +The presentation timestamp in input
  
 -@item selected_n
 -The (sequential) number of the selected frame, starting from 0.
 +@item N
 +The count of the input frame for video or the number of consumed samples,
 +not including the current frame for audio, starting from 0.
  
 -@item prev_selected_n
 -The sequential number of the last selected frame. It's NAN if undefined.
 +@item NB_CONSUMED_SAMPLES
 +The number of consumed samples, not including the current frame (only
 +audio)
 +
 +@item NB_SAMPLES, S
 +The number of samples in the current frame (only audio)
 +
 +@item SAMPLE_RATE, SR
 +The audio sample rate.
 +
 +@item STARTPTS
 +The PTS of the first frame.
 +
 +@item STARTT
 +the time in seconds of the first frame
 +
 +@item INTERLACED
 +State whether the current frame is interlaced.
 +
 +@item T
 +the time in seconds of the current frame
 +
 +@item POS
 +original position in the file of the frame, or undefined if undefined
 +for the current frame
 +
 +@item PREV_INPTS
 +The previous input PTS.
 +
 +@item PREV_INT
 +previous input time in seconds
 +
 +@item PREV_OUTPTS
 +The previous output PTS.
 +
 +@item PREV_OUTT
 +previous output time in seconds
 +
 +@item RTCTIME
 +The wallclock (RTC) time in microseconds. This is deprecated, use time(0)
 +instead.
 +
 +@item RTCSTART
 +The wallclock (RTC) time at the start of the movie in microseconds.
  
  @item TB
  The timebase of the input timestamps.
  
 -@item pts
 -The PTS (Presentation TimeStamp) of the filtered video frame,
 -expressed in @var{TB} units. It's NAN if undefined.
 +@end table
  
 -@item t
 -The PTS of the filtered video frame,
 -expressed in seconds. It's NAN if undefined.
 +@subsection Examples
  
 -@item prev_pts
 -The PTS of the previously filtered video frame. It's NAN if undefined.
 +@itemize
 +@item
 +Start counting PTS from zero
 +@example
 +setpts=PTS-STARTPTS
 +@end example
  
 -@item prev_selected_pts
 -The PTS of the last previously filtered video frame. It's NAN if undefined.
 +@item
 +Apply fast motion effect:
 +@example
 +setpts=0.5*PTS
 +@end example
  
 -@item prev_selected_t
 -The PTS of the last previously selected video frame. It's NAN if undefined.
 +@item
 +Apply slow motion effect:
 +@example
 +setpts=2.0*PTS
 +@end example
  
 -@item start_pts
 -The PTS of the first video frame in the video. It's NAN if undefined.
 +@item
 +Set fixed rate of 25 frames per second:
 +@example
 +setpts=N/(25*TB)
 +@end example
  
 -@item start_t
 -The time of the first video frame in the video. It's NAN if undefined.
 +@item
 +Set fixed rate 25 fps with some jitter:
 +@example
 +setpts='1/(25*TB) * (N + 0.05 * sin(N*2*PI/25))'
 +@end example
  
 -@item pict_type
 -The type of the filtered frame. It can assume one of the following
 -values:
 -@table @option
 -@item I
 -@item P
 -@item B
 -@item S
 -@item SI
 -@item SP
 -@item BI
 -@end table
 +@item
 +Apply an offset of 10 seconds to the input PTS:
 +@example
 +setpts=PTS+10/TB
 +@end example
 +
 +@item
 +Generate timestamps from a "live source" and rebase onto the current timebase:
 +@example
 +setpts='(RTCTIME - RTCSTART) / (TB * 1000000)'
 +@end example
 +
 +@item
 +Generate timestamps by counting samples:
 +@example
 +asetpts=N/SR/TB
 +@end example
 +
 +@end itemize
 +
 +@section settb, asettb
 +
 +Set the timebase to use for the output frames timestamps.
 +It is mainly useful for testing timebase configuration.
 +
 +It accepts the following parameters:
  
 -@item interlace_type
 -The frame interlace type. It can assume one of the following values:
  @table @option
 -@item PROGRESSIVE
 -The frame is progressive (not interlaced).
 -@item TOPFIRST
 -The frame is top-field-first.
 -@item BOTTOMFIRST
 -The frame is bottom-field-first.
 -@end table
  
 -@item key
 -This is 1 if the filtered frame is a key-frame, 0 otherwise.
 +@item expr, tb
 +The expression which is evaluated into the output timebase.
  
  @end table
  
 -The default value of the select expression is "1".
 +The value for @option{tb} is an arithmetic expression representing a
 +rational. The expression can contain the constants "AVTB" (the default
 +timebase), "intb" (the input timebase) and "sr" (the sample rate,
 +audio only). Default value is "intb".
  
 -Some examples:
 +@subsection Examples
  
 +@itemize
 +@item
 +Set the timebase to 1/25:
  @example
 -# Select all the frames in input
 -select
 +settb=expr=1/25
 +@end example
  
 -# The above is the same as
 -select=expr=1
 +@item
 +Set the timebase to 1/10:
 +@example
 +settb=expr=0.1
 +@end example
  
 -# Skip all frames
 -select=expr=0
 +@item
 +Set the timebase to 1001/1000:
 +@example
 +settb=1+0.001
 +@end example
  
 -# Select only I-frames
 -select='expr=eq(pict_type\,I)'
 +@item
 +Set the timebase to 2*intb:
 +@example
 +settb=2*intb
 +@end example
  
 -# Select one frame per 100
 -select='not(mod(n\,100))'
 +@item
 +Set the default timebase value:
 +@example
 +settb=AVTB
 +@end example
 +@end itemize
  
 -# Select only frames contained in the 10-20 time interval
 -select='gte(t\,10)*lte(t\,20)'
 +@section showcqt
 +Convert input audio to a video output representing frequency spectrum
 +logarithmically using Brown-Puckette constant Q transform algorithm with
 +direct frequency domain coefficient calculation (but the transform itself
 +is not really constant Q, instead the Q factor is actually variable/clamped),
 +with musical tone scale, from E0 to D#10.
  
 -# Select only I frames contained in the 10-20 time interval
 -select='gte(t\,10)*lte(t\,20)*eq(pict_type\,I)'
 +The filter accepts the following options:
  
 -# Select frames with a minimum distance of 10 seconds
 -select='isnan(prev_selected_t)+gte(t-prev_selected_t\,10)'
 -@end example
 +@table @option
 +@item size, s
 +Specify the video size for the output. It must be even. For the syntax of this option,
 +check the @ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default value is @code{1920x1080}.
  
 -@anchor{setdar}
 -@section setdar
 +@item fps, rate, r
 +Set the output frame rate. Default value is @code{25}.
  
 -Set the Display Aspect Ratio for the filter output video.
 +@item bar_h
 +Set the bargraph height. It must be even. Default value is @code{-1} which
 +computes the bargraph height automatically.
  
 -This is done by changing the specified Sample (aka Pixel) Aspect
 -Ratio, according to the following equation:
 -@math{DAR = HORIZONTAL_RESOLUTION / VERTICAL_RESOLUTION * SAR}
 +@item axis_h
 +Set the axis height. It must be even. Default value is @code{-1} which computes
 +the axis height automatically.
  
 -Keep in mind that this filter does not modify the pixel dimensions of
 -the video frame. Also, the display aspect ratio set by this filter may
 -be changed by later filters in the filterchain, e.g. in case of
 -scaling or if another "setdar" or a "setsar" filter is applied.
 +@item sono_h
 +Set the sonogram height. It must be even. Default value is @code{-1} which
 +computes the sonogram height automatically.
  
 -It accepts the following parameters:
 +@item fullhd
 +Set the fullhd resolution. This option is deprecated, use @var{size}, @var{s}
 +instead. Default value is @code{1}.
  
 +@item sono_v, volume
 +Specify the sonogram volume expression. It can contain variables:
  @table @option
 +@item bar_v
 +the @var{bar_v} evaluated expression
 +@item frequency, freq, f
 +the frequency where it is evaluated
 +@item timeclamp, tc
 +the value of @var{timeclamp} option
 +@end table
 +and functions:
 +@table @option
 +@item a_weighting(f)
 +A-weighting of equal loudness
 +@item b_weighting(f)
 +B-weighting of equal loudness
 +@item c_weighting(f)
 +C-weighting of equal loudness.
 +@end table
 +Default value is @code{16}.
  
 -@item dar
 -The output display aspect ratio.
 -
 +@item bar_v, volume2
 +Specify the bargraph volume expression. It can contain variables:
 +@table @option
 +@item sono_v
 +the @var{sono_v} evaluated expression
 +@item frequency, freq, f
 +the frequency where it is evaluated
 +@item timeclamp, tc
 +the value of @var{timeclamp} option
 +@end table
 +and functions:
 +@table @option
 +@item a_weighting(f)
 +A-weighting of equal loudness
 +@item b_weighting(f)
 +B-weighting of equal loudness
 +@item c_weighting(f)
 +C-weighting of equal loudness.
 +@end table
 +Default value is @code{sono_v}.
 +
 +@item sono_g, gamma
 +Specify the sonogram gamma. Lower gamma makes the spectrum more contrast,
 +higher gamma makes the spectrum having more range. Default value is @code{3}.
 +Acceptable range is @code{[1, 7]}.
 +
 +@item bar_g, gamma2
 +Specify the bargraph gamma. Default value is @code{1}. Acceptable range is
 +@code{[1, 7]}.
 +
 +@item timeclamp, tc
 +Specify the transform timeclamp. At low frequency, there is trade-off between
 +accuracy in time domain and frequency domain. If timeclamp is lower,
 +event in time domain is represented more accurately (such as fast bass drum),
 +otherwise event in frequency domain is represented more accurately
 +(such as bass guitar). Acceptable range is @code{[0.1, 1]}. Default value is @code{0.17}.
 +
 +@item basefreq
 +Specify the transform base frequency. Default value is @code{20.01523126408007475},
 +which is frequency 50 cents below E0. Acceptable range is @code{[10, 100000]}.
 +
 +@item endfreq
 +Specify the transform end frequency. Default value is @code{20495.59681441799654},
 +which is frequency 50 cents above D#10. Acceptable range is @code{[10, 100000]}.
 +
 +@item coeffclamp
 +This option is deprecated and ignored.
 +
 +@item tlength
 +Specify the transform length in time domain. Use this option to control accuracy
 +trade-off between time domain and frequency domain at every frequency sample.
 +It can contain variables:
 +@table @option
 +@item frequency, freq, f
 +the frequency where it is evaluated
 +@item timeclamp, tc
 +the value of @var{timeclamp} option.
  @end table
 +Default value is @code{384*tc/(384+tc*f)}.
  
 -The parameter @var{dar} is an expression containing
 -the following constants:
 +@item count
 +Specify the transform count for every video frame. Default value is @code{6}.
 +Acceptable range is @code{[1, 30]}.
  
 -@table @option
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
 +@item fcount
 +Specify the transform count for every single pixel. Default value is @code{0},
 +which makes it computed automatically. Acceptable range is @code{[0, 10]}.
  
 -@item w, h
 -The input width and height.
 +@item fontfile
 +Specify font file for use with freetype to draw the axis. If not specified,
 +use embedded font. Note that drawing with font file or embedded font is not
 +implemented with custom @var{basefreq} and @var{endfreq}, use @var{axisfile}
 +option instead.
  
 -@item a
 -This is the same as @var{w} / @var{h}.
 +@item fontcolor
 +Specify font color expression. This is arithmetic expression that should return
 +integer value 0xRRGGBB. It can contain variables:
 +@table @option
 +@item frequency, freq, f
 +the frequency where it is evaluated
 +@item timeclamp, tc
 +the value of @var{timeclamp} option
 +@end table
 +and functions:
 +@table @option
 +@item midi(f)
 +midi number of frequency f, some midi numbers: E0(16), C1(24), C2(36), A4(69)
 +@item r(x), g(x), b(x)
 +red, green, and blue value of intensity x.
 +@end table
 +Default value is @code{st(0, (midi(f)-59.5)/12);
 +st(1, if(between(ld(0),0,1), 0.5-0.5*cos(2*PI*ld(0)), 0));
 +r(1-ld(1)) + b(ld(1))}.
  
 -@item sar
 -The input sample aspect ratio.
 +@item axisfile
 +Specify image file to draw the axis. This option override @var{fontfile} and
 +@var{fontcolor} option.
  
 -@item dar
 -The input display aspect ratio. It is the same as
 -(@var{w} / @var{h}) * @var{sar}.
 +@item axis, text
 +Enable/disable drawing text to the axis. If it is set to @code{0}, drawing to
 +the axis is disabled, ignoring @var{fontfile} and @var{axisfile} option.
 +Default value is @code{1}.
  
 -@item hsub, vsub
 -The horizontal and vertical chroma subsample values. For example, for the
 -pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
  @end table
  
 -To change the display aspect ratio to 16:9, specify:
 +@subsection Examples
 +
 +@itemize
 +@item
 +Playing audio while showing the spectrum:
 +@example
 +ffplay -f lavfi 'amovie=a.mp3, asplit [a][out1]; [a] showcqt [out0]'
 +@end example
 +
 +@item
 +Same as above, but with frame rate 30 fps:
 +@example
 +ffplay -f lavfi 'amovie=a.mp3, asplit [a][out1]; [a] showcqt=fps=30:count=5 [out0]'
 +@end example
 +
 +@item
 +Playing at 1280x720:
 +@example
 +ffplay -f lavfi 'amovie=a.mp3, asplit [a][out1]; [a] showcqt=s=1280x720:count=4 [out0]'
 +@end example
 +
 +@item
 +Disable sonogram display:
 +@example
 +sono_h=0
 +@end example
 +
 +@item
 +A1 and its harmonics: A1, A2, (near)E3, A3:
 +@example
 +ffplay -f lavfi 'aevalsrc=0.1*sin(2*PI*55*t)+0.1*sin(4*PI*55*t)+0.1*sin(6*PI*55*t)+0.1*sin(8*PI*55*t),
 +                 asplit[a][out1]; [a] showcqt [out0]'
 +@end example
 +
 +@item
 +Same as above, but with more accuracy in frequency domain:
 +@example
 +ffplay -f lavfi 'aevalsrc=0.1*sin(2*PI*55*t)+0.1*sin(4*PI*55*t)+0.1*sin(6*PI*55*t)+0.1*sin(8*PI*55*t),
 +                 asplit[a][out1]; [a] showcqt=timeclamp=0.5 [out0]'
 +@end example
 +
 +@item
 +Custom volume:
 +@example
 +bar_v=10:sono_v=bar_v*a_weighting(f)
 +@end example
 +
 +@item
 +Custom gamma, now spectrum is linear to the amplitude.
 +@example
 +bar_g=2:sono_g=2
 +@end example
 +
 +@item
 +Custom tlength equation:
 +@example
 +tc=0.33:tlength='st(0,0.17); 384*tc / (384 / ld(0) + tc*f /(1-ld(0))) + 384*tc / (tc*f / ld(0) + 384 /(1-ld(0)))'
 +@end example
 +
 +@item
 +Custom fontcolor and fontfile, C-note is colored green, others are colored blue:
  @example
 -setdar=dar=16/9
 -# The above is equivalent to
 -setdar=dar=1.77777
 +fontcolor='if(mod(floor(midi(f)+0.5),12), 0x0000FF, g(1))':fontfile=myfont.ttf
  @end example
  
 -Also see the the @ref{setsar} filter documentation.
 +@item
 +Custom frequency range with custom axis using image file:
 +@example
 +axisfile=myaxis.png:basefreq=40:endfreq=10000
 +@end example
 +@end itemize
  
 -@section setpts
 +@section showfreqs
  
 -Change the PTS (presentation timestamp) of the input video frames.
 +Convert input audio to video output representing the audio power spectrum.
 +Audio amplitude is on Y-axis while frequency is on X-axis.
  
 -It accepts the following parameters:
 +The filter accepts the following options:
  
  @table @option
 +@item size, s
 +Specify size of video. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default is @code{1024x512}.
  
 -@item expr
 -The expression which is evaluated for each frame to construct its timestamp.
 +@item mode
 +Set display mode.
 +This set how each frequency bin will be represented.
  
 +It accepts the following values:
 +@table @samp
 +@item line
 +@item bar
 +@item dot
  @end table
 +Default is @code{bar}.
  
 -The expression is evaluated through the eval API and can contain the following
 -constants:
 -
 -@table @option
 -@item PTS
 -The presentation timestamp in input.
 +@item ascale
 +Set amplitude scale.
  
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
 +It accepts the following values:
 +@table @samp
 +@item lin
 +Linear scale.
  
 -@item N
 -The count of the input frame, starting from 0.
 +@item sqrt
 +Square root scale.
  
 -@item STARTPTS
 -The PTS of the first video frame.
 +@item cbrt
 +Cubic root scale.
  
 -@item INTERLACED
 -State whether the current frame is interlaced.
 +@item log
 +Logarithmic scale.
 +@end table
 +Default is @code{log}.
  
 -@item PREV_INPTS
 -The previous input PTS.
 +@item fscale
 +Set frequency scale.
  
 -@item PREV_OUTPTS
 -The previous output PTS.
 +It accepts the following values:
 +@table @samp
 +@item lin
 +Linear scale.
  
 -@item RTCTIME
 -The wallclock (RTC) time in microseconds.
 +@item log
 +Logarithmic scale.
  
 -@item RTCSTART
 -The wallclock (RTC) time at the start of the movie in microseconds.
 +@item rlog
 +Reverse logarithmic scale.
 +@end table
 +Default is @code{lin}.
  
 -@item TB
 -The timebase of the input timestamps.
 +@item win_size
 +Set window size.
  
 +It accepts the following values:
 +@table @samp
 +@item w16
 +@item w32
 +@item w64
 +@item w128
 +@item w256
 +@item w512
 +@item w1024
 +@item w2048
 +@item w4096
 +@item w8192
 +@item w16384
 +@item w32768
 +@item w65536
  @end table
 +Default is @code{w2048}
  
 -Some examples:
 -
 -@example
 -# Start counting the PTS from zero
 -setpts=expr=PTS-STARTPTS
 +@item win_func
 +Set windowing function.
  
 -# Fast motion
 -setpts=expr=0.5*PTS
 +It accepts the following values:
 +@table @samp
 +@item rect
 +@item bartlett
 +@item hanning
 +@item hamming
 +@item blackman
 +@item welch
 +@item flattop
 +@item bharris
 +@item bnuttall
 +@item bhann
 +@item sine
 +@item nuttall
 +@item lanczos
 +@item gauss
 +@item tukey
 +@end table
 +Default is @code{hanning}.
  
 -# Slow motion
 -setpts=2.0*PTS
 +@item overlap
 +Set window overlap. In range @code{[0, 1]}. Default is @code{1},
 +which means optimal overlap for selected window function will be picked.
  
 -# Fixed rate 25 fps
 -setpts=N/(25*TB)
 +@item averaging
 +Set time averaging. Setting this to 0 will display current maximal peaks.
 +Default is @code{1}, which means time averaging is disabled.
  
 -# Fixed rate 25 fps with some jitter
 -setpts='1/(25*TB) * (N + 0.05 * sin(N*2*PI/25))'
 +@item colors
 +Specify list of colors separated by space or by '|' which will be used to
 +draw channel frequencies. Unrecognized or missing colors will be replaced
 +by white color.
  
 -# Generate timestamps from a "live source" and rebase onto the current timebase
 -setpts='(RTCTIME - RTCSTART) / (TB * 1000000)"
 -@end example
 +@item cmode
 +Set channel display mode.
  
 -@anchor{setsar}
 -@section setsar
 +It accepts the following values:
 +@table @samp
 +@item combined
 +@item separate
 +@end table
 +Default is @code{combined}.
  
 -Set the Sample (aka Pixel) Aspect Ratio for the filter output video.
 +@end table
  
 -Note that as a consequence of the application of this filter, the
 -output display aspect ratio will change according to the following
 -equation:
 -@math{DAR = HORIZONTAL_RESOLUTION / VERTICAL_RESOLUTION * SAR}
 +@anchor{showspectrum}
 +@section showspectrum
  
 -Keep in mind that the sample aspect ratio set by this filter may be
 -changed by later filters in the filterchain, e.g. if another "setsar"
 -or a "setdar" filter is applied.
 +Convert input audio to a video output, representing the audio frequency
 +spectrum.
  
 -It accepts the following parameters:
 +The filter accepts the following options:
  
  @table @option
 +@item size, s
 +Specify the video size for the output. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default value is @code{640x512}.
  
 -@item sar
 -The output sample aspect ratio.
 +@item slide
 +Specify how the spectrum should slide along the window.
  
 +It accepts the following values:
 +@table @samp
 +@item replace
 +the samples start again on the left when they reach the right
 +@item scroll
 +the samples scroll from right to left
 +@item rscroll
 +the samples scroll from left to right
 +@item fullframe
 +frames are only produced when the samples reach the right
  @end table
  
 -The parameter @var{sar} is an expression containing
 -the following constants:
 -
 -@table @option
 -@item E, PI, PHI
 -These are approximated values for the mathematical constants e
 -(Euler's number), pi (Greek pi), and phi (the golden ratio).
 +Default value is @code{replace}.
  
 -@item w, h
 -The input width and height.
 +@item mode
 +Specify display mode.
  
 -@item a
 -These are the same as @var{w} / @var{h}.
 +It accepts the following values:
 +@table @samp
 +@item combined
 +all channels are displayed in the same row
 +@item separate
 +all channels are displayed in separate rows
 +@end table
  
 -@item sar
 -The input sample aspect ratio.
 +Default value is @samp{combined}.
  
 -@item dar
 -The input display aspect ratio. It is the same as
 -(@var{w} / @var{h}) * @var{sar}.
 +@item color
 +Specify display color mode.
  
 -@item hsub, vsub
 -Horizontal and vertical chroma subsample values. For example, for the
 -pixel format "yuv422p" @var{hsub} is 2 and @var{vsub} is 1.
 +It accepts the following values:
 +@table @samp
 +@item channel
 +each channel is displayed in a separate color
 +@item intensity
 +each channel is displayed using the same color scheme
 +@item rainbow
 +each channel is displayed using the rainbow color scheme
 +@item moreland
 +each channel is displayed using the moreland color scheme
 +@item nebulae
 +each channel is displayed using the nebulae color scheme
 +@item fire
 +each channel is displayed using the fire color scheme
 +@item fiery
 +each channel is displayed using the fiery color scheme
 +@item fruit
 +each channel is displayed using the fruit color scheme
 +@item cool
 +each channel is displayed using the cool color scheme
  @end table
  
 -To change the sample aspect ratio to 10:11, specify:
 -@example
 -setsar=sar=10/11
 -@end example
 +Default value is @samp{channel}.
  
 -@section settb
 +@item scale
 +Specify scale used for calculating intensity color values.
  
 -Set the timebase to use for the output frames timestamps.
 -It is mainly useful for testing timebase configuration.
 +It accepts the following values:
 +@table @samp
 +@item lin
 +linear
 +@item sqrt
 +square root, default
 +@item cbrt
 +cubic root
 +@item 4thrt
 +4th root
 +@item 5thrt
 +5th root
 +@item log
 +logarithmic
 +@end table
  
 -It accepts the following parameters:
 +Default value is @samp{sqrt}.
  
 -@table @option
 +@item saturation
 +Set saturation modifier for displayed colors. Negative values provide
 +alternative color scheme. @code{0} is no saturation at all.
 +Saturation must be in [-10.0, 10.0] range.
 +Default value is @code{1}.
  
 -@item expr
 -The expression which is evaluated into the output timebase.
 +@item win_func
 +Set window function.
  
 +It accepts the following values:
 +@table @samp
 +@item rect
 +@item bartlett
 +@item hann
 +@item hanning
 +@item hamming
 +@item blackman
 +@item welch
 +@item flattop
 +@item bharris
 +@item bnuttall
 +@item bhann
 +@item sine
 +@item nuttall
 +@item lanczos
 +@item gauss
 +@item tukey
  @end table
  
 -The expression can contain the constants "PI", "E", "PHI", "AVTB" (the
 -default timebase), and "intb" (the input timebase).
 +Default value is @code{hann}.
  
 -The default value for the input is "intb".
 +@item orientation
 +Set orientation of time vs frequency axis. Can be @code{vertical} or
 +@code{horizontal}. Default is @code{vertical}.
  
 -Some examples:
 +@item overlap
 +Set ratio of overlap window. Default value is @code{0}.
 +When value is @code{1} overlap is set to recommended size for specific
 +window function currently used.
  
 -@example
 -# Set the timebase to 1/25
 -settb=expr=1/25
 +@item gain
 +Set scale gain for calculating intensity color values.
 +Default value is @code{1}.
  
 -# Set the timebase to 1/10
 -settb=expr=0.1
 +@item data
 +Set which data to display. Can be @code{magnitude}, default or @code{phase}.
 +@end table
  
 -# Set the timebase to 1001/1000
 -settb=1+0.001
 +The usage is very similar to the showwaves filter; see the examples in that
 +section.
  
 -#Set the timebase to 2*intb
 -settb=2*intb
 +@subsection Examples
  
 -#Set the default timebase value
 -settb=AVTB
 +@itemize
 +@item
 +Large window with logarithmic color scaling:
 +@example
 +showspectrum=s=1280x480:scale=log
  @end example
  
 -@section showinfo
 +@item
 +Complete example for a colored and sliding spectrum per channel using @command{ffplay}:
 +@example
 +ffplay -f lavfi 'amovie=input.mp3, asplit [a][out1];
 +             [a] showspectrum=mode=separate:color=intensity:slide=1:scale=cbrt [out0]'
 +@end example
 +@end itemize
  
 -Show a line containing various information for each input video frame.
 -The input video is not modified.
 +@section showspectrumpic
  
 -The shown line contains a sequence of key/value pairs of the form
 -@var{key}:@var{value}.
 +Convert input audio to a single video frame, representing the audio frequency
 +spectrum.
  
 -It accepts the following parameters:
 +The filter accepts the following options:
  
  @table @option
 -@item n
 -The (sequential) number of the input frame, starting from 0.
 -
 -@item pts
 -The Presentation TimeStamp of the input frame, expressed as a number of
 -time base units. The time base unit depends on the filter input pad.
 -
 -@item pts_time
 -The Presentation TimeStamp of the input frame, expressed as a number of
 -seconds.
 -
 -@item pos
 -The position of the frame in the input stream, or -1 if this information is
 -unavailable and/or meaningless (for example in case of synthetic video).
 -
 -@item fmt
 -The pixel format name.
 -
 -@item sar
 -The sample aspect ratio of the input frame, expressed in the form
 -@var{num}/@var{den}.
 -
 -@item s
 -The size of the input frame, expressed in the form
 -@var{width}x@var{height}.
 -
 -@item i
 -The type of interlaced mode ("P" for "progressive", "T" for top field first, "B"
 -for bottom field first).
 +@item size, s
 +Specify the video size for the output. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default value is @code{4096x2048}.
  
 -@item iskey
 -This is 1 if the frame is a key frame, 0 otherwise.
 +@item mode
 +Specify display mode.
  
 -@item type
 -The picture type of the input frame ("I" for an I-frame, "P" for a
 -P-frame, "B" for a B-frame, or "?" for an unknown type).
 -Also refer to the documentation of the @code{AVPictureType} enum and of
 -the @code{av_get_picture_type_char} function defined in
 -@file{libavutil/avutil.h}.
 +It accepts the following values:
 +@table @samp
 +@item combined
 +all channels are displayed in the same row
 +@item separate
 +all channels are displayed in separate rows
 +@end table
 +Default value is @samp{combined}.
  
 -@item checksum
 -The Adler-32 checksum of all the planes of the input frame.
 +@item color
 +Specify display color mode.
  
 -@item plane_checksum
 -The Adler-32 checksum of each plane of the input frame, expressed in the form
 -"[@var{c0} @var{c1} @var{c2} @var{c3}]".
 +It accepts the following values:
 +@table @samp
 +@item channel
 +each channel is displayed in a separate color
 +@item intensity
 +each channel is displayed using the same color scheme
 +@item rainbow
 +each channel is displayed using the rainbow color scheme
 +@item moreland
 +each channel is displayed using the moreland color scheme
 +@item nebulae
 +each channel is displayed using the nebulae color scheme
 +@item fire
 +each channel is displayed using the fire color scheme
 +@item fiery
 +each channel is displayed using the fiery color scheme
 +@item fruit
 +each channel is displayed using the fruit color scheme
 +@item cool
 +each channel is displayed using the cool color scheme
  @end table
 +Default value is @samp{intensity}.
  
 -@section shuffleplanes
 -
 -Reorder and/or duplicate video planes.
 +@item scale
 +Specify scale used for calculating intensity color values.
  
 -It accepts the following parameters:
 +It accepts the following values:
 +@table @samp
 +@item lin
 +linear
 +@item sqrt
 +square root, default
 +@item cbrt
 +cubic root
 +@item 4thrt
 +4th root
 +@item 5thrt
 +5th root
 +@item log
 +logarithmic
 +@end table
 +Default value is @samp{log}.
  
 -@table @option
 +@item saturation
 +Set saturation modifier for displayed colors. Negative values provide
 +alternative color scheme. @code{0} is no saturation at all.
 +Saturation must be in [-10.0, 10.0] range.
 +Default value is @code{1}.
  
 -@item map0
 -The index of the input plane to be used as the first output plane.
 +@item win_func
 +Set window function.
  
 -@item map1
 -The index of the input plane to be used as the second output plane.
 +It accepts the following values:
 +@table @samp
 +@item rect
 +@item bartlett
 +@item hann
 +@item hanning
 +@item hamming
 +@item blackman
 +@item welch
 +@item flattop
 +@item bharris
 +@item bnuttall
 +@item bhann
 +@item sine
 +@item nuttall
 +@item lanczos
 +@item gauss
 +@item tukey
 +@end table
 +Default value is @code{hann}.
  
 -@item map2
 -The index of the input plane to be used as the third output plane.
 +@item orientation
 +Set orientation of time vs frequency axis. Can be @code{vertical} or
 +@code{horizontal}. Default is @code{vertical}.
  
 -@item map3
 -The index of the input plane to be used as the fourth output plane.
 +@item gain
 +Set scale gain for calculating intensity color values.
 +Default value is @code{1}.
  
 +@item legend
 +Draw time and frequency axes and legends. Default is enabled.
  @end table
  
 -The first plane has the index 0. The default is to keep the input unchanged.
 +@subsection Examples
  
 -Swap the second and third planes of the input:
 +@itemize
 +@item
 +Extract an audio spectrogram of a whole audio track
 +in a 1024x1024 picture using @command{ffmpeg}:
  @example
 -avconv -i INPUT -vf shuffleplanes=0:2:1:3 OUTPUT
 +ffmpeg -i audio.flac -lavfi showspectrumpic=s=1024x1024 spectrogram.png
  @end example
 +@end itemize
  
 -@section split
 -
 -Split input video into several identical outputs.
 +@section showvolume
  
 -It accepts a single parameter, which specifies the number of outputs. If
 -unspecified, it defaults to 2.
 +Convert input audio volume to a video output.
  
 -Create 5 copies of the input video:
 -@example
 -avconv -i INPUT -filter_complex split=5 OUTPUT
 -@end example
 +The filter accepts the following options:
  
 -@section transpose
 +@table @option
 +@item rate, r
 +Set video rate.
  
 -Transpose rows with columns in the input video and optionally flip it.
 +@item b
 +Set border width, allowed range is [0, 5]. Default is 1.
  
 -It accepts the following parameters:
 +@item w
 +Set channel width, allowed range is [80, 1080]. Default is 400.
  
 -@table @option
 +@item h
 +Set channel height, allowed range is [1, 100]. Default is 20.
  
 -@item dir
 -The direction of the transpose.
 +@item f
 +Set fade, allowed range is [0.001, 1]. Default is 0.95.
  
 -@end table
 +@item c
 +Set volume color expression.
  
 -The direction can assume the following values:
 +The expression can use the following variables:
  
 -@table @samp
 -@item cclock_flip
 -Rotate by 90 degrees counterclockwise and vertically flip (default), that is:
 -@example
 -L.R     L.l
 -. . ->  . .
 -l.r     R.r
 -@end example
 +@table @option
 +@item VOLUME
 +Current max volume of channel in dB.
  
 -@item clock
 -Rotate by 90 degrees clockwise, that is:
 -@example
 -L.R     l.L
 -. . ->  . .
 -l.r     r.R
 -@end example
 +@item CHANNEL
 +Current channel number, starting from 0.
 +@end table
  
 -@item cclock
 -Rotate by 90 degrees counterclockwise, that is:
 -@example
 -L.R     R.r
 -. . ->  . .
 -l.r     L.l
 -@end example
 +@item t
 +If set, displays channel names. Default is enabled.
  
 -@item clock_flip
 -Rotate by 90 degrees clockwise and vertically flip, that is:
 -@example
 -L.R     r.R
 -. . ->  . .
 -l.r     l.L
 -@end example
 +@item v
 +If set, displays volume values. Default is enabled.
  @end table
  
 -@section trim
 -Trim the input so that the output contains one continuous subpart of the input.
 +@section showwaves
  
 -It accepts the following parameters:
 -@table @option
 -@item start
 -The timestamp (in seconds) of the start of the kept section. The frame with the
 -timestamp @var{start} will be the first frame in the output.
 +Convert input audio to a video output, representing the samples waves.
  
 -@item end
 -The timestamp (in seconds) of the first frame that will be dropped. The frame
 -immediately preceding the one with the timestamp @var{end} will be the last
 -frame in the output.
 +The filter accepts the following options:
  
 -@item start_pts
 -This is the same as @var{start}, except this option sets the start timestamp
 -in timebase units instead of seconds.
 +@table @option
 +@item size, s
 +Specify the video size for the output. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default value is @code{600x240}.
  
 -@item end_pts
 -This is the same as @var{end}, except this option sets the end timestamp
 -in timebase units instead of seconds.
 +@item mode
 +Set display mode.
  
 -@item duration
 -The maximum duration of the output in seconds.
 +Available values are:
 +@table @samp
 +@item point
 +Draw a point for each sample.
  
 -@item start_frame
 -The number of the first frame that should be passed to the output.
 +@item line
 +Draw a vertical line for each sample.
  
 -@item end_frame
 -The number of the first frame that should be dropped.
 +@item p2p
 +Draw a point for each sample and a line between them.
 +
 +@item cline
 +Draw a centered vertical line for each sample.
  @end table
  
 -Note that the first two sets of the start/end options and the @option{duration}
 -option look at the frame timestamp, while the _frame variants simply count the
 -frames that pass through the filter. Also note that this filter does not modify
 -the timestamps. If you wish for the output timestamps to start at zero, insert a
 -setpts filter after the trim filter.
 +Default value is @code{point}.
 +
 +@item n
 +Set the number of samples which are printed on the same column. A
 +larger value will decrease the frame rate. Must be a positive
 +integer. This option can be set only if the value for @var{rate}
 +is not explicitly specified.
 +
 +@item rate, r
 +Set the (approximate) output frame rate. This is done by setting the
 +option @var{n}. Default value is "25".
 +
 +@item split_channels
 +Set if channels should be drawn separately or overlap. Default value is 0.
  
 -If multiple start or end options are set, this filter tries to be greedy and
 -keep all the frames that match at least one of the specified constraints. To keep
 -only the part that matches all the constraints at once, chain multiple trim
 -filters.
 +@item colors
 +Set colors separated by '|' which are going to be used for drawing of each channel.
  
 -The defaults are such that all the input is kept. So it is possible to set e.g.
 -just the end values to keep everything before the specified time.
 +@item scale
 +Set amplitude scale. Can be linear @code{lin} or logarithmic @code{log}.
 +Default is linear.
 +
 +@end table
 +
 +@subsection Examples
  
 -Examples:
  @itemize
  @item
 -Drop everything except the second minute of input:
 +Output the input file audio and the corresponding video representation
 +at the same time:
  @example
 -avconv -i INPUT -vf trim=60:120
 +amovie=a.mp3,asplit[out0],showwaves[out1]
  @end example
  
  @item
 -Keep only the first second:
 +Create a synthetic signal and show it with showwaves, forcing a
 +frame rate of 30 frames per second:
  @example
 -avconv -i INPUT -vf trim=duration=1
 +aevalsrc=sin(1*2*PI*t)*sin(880*2*PI*t):cos(2*PI*200*t),asplit[out0],showwaves=r=30[out1]
  @end example
 -
  @end itemize
 -@section unsharp
 -
 -Sharpen or blur the input video.
 -
 -It accepts the following parameters:
  
 -@table @option
 -
 -@item luma_msize_x
 -Set the luma matrix horizontal size. It must be an integer between 3
 -and 13. The default value is 5.
 +@section showwavespic
  
 -@item luma_msize_y
 -Set the luma matrix vertical size. It must be an integer between 3
 -and 13. The default value is 5.
 +Convert input audio to a single video frame, representing the samples waves.
  
 -@item luma_amount
 -Set the luma effect strength. It must be a floating point number between -2.0
 -and 5.0. The default value is 1.0.
 +The filter accepts the following options:
  
 -@item chroma_msize_x
 -Set the chroma matrix horizontal size. It must be an integer between 3
 -and 13. The default value is 5.
 +@table @option
 +@item size, s
 +Specify the video size for the output. For the syntax of this option, check the
 +@ref{video size syntax,,"Video size" section in the ffmpeg-utils manual,ffmpeg-utils}.
 +Default value is @code{600x240}.
  
 -@item chroma_msize_y
 -Set the chroma matrix vertical size. It must be an integer between 3
 -and 13. The default value is 5.
 +@item split_channels
 +Set if channels should be drawn separately or overlap. Default value is 0.
  
 -@item chroma_amount
 -Set the chroma effect strength. It must be a floating point number between -2.0
 -and 5.0. The default value is 0.0.
 +@item colors
 +Set colors separated by '|' which are going to be used for drawing of each channel.
  
 +@item scale
 +Set amplitude scale. Can be linear @code{lin} or logarithmic @code{log}.
 +Default is linear.
  @end table
  
 -Negative values for the amount will blur the input video, while positive
 -values will sharpen. All parameters are optional and default to the
 -equivalent of the string '5:5:1.0:5:5:0.0'.
 +@subsection Examples
  
 +@itemize
 +@item
 +Extract a channel split representation of the wave form of a whole audio track
 +in a 1024x800 picture using @command{ffmpeg}:
  @example
 -# Strong luma sharpen effect parameters
 -unsharp=luma_msize_x=7:luma_msize_y=7:luma_amount=2.5
 -
 -# A strong blur of both luma and chroma parameters
 -unsharp=7:7:-2:7:7:-2
 -
 -# Use the default values with @command{avconv}
 -./avconv -i in.avi -vf "unsharp" out.mp4
 +ffmpeg -i audio.flac -lavfi showwavespic=split_channels=1:s=1024x800 waveform.png
  @end example
  
 -@section vflip
 -
 -Flip the input video vertically.
 -
 +@item
 +Colorize the waveform with colorchannelmixer. This example will make
 +the waveform a green color approximately RGB(66,217,150). Additional
 +channels will be shades of this color.
  @example
 -./avconv -i in.avi -vf "vflip" out.avi
 +ffmpeg -i audio.mp3 -filter_complex "showwavespic,colorchannelmixer=rr=66/255:gg=217/255:bb=150/255" waveform.png
  @end example
 +@end itemize
  
 -@section yadif
 -
 -Deinterlace the input video ("yadif" means "yet another deinterlacing
 -filter").
 +@section spectrumsynth
  
 -It accepts the following parameters:
 +Sythesize audio from 2 input video spectrums, first input stream represents
 +magnitude across time and second represents phase across time.
 +The filter will transform from frequency domain as displayed in videos back
 +to time domain as presented in audio output.
  
 -@table @option
 +This filter is primarly created for reversing processed @ref{showspectrum}
 +filter outputs, but can synthesize sound from other spectrograms too.
 +But in such case results are going to be poor if the phase data is not
 +available, because in such cases phase data need to be recreated, usually
 +its just recreated from random noise.
 +For best results use gray only output (@code{channel} color mode in
 +@ref{showspectrum} filter) and @code{log} scale for magnitude video and
 +@code{lin} scale for phase video. To produce phase, for 2nd video, use
 +@code{data} option. Inputs videos should generally use @code{fullframe}
 +slide mode as that saves resources needed for decoding video.
  
 -@item mode
 -The interlacing mode to adopt. It accepts one of the following values:
 +The filter accepts the following options:
  
  @table @option
 -@item 0
 -Output one frame for each frame.
 -@item 1
 -Output one frame for each field.
 -@item 2
 -Like 0, but it skips the spatial interlacing check.
 -@item 3
 -Like 1, but it skips the spatial interlacing check.
 -@end table
 +@item sample_rate
 +Specify sample rate of output audio, the sample rate of audio from which
 +spectrum was generated may differ.
  
 -The default value is 0.
 +@item channels
 +Set number of channels represented in input video spectrums.
  
 -@item parity
 -The picture field parity assumed for the input interlaced video. It accepts one
 -of the following values:
 +@item scale
 +Set scale which was used when generating magnitude input spectrum.
 +Can be @code{lin} or @code{log}. Default is @code{log}.
  
 -@table @option
 -@item 0
 -Assume the top field is first.
 -@item 1
 -Assume the bottom field is first.
 -@item -1
 -Enable automatic detection of field parity.
 -@end table
 +@item slide
 +Set slide which was used when generating inputs spectrums.
 +Can be @code{replace}, @code{scroll}, @code{fullframe} or @code{rscroll}.
 +Default is @code{fullframe}.
  
 -The default value is -1.
 -If the interlacing is unknown or the decoder does not export this information,
 -top field first will be assumed.
 +@item win_func
 +Set window function used for resynthesis.
  
 -@item auto
 -Whether the deinterlacer should trust the interlaced flag and only deinterlace
 -frames marked as interlaced.
 +@item overlap
 +Set window overlap. In range @code{[0, 1]}. Default is @code{1},
 +which means optimal overlap for selected window function will be picked.
  
 -@table @option
 -@item 0
 -Deinterlace all frames.
 -@item 1
 -Only deinterlace frames marked as interlaced.
 +@item orientation
 +Set orientation of input videos. Can be @code{vertical} or @code{horizontal}.
 +Default is @code{vertical}.
  @end table
  
 -The default value is 0.
 +@subsection Examples
  
 -@end table
 +@itemize
 +@item
 +First create magnitude and phase videos from audio, assuming audio is stereo with 44100 sample rate,
 +then resynthesize videos back to audio with spectrumsynth:
 +@example
 +ffmpeg -i input.flac -lavfi showspectrum=mode=separate:scale=log:overlap=0.875:color=channel:slide=fullframe:data=magnitude -an -c:v rawvideo magnitude.nut
 +ffmpeg -i input.flac -lavfi showspectrum=mode=separate:scale=lin:overlap=0.875:color=channel:slide=fullframe:data=phase -an -c:v rawvideo phase.nut
 +ffmpeg -i magnitude.nut -i phase.nut -lavfi spectrumsynth=channels=2:sample_rate=44100:win_func=hann:overlap=0.875:slide=fullframe output.flac
 +@end example
 +@end itemize
  
 -@c man end VIDEO FILTERS
 +@section split, asplit
  
 -@chapter Video Sources
 -@c man begin VIDEO SOURCES
 +Split input into several identical outputs.
  
 -Below is a description of the currently available video sources.
 +@code{asplit} works with audio input, @code{split} with video.
  
 -@section buffer
 +The filter accepts a single parameter which specifies the number of outputs. If
 +unspecified, it defaults to 2.
  
 -Buffer video frames, and make them available to the filter chain.
 +@subsection Examples
  
 -This source is mainly intended for a programmatic use, in particular
 -through the interface defined in @file{libavfilter/vsrc_buffer.h}.
 +@itemize
 +@item
 +Create two separate outputs from the same input:
 +@example
 +[in] split [out0][out1]
 +@end example
  
 -It accepts the following parameters:
 +@item
 +To create 3 or more outputs, you need to specify the number of
 +outputs, like in:
 +@example
 +[in] asplit=3 [out0][out1][out2]
 +@end example
  
 -@table @option
 +@item
 +Create two separate outputs from the same input, one cropped and
 +one padded:
 +@example
 +[in] split [splitout1][splitout2];
 +[splitout1] crop=100:100:0:0    [cropout];
 +[splitout2] pad=200:200:100:100 [padout];
 +@end example
  
 -@item width
 -The input video width.
 +@item
 +Create 5 copies of the input audio with @command{ffmpeg}:
 +@example
 +ffmpeg -i INPUT -filter_complex asplit=5 OUTPUT
 +@end example
 +@end itemize
  
 -@item height
 -The input video height.
 +@section zmq, azmq
  
 -@item pix_fmt
 -The name of the input video pixel format.
 +Receive commands sent through a libzmq client, and forward them to
 +filters in the filtergraph.
  
 -@item time_base
 -The time base used for input timestamps.
 +@code{zmq} and @code{azmq} work as a pass-through filters. @code{zmq}
 +must be inserted between two video filters, @code{azmq} between two
 +audio filters.
  
 -@item sar
 -The sample (pixel) aspect ratio of the input video.
 +To enable these filters you need to install the libzmq library and
 +headers and configure FFmpeg with @code{--enable-libzmq}.
  
 -@item hw_frames_ctx
 -When using a hardware pixel format, this should be a reference to an
 -AVHWFramesContext describing input frames.
 +For more information about libzmq see:
 +@url{http://www.zeromq.org/}
  
 -@end table
 +The @code{zmq} and @code{azmq} filters work as a libzmq server, which
 +receives messages sent through a network interface defined by the
 +@option{bind_address} option.
  
 -For example:
 +The received message must be in the form:
  @example
 -buffer=width=320:height=240:pix_fmt=yuv410p:time_base=1/24:sar=1
 +@var{TARGET} @var{COMMAND} [@var{ARG}]
  @end example
  
 -will instruct the source to accept video frames with size 320x240 and
 -with format "yuv410p", assuming 1/24 as the timestamps timebase and
 -square pixels (1:1 sample aspect ratio).
 -
 -@section color
 +@var{TARGET} specifies the target of the command, usually the name of
 +the filter class or a specific filter instance name.
  
 -Provide an uniformly colored input.
 +@var{COMMAND} specifies the name of the command for the target filter.
  
 -It accepts the following parameters:
 +@var{ARG} is optional and specifies the optional argument list for the
 +given @var{COMMAND}.
  
 -@table @option
 +Upon reception, the message is processed and the corresponding command
 +is injected into the filtergraph. Depending on the result, the filter
 +will send a reply to the client, adopting the format:
 +@example
 +@var{ERROR_CODE} @var{ERROR_REASON}
 +@var{MESSAGE}
 +@end example
  
 -@item color
 -Specify the color of the source. It can be the name of a color (case
 -insensitive match) or a 0xRRGGBB[AA] sequence, possibly followed by an
 -alpha specifier. The default value is "black".
 +@var{MESSAGE} is optional.
  
 -@item size
 -Specify the size of the sourced video, it may be a string of the form
 -@var{width}x@var{height}, or the name of a size abbreviation. The
 -default value is "320x240".
 +@subsection Examples
  
 -@item framerate
 -Specify the frame rate of the sourced video, as the number of frames
 -generated per second. It has to be a string in the format
 -@var{frame_rate_num}/@var{frame_rate_den}, an integer number, a floating point
 -number or a valid video frame rate abbreviation. The default value is
 -"25".
 +Look at @file{tools/zmqsend} for an example of a zmq client which can
 +be used to send commands processed by these filters.
  
 -@end table
 +Consider the following filtergraph generated by @command{ffplay}
 +@example
 +ffplay -dumpgraph 1 -f lavfi "
 +color=s=100x100:c=red  [l];
 +color=s=100x100:c=blue [r];
 +nullsrc=s=200x100, zmq [bg];
 +[bg][l]   overlay      [bg+l];
 +[bg+l][r] overlay=x=100 "
 +@end example
  
 -The following graph description will generate a red source
 -with an opacity of 0.2, with size "qcif" and a frame rate of 10
 -frames per second, which will be overlayed over the source connected
 -to the pad with identifier "in":
 +To change the color of the left side of the video, the following
 +command can be used:
 +@example
 +echo Parsed_color_0 c yellow | tools/zmqsend
 +@end example
  
 +To change the right side:
  @example
 -"color=red@@0.2:qcif:10 [color]; [in][color] overlay [out]"
 +echo Parsed_color_1 c pink | tools/zmqsend
  @end example
  
 -@section movie
 +@c man end MULTIMEDIA FILTERS
 +
 +@chapter Multimedia Sources
 +@c man begin MULTIMEDIA SOURCES
 +
 +Below is a description of the currently available multimedia sources.
  
 -Read a video stream from a movie container.
 +@section amovie
  
 -Note that this source is a hack that bypasses the standard input path. It can be
 -useful in applications that do not support arbitrary filter graphs, but its use
 -is discouraged in those that do. It should never be used with
 -@command{avconv}; the @option{-filter_complex} option fully replaces it.
 +This is the same as @ref{movie} source, except it selects an audio
 +stream by default.
 +
 +@anchor{movie}
 +@section movie
 +
 +Read audio and/or video stream(s) from a movie container.
  
  It accepts the following parameters:
  
  @table @option
 -
  @item filename
  The name of the resource to read (not necessarily a file; it can also be a
  device or a stream accessed through some protocol).
@@@ -16059,27 -2954,11 +16071,27 @@@ starting from this seek point. The para
  @code{av_strtod}, so the numerical value may be suffixed by an IS
  postfix. The default value is "0".
  
 +@item streams, s
 +Specifies the streams to read. Several streams can be specified,
 +separated by "+". The source will then have as many outputs, in the
 +same order. The syntax is explained in the ``Stream specifiers''
 +section in the ffmpeg manual. Two special names, "dv" and "da" specify
 +respectively the default (best suited) video and audio stream. Default
 +is "dv", or "da" if the filter is called as "amovie".
 +
  @item stream_index, si
  Specifies the index of the video stream to read. If the value is -1,
  the most suitable video stream will be automatically selected. The default
 -value is "-1".
 +value is "-1". Deprecated. If the filter is called "amovie", it will select
 +audio instead of video.
 +
 +@item loop
 +Specifies how many times to read the stream in sequence.
 +If the value is less than 1, the stream will be read again and again.
 +Default value is "1".
  
 +Note that when the movie is looped the source timestamps are not
 +changed, so it will generate non monotonically increasing timestamps.
  @end table
  
  It allows overlaying a second video on top of the main input of
@@@ -16090,34 -2969,141 +16102,34 @@@ input -----------> deltapts0 --> overla
                                      |
  movie --> scale--> deltapts1 -------+
  @end example
 +@subsection Examples
  
 -Some examples:
 -@example
 -# Skip 3.2 seconds from the start of the AVI file in.avi, and overlay it
 -# on top of the input labelled "in"
 -movie=in.avi:seek_point=3.2, scale=180:-1, setpts=PTS-STARTPTS [movie];
 -[in] setpts=PTS-STARTPTS, [movie] overlay=16:16 [out]
 -
 -# Read from a video4linux2 device, and overlay it on top of the input
 -# labelled "in"
 -movie=/dev/video0:f=video4linux2, scale=180:-1, setpts=PTS-STARTPTS [movie];
 -[in] setpts=PTS-STARTPTS, [movie] overlay=16:16 [out]
 -
 -@end example
 -
 -@section nullsrc
 -
 -Null video source: never return images. It is mainly useful as a
 -template and to be employed in analysis / debugging tools.
 -
 -It accepts a string of the form
 -@var{width}:@var{height}:@var{timebase} as an optional parameter.
 -
 -@var{width} and @var{height} specify the size of the configured
 -source. The default values of @var{width} and @var{height} are
 -respectively 352 and 288 (corresponding to the CIF size format).
 -
 -@var{timebase} specifies an arithmetic expression representing a
 -timebase. The expression can contain the constants "PI", "E", "PHI", and
 -"AVTB" (the default timebase), and defaults to the value "AVTB".
 -
 -@section frei0r_src
 -
 -Provide a frei0r source.
 -
 -To enable compilation of this filter you need to install the frei0r
 -header and configure Libav with --enable-frei0r.
 -
 -This source accepts the following parameters:
 -
 -@table @option
 -
 -@item size
 -The size of the video to generate. It may be a string of the form
 -@var{width}x@var{height} or a frame size abbreviation.
 -
 -@item framerate
 -The framerate of the generated video. It may be a string of the form
 -@var{num}/@var{den} or a frame rate abbreviation.
 -
 -@item filter_name
 -The name to the frei0r source to load. For more information regarding frei0r and
 -how to set the parameters, read the @ref{frei0r} section in the video filters
 -documentation.
 -
 -@item filter_params
 -A '|'-separated list of parameters to pass to the frei0r source.
 -
 -@end table
 -
 -An example:
 +@itemize
 +@item
 +Skip 3.2 seconds from the start of the AVI file in.avi, and overlay it
 +on top of the input labelled "in":
  @example
 -# Generate a frei0r partik0l source with size 200x200 and framerate 10
 -# which is overlayed on the overlay filter main input
 -frei0r_src=size=200x200:framerate=10:filter_name=partik0l:filter_params=1234 [overlay]; [in][overlay] overlay
 +movie=in.avi:seek_point=3.2, scale=180:-1, setpts=PTS-STARTPTS [over];
 +[in] setpts=PTS-STARTPTS [main];
 +[main][over] overlay=16:16 [out]
  @end example
  
 -@section rgbtestsrc, testsrc
 -
 -The @code{rgbtestsrc} source generates an RGB test pattern useful for
 -detecting RGB vs BGR issues. You should see a red, green and blue
 -stripe from top to bottom.
 -
 -The @code{testsrc} source generates a test video pattern, showing a
 -color pattern, a scrolling gradient and a timestamp. This is mainly
 -intended for testing purposes.
 -
 -The sources accept the following parameters:
 -
 -@table @option
 -
 -@item size, s
 -Specify the size of the sourced video, it may be a string of the form
 -@var{width}x@var{height}, or the name of a size abbreviation. The
 -default value is "320x240".
 -
 -@item rate, r
 -Specify the frame rate of the sourced video, as the number of frames
 -generated per second. It has to be a string in the format
 -@var{frame_rate_num}/@var{frame_rate_den}, an integer number, a floating point
 -number or a valid video frame rate abbreviation. The default value is
 -"25".
 -
 -@item sar
 -Set the sample aspect ratio of the sourced video.
 -
 -@item duration
 -Set the video duration of the sourced video. The accepted syntax is:
 +@item
 +Read from a video4linux2 device, and overlay it on top of the input
 +labelled "in":
  @example
 -[-]HH[:MM[:SS[.m...]]]
 -[-]S+[.m...]
 +movie=/dev/video0:f=video4linux2, scale=180:-1, setpts=PTS-STARTPTS [over];
 +[in] setpts=PTS-STARTPTS [main];
 +[main][over] overlay=16:16 [out]
  @end example
 -Also see the the @code{av_parse_time()} function.
 -
 -If not specified, or the expressed duration is negative, the video is
 -supposed to be generated forever.
 -@end table
  
 -For example the following:
 +@item
 +Read the first video stream and the audio stream with id 0x81 from
 +dvd.vob; the video is connected to the pad named "video" and the audio is
 +connected to the pad named "audio":
  @example
 -testsrc=duration=5.3:size=qcif:rate=10
 +movie=dvd.vob:s=v:0+#0x81 [video] [audio]
  @end example
 +@end itemize
  
 -will generate a video with a duration of 5.3 seconds, with size
 -176x144 and a framerate of 10 frames per second.
 -
 -@c man end VIDEO SOURCES
 -
 -@chapter Video Sinks
 -@c man begin VIDEO SINKS
 -
 -Below is a description of the currently available video sinks.
 -
 -@section buffersink
 -
 -Buffer video frames, and make them available to the end of the filter
 -graph.
 -
 -This sink is intended for programmatic use through the interface defined in
 -@file{libavfilter/buffersink.h}.
 -
 -@section nullsink
 -
 -Null video sink: do absolutely nothing with the input video. It is
 -mainly useful as a template and for use in analysis / debugging
 -tools.
 -
 -@c man end VIDEO SINKS
 +@c man end MULTIMEDIA SOURCES
diff --combined libavfilter/Makefile
index a8469fd224b0315fe1bd431b4bc118b7924bcf04,f5dd2e9ddf32c910b6d8d3659202c884aa1065f2..1d3d0c60612a65fe5dab6a9d168e18a3a1bbe34e
@@@ -1,5 -1,3 +1,5 @@@
 +include $(SUBDIR)../config.mak
 +
  NAME = avfilter
  
  HEADERS = avfilter.h                                                    \
@@@ -17,312 -15,84 +17,313 @@@ OBJS = allfilters.
         drawutils.o                                                      \
         fifo.o                                                           \
         formats.o                                                        \
 +       framepool.o                                                      \
 +       graphdump.o                                                      \
         graphparser.o                                                    \
 +       opencl_allkernels.o                                              \
 +       transform.o                                                      \
         video.o                                                          \
  
 +OBJS-$(CONFIG_ACOMPRESSOR_FILTER)            += af_sidechaincompress.o
 +OBJS-$(CONFIG_ACROSSFADE_FILTER)             += af_afade.o
 +OBJS-$(CONFIG_ADELAY_FILTER)                 += af_adelay.o
 +OBJS-$(CONFIG_AECHO_FILTER)                  += af_aecho.o
 +OBJS-$(CONFIG_AEMPHASIS_FILTER)              += af_aemphasis.o
 +OBJS-$(CONFIG_AFFTFILT_FILTER)               += af_afftfilt.o window_func.o
 +OBJS-$(CONFIG_ANEQUALIZER_FILTER)            += af_anequalizer.o
 +OBJS-$(CONFIG_AEVAL_FILTER)                  += aeval.o
 +OBJS-$(CONFIG_AFADE_FILTER)                  += af_afade.o
  OBJS-$(CONFIG_AFORMAT_FILTER)                += af_aformat.o
 +OBJS-$(CONFIG_AGATE_FILTER)                  += af_agate.o
 +OBJS-$(CONFIG_AINTERLEAVE_FILTER)            += f_interleave.o
 +OBJS-$(CONFIG_ALIMITER_FILTER)               += af_alimiter.o
 +OBJS-$(CONFIG_ALLPASS_FILTER)                += af_biquads.o
 +OBJS-$(CONFIG_ALOOP_FILTER)                  += f_loop.o
 +OBJS-$(CONFIG_AMERGE_FILTER)                 += af_amerge.o
 +OBJS-$(CONFIG_AMETADATA_FILTER)              += f_metadata.o
  OBJS-$(CONFIG_AMIX_FILTER)                   += af_amix.o
  OBJS-$(CONFIG_ANULL_FILTER)                  += af_anull.o
 +OBJS-$(CONFIG_APAD_FILTER)                   += af_apad.o
 +OBJS-$(CONFIG_APERMS_FILTER)                 += f_perms.o
 +OBJS-$(CONFIG_APHASER_FILTER)                += af_aphaser.o generate_wave_table.o
 +OBJS-$(CONFIG_APULSATOR_FILTER)              += af_apulsator.o
 +OBJS-$(CONFIG_AREALTIME_FILTER)              += f_realtime.o
 +OBJS-$(CONFIG_ARESAMPLE_FILTER)              += af_aresample.o
 +OBJS-$(CONFIG_AREVERSE_FILTER)               += f_reverse.o
 +OBJS-$(CONFIG_ASELECT_FILTER)                += f_select.o
 +OBJS-$(CONFIG_ASENDCMD_FILTER)               += f_sendcmd.o
 +OBJS-$(CONFIG_ASETNSAMPLES_FILTER)           += af_asetnsamples.o
  OBJS-$(CONFIG_ASETPTS_FILTER)                += setpts.o
 +OBJS-$(CONFIG_ASETRATE_FILTER)               += af_asetrate.o
  OBJS-$(CONFIG_ASETTB_FILTER)                 += settb.o
  OBJS-$(CONFIG_ASHOWINFO_FILTER)              += af_ashowinfo.o
  OBJS-$(CONFIG_ASPLIT_FILTER)                 += split.o
 +OBJS-$(CONFIG_ASTATS_FILTER)                 += af_astats.o
 +OBJS-$(CONFIG_ASTREAMSELECT_FILTER)          += f_streamselect.o
  OBJS-$(CONFIG_ASYNCTS_FILTER)                += af_asyncts.o
 +OBJS-$(CONFIG_ATEMPO_FILTER)                 += af_atempo.o
  OBJS-$(CONFIG_ATRIM_FILTER)                  += trim.o
 +OBJS-$(CONFIG_AZMQ_FILTER)                   += f_zmq.o
 +OBJS-$(CONFIG_BANDPASS_FILTER)               += af_biquads.o
 +OBJS-$(CONFIG_BANDREJECT_FILTER)             += af_biquads.o
 +OBJS-$(CONFIG_BASS_FILTER)                   += af_biquads.o
 +OBJS-$(CONFIG_BIQUAD_FILTER)                 += af_biquads.o
  OBJS-$(CONFIG_BS2B_FILTER)                   += af_bs2b.o
  OBJS-$(CONFIG_CHANNELMAP_FILTER)             += af_channelmap.o
  OBJS-$(CONFIG_CHANNELSPLIT_FILTER)           += af_channelsplit.o
 +OBJS-$(CONFIG_CHORUS_FILTER)                 += af_chorus.o generate_wave_table.o
  OBJS-$(CONFIG_COMPAND_FILTER)                += af_compand.o
 +OBJS-$(CONFIG_COMPENSATIONDELAY_FILTER)      += af_compensationdelay.o
 +OBJS-$(CONFIG_DCSHIFT_FILTER)                += af_dcshift.o
 +OBJS-$(CONFIG_DYNAUDNORM_FILTER)             += af_dynaudnorm.o
 +OBJS-$(CONFIG_EARWAX_FILTER)                 += af_earwax.o
 +OBJS-$(CONFIG_EBUR128_FILTER)                += f_ebur128.o
 +OBJS-$(CONFIG_EQUALIZER_FILTER)              += af_biquads.o
 +OBJS-$(CONFIG_EXTRASTEREO_FILTER)            += af_extrastereo.o
 +OBJS-$(CONFIG_FIREQUALIZER_FILTER)           += af_firequalizer.o
 +OBJS-$(CONFIG_FLANGER_FILTER)                += af_flanger.o generate_wave_table.o
 +OBJS-$(CONFIG_HIGHPASS_FILTER)               += af_biquads.o
  OBJS-$(CONFIG_JOIN_FILTER)                   += af_join.o
 +OBJS-$(CONFIG_LADSPA_FILTER)                 += af_ladspa.o
 +OBJS-$(CONFIG_LOWPASS_FILTER)                += af_biquads.o
 +OBJS-$(CONFIG_PAN_FILTER)                    += af_pan.o
 +OBJS-$(CONFIG_REPLAYGAIN_FILTER)             += af_replaygain.o
  OBJS-$(CONFIG_RESAMPLE_FILTER)               += af_resample.o
 +OBJS-$(CONFIG_RUBBERBAND_FILTER)             += af_rubberband.o
 +OBJS-$(CONFIG_SIDECHAINCOMPRESS_FILTER)      += af_sidechaincompress.o
 +OBJS-$(CONFIG_SIDECHAINGATE_FILTER)          += af_agate.o
 +OBJS-$(CONFIG_SILENCEDETECT_FILTER)          += af_silencedetect.o
 +OBJS-$(CONFIG_SILENCEREMOVE_FILTER)          += af_silenceremove.o
 +OBJS-$(CONFIG_SOFALIZER_FILTER)              += af_sofalizer.o
 +OBJS-$(CONFIG_STEREOTOOLS_FILTER)            += af_stereotools.o
 +OBJS-$(CONFIG_STEREOWIDEN_FILTER)            += af_stereowiden.o
 +OBJS-$(CONFIG_TREBLE_FILTER)                 += af_biquads.o
 +OBJS-$(CONFIG_TREMOLO_FILTER)                += af_tremolo.o
 +OBJS-$(CONFIG_VIBRATO_FILTER)                += af_vibrato.o generate_wave_table.o
  OBJS-$(CONFIG_VOLUME_FILTER)                 += af_volume.o
 +OBJS-$(CONFIG_VOLUMEDETECT_FILTER)           += af_volumedetect.o
  
 +OBJS-$(CONFIG_AEVALSRC_FILTER)               += aeval.o
 +OBJS-$(CONFIG_ANOISESRC_FILTER)              += asrc_anoisesrc.o
  OBJS-$(CONFIG_ANULLSRC_FILTER)               += asrc_anullsrc.o
 +OBJS-$(CONFIG_FLITE_FILTER)                  += asrc_flite.o
 +OBJS-$(CONFIG_SINE_FILTER)                   += asrc_sine.o
  
  OBJS-$(CONFIG_ANULLSINK_FILTER)              += asink_anullsink.o
  
 +OBJS-$(CONFIG_ASS_FILTER)                    += vf_subtitles.o
 +OBJS-$(CONFIG_ALPHAEXTRACT_FILTER)           += vf_extractplanes.o
 +OBJS-$(CONFIG_ALPHAMERGE_FILTER)             += vf_alphamerge.o
 +OBJS-$(CONFIG_ATADENOISE_FILTER)             += vf_atadenoise.o
 +OBJS-$(CONFIG_BBOX_FILTER)                   += bbox.o vf_bbox.o
 +OBJS-$(CONFIG_BLACKDETECT_FILTER)            += vf_blackdetect.o
  OBJS-$(CONFIG_BLACKFRAME_FILTER)             += vf_blackframe.o
 +OBJS-$(CONFIG_BLEND_FILTER)                  += vf_blend.o dualinput.o framesync.o
  OBJS-$(CONFIG_BOXBLUR_FILTER)                += vf_boxblur.o
 +OBJS-$(CONFIG_BWDIF_FILTER)                  += vf_bwdif.o
 +OBJS-$(CONFIG_CHROMAKEY_FILTER)              += vf_chromakey.o
 +OBJS-$(CONFIG_CODECVIEW_FILTER)              += vf_codecview.o
 +OBJS-$(CONFIG_COLORBALANCE_FILTER)           += vf_colorbalance.o
 +OBJS-$(CONFIG_COLORCHANNELMIXER_FILTER)      += vf_colorchannelmixer.o
 +OBJS-$(CONFIG_COLORKEY_FILTER)               += vf_colorkey.o
 +OBJS-$(CONFIG_COLORLEVELS_FILTER)            += vf_colorlevels.o
 +OBJS-$(CONFIG_COLORMATRIX_FILTER)            += vf_colormatrix.o
 +OBJS-$(CONFIG_CONVOLUTION_FILTER)            += vf_convolution.o
  OBJS-$(CONFIG_COPY_FILTER)                   += vf_copy.o
 +OBJS-$(CONFIG_COVER_RECT_FILTER)             += vf_cover_rect.o lavfutils.o
  OBJS-$(CONFIG_CROP_FILTER)                   += vf_crop.o
  OBJS-$(CONFIG_CROPDETECT_FILTER)             += vf_cropdetect.o
 +OBJS-$(CONFIG_CURVES_FILTER)                 += vf_curves.o
 +OBJS-$(CONFIG_DCTDNOIZ_FILTER)               += vf_dctdnoiz.o
 +OBJS-$(CONFIG_DEBAND_FILTER)                 += vf_deband.o
 +OBJS-$(CONFIG_DECIMATE_FILTER)               += vf_decimate.o
 +OBJS-$(CONFIG_DEFLATE_FILTER)                += vf_neighbor.o
 +OBJS-$(CONFIG_DEJUDDER_FILTER)               += vf_dejudder.o
  OBJS-$(CONFIG_DELOGO_FILTER)                 += vf_delogo.o
 +OBJS-$(CONFIG_DESHAKE_FILTER)                += vf_deshake.o
 +OBJS-$(CONFIG_DETELECINE_FILTER)             += vf_detelecine.o
 +OBJS-$(CONFIG_DILATION_FILTER)               += vf_neighbor.o
 +OBJS-$(CONFIG_DISPLACE_FILTER)               += vf_displace.o framesync.o
  OBJS-$(CONFIG_DRAWBOX_FILTER)                += vf_drawbox.o
 +OBJS-$(CONFIG_DRAWGRAPH_FILTER)              += f_drawgraph.o
 +OBJS-$(CONFIG_DRAWGRID_FILTER)               += vf_drawbox.o
  OBJS-$(CONFIG_DRAWTEXT_FILTER)               += vf_drawtext.o
 +OBJS-$(CONFIG_ELBG_FILTER)                   += vf_elbg.o
 +OBJS-$(CONFIG_EDGEDETECT_FILTER)             += vf_edgedetect.o
 +OBJS-$(CONFIG_EQ_FILTER)                     += vf_eq.o
 +OBJS-$(CONFIG_EROSION_FILTER)                += vf_neighbor.o
 +OBJS-$(CONFIG_EXTRACTPLANES_FILTER)          += vf_extractplanes.o
  OBJS-$(CONFIG_FADE_FILTER)                   += vf_fade.o
 +OBJS-$(CONFIG_FFTFILT_FILTER)                += vf_fftfilt.o
 +OBJS-$(CONFIG_FIELD_FILTER)                  += vf_field.o
 +OBJS-$(CONFIG_FIELDHINT_FILTER)              += vf_fieldhint.o
 +OBJS-$(CONFIG_FIELDMATCH_FILTER)             += vf_fieldmatch.o
  OBJS-$(CONFIG_FIELDORDER_FILTER)             += vf_fieldorder.o
 +OBJS-$(CONFIG_FIND_RECT_FILTER)              += vf_find_rect.o lavfutils.o
  OBJS-$(CONFIG_FORMAT_FILTER)                 += vf_format.o
  OBJS-$(CONFIG_FPS_FILTER)                    += vf_fps.o
  OBJS-$(CONFIG_FRAMEPACK_FILTER)              += vf_framepack.o
 +OBJS-$(CONFIG_FRAMERATE_FILTER)              += vf_framerate.o
 +OBJS-$(CONFIG_FRAMESTEP_FILTER)              += vf_framestep.o
  OBJS-$(CONFIG_FREI0R_FILTER)                 += vf_frei0r.o
 +OBJS-$(CONFIG_FSPP_FILTER)                   += vf_fspp.o
 +OBJS-$(CONFIG_GEQ_FILTER)                    += vf_geq.o
  OBJS-$(CONFIG_GRADFUN_FILTER)                += vf_gradfun.o
 +OBJS-$(CONFIG_HALDCLUT_FILTER)               += vf_lut3d.o dualinput.o framesync.o
  OBJS-$(CONFIG_HFLIP_FILTER)                  += vf_hflip.o
 +OBJS-$(CONFIG_HISTEQ_FILTER)                 += vf_histeq.o
 +OBJS-$(CONFIG_HISTOGRAM_FILTER)              += vf_histogram.o
  OBJS-$(CONFIG_HQDN3D_FILTER)                 += vf_hqdn3d.o
 +OBJS-$(CONFIG_HQX_FILTER)                    += vf_hqx.o
+ OBJS-$(CONFIG_HWUPLOAD_CUDA_FILTER)          += vf_hwupload_cuda.o
 +OBJS-$(CONFIG_HSTACK_FILTER)                 += vf_stack.o framesync.o
 +OBJS-$(CONFIG_HUE_FILTER)                    += vf_hue.o
 +OBJS-$(CONFIG_IDET_FILTER)                   += vf_idet.o
 +OBJS-$(CONFIG_IL_FILTER)                     += vf_il.o
 +OBJS-$(CONFIG_INFLATE_FILTER)                += vf_neighbor.o
  OBJS-$(CONFIG_INTERLACE_FILTER)              += vf_interlace.o
 +OBJS-$(CONFIG_INTERLEAVE_FILTER)             += f_interleave.o
 +OBJS-$(CONFIG_KERNDEINT_FILTER)              += vf_kerndeint.o
 +OBJS-$(CONFIG_LENSCORRECTION_FILTER)         += vf_lenscorrection.o
 +OBJS-$(CONFIG_LOOP_FILTER)                   += f_loop.o
 +OBJS-$(CONFIG_LUT3D_FILTER)                  += vf_lut3d.o
  OBJS-$(CONFIG_LUT_FILTER)                    += vf_lut.o
  OBJS-$(CONFIG_LUTRGB_FILTER)                 += vf_lut.o
  OBJS-$(CONFIG_LUTYUV_FILTER)                 += vf_lut.o
 +OBJS-$(CONFIG_MASKEDMERGE_FILTER)            += vf_maskedmerge.o framesync.o
 +OBJS-$(CONFIG_MCDEINT_FILTER)                += vf_mcdeint.o
 +OBJS-$(CONFIG_MERGEPLANES_FILTER)            += vf_mergeplanes.o framesync.o
 +OBJS-$(CONFIG_METADATA_FILTER)               += f_metadata.o
 +OBJS-$(CONFIG_MPDECIMATE_FILTER)             += vf_mpdecimate.o
  OBJS-$(CONFIG_NEGATE_FILTER)                 += vf_lut.o
 +OBJS-$(CONFIG_NNEDI_FILTER)                  += vf_nnedi.o
  OBJS-$(CONFIG_NOFORMAT_FILTER)               += vf_format.o
 +OBJS-$(CONFIG_NOISE_FILTER)                  += vf_noise.o
  OBJS-$(CONFIG_NULL_FILTER)                   += vf_null.o
 +OBJS-$(CONFIG_OCR_FILTER)                    += vf_ocr.o
  OBJS-$(CONFIG_OCV_FILTER)                    += vf_libopencv.o
 -OBJS-$(CONFIG_OVERLAY_FILTER)                += vf_overlay.o
 +OBJS-$(CONFIG_OPENCL)                        += deshake_opencl.o unsharp_opencl.o
 +OBJS-$(CONFIG_OVERLAY_FILTER)                += vf_overlay.o dualinput.o framesync.o
 +OBJS-$(CONFIG_OWDENOISE_FILTER)              += vf_owdenoise.o
  OBJS-$(CONFIG_PAD_FILTER)                    += vf_pad.o
 +OBJS-$(CONFIG_PALETTEGEN_FILTER)             += vf_palettegen.o
 +OBJS-$(CONFIG_PALETTEUSE_FILTER)             += vf_paletteuse.o dualinput.o framesync.o
 +OBJS-$(CONFIG_PERMS_FILTER)                  += f_perms.o
 +OBJS-$(CONFIG_PERSPECTIVE_FILTER)            += vf_perspective.o
 +OBJS-$(CONFIG_PHASE_FILTER)                  += vf_phase.o
  OBJS-$(CONFIG_PIXDESCTEST_FILTER)            += vf_pixdesctest.o
 +OBJS-$(CONFIG_PP_FILTER)                     += vf_pp.o
 +OBJS-$(CONFIG_PP7_FILTER)                    += vf_pp7.o
 +OBJS-$(CONFIG_PSNR_FILTER)                   += vf_psnr.o dualinput.o framesync.o
 +OBJS-$(CONFIG_PULLUP_FILTER)                 += vf_pullup.o
 +OBJS-$(CONFIG_QP_FILTER)                     += vf_qp.o
 +OBJS-$(CONFIG_RANDOM_FILTER)                 += vf_random.o
 +OBJS-$(CONFIG_REALTIME_FILTER)               += f_realtime.o
 +OBJS-$(CONFIG_REMOVEGRAIN_FILTER)            += vf_removegrain.o
 +OBJS-$(CONFIG_REMOVELOGO_FILTER)             += bbox.o lswsutils.o lavfutils.o vf_removelogo.o
 +OBJS-$(CONFIG_REPEATFIELDS_FILTER)           += vf_repeatfields.o
 +OBJS-$(CONFIG_REVERSE_FILTER)                += f_reverse.o
 +OBJS-$(CONFIG_ROTATE_FILTER)                 += vf_rotate.o
 +OBJS-$(CONFIG_SEPARATEFIELDS_FILTER)         += vf_separatefields.o
 +OBJS-$(CONFIG_SAB_FILTER)                    += vf_sab.o
  OBJS-$(CONFIG_SCALE_FILTER)                  += vf_scale.o
 -OBJS-$(CONFIG_SELECT_FILTER)                 += vf_select.o
 +OBJS-$(CONFIG_SCALE2REF_FILTER)              += vf_scale.o
 +OBJS-$(CONFIG_SELECT_FILTER)                 += f_select.o
 +OBJS-$(CONFIG_SELECTIVECOLOR_FILTER)         += vf_selectivecolor.o
 +OBJS-$(CONFIG_SENDCMD_FILTER)                += f_sendcmd.o
  OBJS-$(CONFIG_SETDAR_FILTER)                 += vf_aspect.o
 +OBJS-$(CONFIG_SETFIELD_FILTER)               += vf_setfield.o
  OBJS-$(CONFIG_SETPTS_FILTER)                 += setpts.o
  OBJS-$(CONFIG_SETSAR_FILTER)                 += vf_aspect.o
  OBJS-$(CONFIG_SETTB_FILTER)                  += settb.o
  OBJS-$(CONFIG_SHOWINFO_FILTER)               += vf_showinfo.o
 +OBJS-$(CONFIG_SHOWPALETTE_FILTER)            += vf_showpalette.o
 +OBJS-$(CONFIG_SHUFFLEFRAMES_FILTER)          += vf_shuffleframes.o
  OBJS-$(CONFIG_SHUFFLEPLANES_FILTER)          += vf_shuffleplanes.o
 +OBJS-$(CONFIG_SIGNALSTATS_FILTER)            += vf_signalstats.o
 +OBJS-$(CONFIG_SMARTBLUR_FILTER)              += vf_smartblur.o
  OBJS-$(CONFIG_SPLIT_FILTER)                  += split.o
 +OBJS-$(CONFIG_SPP_FILTER)                    += vf_spp.o
 +OBJS-$(CONFIG_SSIM_FILTER)                   += vf_ssim.o dualinput.o framesync.o
 +OBJS-$(CONFIG_STEREO3D_FILTER)               += vf_stereo3d.o
 +OBJS-$(CONFIG_STREAMSELECT_FILTER)           += f_streamselect.o
 +OBJS-$(CONFIG_SUBTITLES_FILTER)              += vf_subtitles.o
 +OBJS-$(CONFIG_SUPER2XSAI_FILTER)             += vf_super2xsai.o
 +OBJS-$(CONFIG_SWAPRECT_FILTER)               += vf_swaprect.o
 +OBJS-$(CONFIG_SWAPUV_FILTER)                 += vf_swapuv.o
 +OBJS-$(CONFIG_TBLEND_FILTER)                 += vf_blend.o dualinput.o framesync.o
 +OBJS-$(CONFIG_TELECINE_FILTER)               += vf_telecine.o
 +OBJS-$(CONFIG_THUMBNAIL_FILTER)              += vf_thumbnail.o
 +OBJS-$(CONFIG_TILE_FILTER)                   += vf_tile.o
 +OBJS-$(CONFIG_TINTERLACE_FILTER)             += vf_tinterlace.o
  OBJS-$(CONFIG_TRANSPOSE_FILTER)              += vf_transpose.o
  OBJS-$(CONFIG_TRIM_FILTER)                   += trim.o
  OBJS-$(CONFIG_UNSHARP_FILTER)                += vf_unsharp.o
 +OBJS-$(CONFIG_USPP_FILTER)                   += vf_uspp.o
 +OBJS-$(CONFIG_VECTORSCOPE_FILTER)            += vf_vectorscope.o
  OBJS-$(CONFIG_VFLIP_FILTER)                  += vf_vflip.o
 +OBJS-$(CONFIG_VIDSTABDETECT_FILTER)          += vidstabutils.o vf_vidstabdetect.o
 +OBJS-$(CONFIG_VIDSTABTRANSFORM_FILTER)       += vidstabutils.o vf_vidstabtransform.o
 +OBJS-$(CONFIG_VIGNETTE_FILTER)               += vf_vignette.o
 +OBJS-$(CONFIG_VSTACK_FILTER)                 += vf_stack.o framesync.o
 +OBJS-$(CONFIG_W3FDIF_FILTER)                 += vf_w3fdif.o
 +OBJS-$(CONFIG_WAVEFORM_FILTER)               += vf_waveform.o
 +OBJS-$(CONFIG_XBR_FILTER)                    += vf_xbr.o
  OBJS-$(CONFIG_YADIF_FILTER)                  += vf_yadif.o
 +OBJS-$(CONFIG_ZMQ_FILTER)                    += f_zmq.o
 +OBJS-$(CONFIG_ZOOMPAN_FILTER)                += vf_zoompan.o
 +OBJS-$(CONFIG_ZSCALE_FILTER)                 += vf_zscale.o
  
 -OBJS-$(CONFIG_COLOR_FILTER)                  += vsrc_color.o
 +OBJS-$(CONFIG_ALLRGB_FILTER)                 += vsrc_testsrc.o
 +OBJS-$(CONFIG_ALLYUV_FILTER)                 += vsrc_testsrc.o
 +OBJS-$(CONFIG_CELLAUTO_FILTER)               += vsrc_cellauto.o
 +OBJS-$(CONFIG_COLOR_FILTER)                  += vsrc_testsrc.o
  OBJS-$(CONFIG_FREI0R_SRC_FILTER)             += vf_frei0r.o
 -OBJS-$(CONFIG_MOVIE_FILTER)                  += vsrc_movie.o
 -OBJS-$(CONFIG_NULLSRC_FILTER)                += vsrc_nullsrc.o
 +OBJS-$(CONFIG_HALDCLUTSRC_FILTER)            += vsrc_testsrc.o
 +OBJS-$(CONFIG_LIFE_FILTER)                   += vsrc_life.o
 +OBJS-$(CONFIG_MANDELBROT_FILTER)             += vsrc_mandelbrot.o
 +OBJS-$(CONFIG_MPTESTSRC_FILTER)              += vsrc_mptestsrc.o
 +OBJS-$(CONFIG_NULLSRC_FILTER)                += vsrc_testsrc.o
  OBJS-$(CONFIG_RGBTESTSRC_FILTER)             += vsrc_testsrc.o
 +OBJS-$(CONFIG_SMPTEBARS_FILTER)              += vsrc_testsrc.o
 +OBJS-$(CONFIG_SMPTEHDBARS_FILTER)            += vsrc_testsrc.o
  OBJS-$(CONFIG_TESTSRC_FILTER)                += vsrc_testsrc.o
 +OBJS-$(CONFIG_TESTSRC2_FILTER)               += vsrc_testsrc.o
  
  OBJS-$(CONFIG_NULLSINK_FILTER)               += vsink_nullsink.o
  
 +# multimedia filters
 +OBJS-$(CONFIG_ADRAWGRAPH_FILTER)             += f_drawgraph.o
 +OBJS-$(CONFIG_AHISTOGRAM_FILTER)             += avf_ahistogram.o
 +OBJS-$(CONFIG_APHASEMETER_FILTER)            += avf_aphasemeter.o
 +OBJS-$(CONFIG_AVECTORSCOPE_FILTER)           += avf_avectorscope.o
 +OBJS-$(CONFIG_CONCAT_FILTER)                 += avf_concat.o
 +OBJS-$(CONFIG_SHOWCQT_FILTER)                += avf_showcqt.o lswsutils.o lavfutils.o
 +OBJS-$(CONFIG_SHOWFREQS_FILTER)              += avf_showfreqs.o window_func.o
 +OBJS-$(CONFIG_SHOWSPECTRUM_FILTER)           += avf_showspectrum.o window_func.o
 +OBJS-$(CONFIG_SHOWSPECTRUMPIC_FILTER)        += avf_showspectrum.o window_func.o
 +OBJS-$(CONFIG_SHOWVOLUME_FILTER)             += avf_showvolume.o
 +OBJS-$(CONFIG_SHOWWAVES_FILTER)              += avf_showwaves.o
 +OBJS-$(CONFIG_SHOWWAVESPIC_FILTER)           += avf_showwaves.o
 +OBJS-$(CONFIG_SPECTRUMSYNTH_FILTER)          += vaf_spectrumsynth.o window_func.o
 +
 +# multimedia sources
 +OBJS-$(CONFIG_AMOVIE_FILTER)                 += src_movie.o
 +OBJS-$(CONFIG_MOVIE_FILTER)                  += src_movie.o
 +
 +# Windows resource file
 +SLIBOBJS-$(HAVE_GNU_WINDRES)                 += avfilterres.o
 +
 +SKIPHEADERS-$(CONFIG_LIBVIDSTAB)             += vidstabutils.h
 +SKIPHEADERS-$(CONFIG_OPENCL)                 += opencl_internal.h deshake_opencl_kernel.h unsharp_opencl_kernel.h
 +
  OBJS-$(HAVE_THREADS)                         += pthread.o
 +OBJS-$(CONFIG_SHARED)                        += log2_tab.o
  
  TOOLS     = graph2dot
 -TESTPROGS = filtfmts
 +TESTPROGS = drawutils filtfmts formats
 +
 +TOOLS-$(CONFIG_LIBZMQ) += zmqsend
 +
 +clean::
 +      $(RM) $(CLEANSUFFIXES:%=libavfilter/libmpcodecs/%)
diff --combined libavfilter/allfilters.c
index 3163831a8bb50e16bc4581c24cab2053b1cd6e70,4bdfaeac7f8b86bcff0b4f1bd26884c03d1332c1..25fe0c16f5924c7ab12881b0dc2a03bc345c6b25
@@@ -2,26 -2,25 +2,26 @@@
   * filter registration
   * Copyright (c) 2008 Vitor Sessak
   *
 - * This file is part of Libav.
 + * This file is part of FFmpeg.
   *
 - * Libav is free software; you can redistribute it and/or
 + * FFmpeg is free software; you can redistribute it and/or
   * modify it under the terms of the GNU Lesser General Public
   * License as published by the Free Software Foundation; either
   * version 2.1 of the License, or (at your option) any later version.
   *
 - * Libav is distributed in the hope that it will be useful,
 + * FFmpeg is distributed in the hope that it will be useful,
   * but WITHOUT ANY WARRANTY; without even the implied warranty of
   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
   * Lesser General Public License for more details.
   *
   * You should have received a copy of the GNU Lesser General Public
 - * License along with Libav; if not, write to the Free Software
 + * License along with FFmpeg; if not, write to the Free Software
   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
   */
  
  #include "avfilter.h"
  #include "config.h"
 +#include "opencl_allkernels.h"
  
  
  #define REGISTER_FILTER(X, x, y)                                        \
@@@ -45,291 -44,80 +45,292 @@@ void avfilter_register_all(void
          return;
      initialized = 1;
  
 +    REGISTER_FILTER(ACOMPRESSOR,    acompressor,    af);
 +    REGISTER_FILTER(ACROSSFADE,     acrossfade,     af);
 +    REGISTER_FILTER(ADELAY,         adelay,         af);
 +    REGISTER_FILTER(AECHO,          aecho,          af);
 +    REGISTER_FILTER(AEMPHASIS,      aemphasis,      af);
 +    REGISTER_FILTER(AEVAL,          aeval,          af);
 +    REGISTER_FILTER(AFADE,          afade,          af);
 +    REGISTER_FILTER(AFFTFILT,       afftfilt,       af);
      REGISTER_FILTER(AFORMAT,        aformat,        af);
 +    REGISTER_FILTER(AGATE,          agate,          af);
 +    REGISTER_FILTER(AINTERLEAVE,    ainterleave,    af);
 +    REGISTER_FILTER(ALIMITER,       alimiter,       af);
 +    REGISTER_FILTER(ALLPASS,        allpass,        af);
 +    REGISTER_FILTER(ALOOP,          aloop,          af);
 +    REGISTER_FILTER(AMERGE,         amerge,         af);
 +    REGISTER_FILTER(AMETADATA,      ametadata,      af);
      REGISTER_FILTER(AMIX,           amix,           af);
 +    REGISTER_FILTER(ANEQUALIZER,    anequalizer,    af);
      REGISTER_FILTER(ANULL,          anull,          af);
 +    REGISTER_FILTER(APAD,           apad,           af);
 +    REGISTER_FILTER(APERMS,         aperms,         af);
 +    REGISTER_FILTER(APHASER,        aphaser,        af);
 +    REGISTER_FILTER(APULSATOR,      apulsator,      af);
 +    REGISTER_FILTER(AREALTIME,      arealtime,      af);
 +    REGISTER_FILTER(ARESAMPLE,      aresample,      af);
 +    REGISTER_FILTER(AREVERSE,       areverse,       af);
 +    REGISTER_FILTER(ASELECT,        aselect,        af);
 +    REGISTER_FILTER(ASENDCMD,       asendcmd,       af);
 +    REGISTER_FILTER(ASETNSAMPLES,   asetnsamples,   af);
      REGISTER_FILTER(ASETPTS,        asetpts,        af);
 +    REGISTER_FILTER(ASETRATE,       asetrate,       af);
      REGISTER_FILTER(ASETTB,         asettb,         af);
      REGISTER_FILTER(ASHOWINFO,      ashowinfo,      af);
      REGISTER_FILTER(ASPLIT,         asplit,         af);
 +    REGISTER_FILTER(ASTATS,         astats,         af);
 +    REGISTER_FILTER(ASTREAMSELECT,  astreamselect,  af);
      REGISTER_FILTER(ASYNCTS,        asyncts,        af);
 +    REGISTER_FILTER(ATEMPO,         atempo,         af);
      REGISTER_FILTER(ATRIM,          atrim,          af);
 +    REGISTER_FILTER(AZMQ,           azmq,           af);
 +    REGISTER_FILTER(BANDPASS,       bandpass,       af);
 +    REGISTER_FILTER(BANDREJECT,     bandreject,     af);
 +    REGISTER_FILTER(BASS,           bass,           af);
 +    REGISTER_FILTER(BIQUAD,         biquad,         af);
      REGISTER_FILTER(BS2B,           bs2b,           af);
      REGISTER_FILTER(CHANNELMAP,     channelmap,     af);
      REGISTER_FILTER(CHANNELSPLIT,   channelsplit,   af);
 +    REGISTER_FILTER(CHORUS,         chorus,         af);
      REGISTER_FILTER(COMPAND,        compand,        af);
 +    REGISTER_FILTER(COMPENSATIONDELAY, compensationdelay, af);
 +    REGISTER_FILTER(DCSHIFT,        dcshift,        af);
 +    REGISTER_FILTER(DYNAUDNORM,     dynaudnorm,     af);
 +    REGISTER_FILTER(EARWAX,         earwax,         af);
 +    REGISTER_FILTER(EBUR128,        ebur128,        af);
 +    REGISTER_FILTER(EQUALIZER,      equalizer,      af);
 +    REGISTER_FILTER(EXTRASTEREO,    extrastereo,    af);
 +    REGISTER_FILTER(FIREQUALIZER,   firequalizer,   af);
 +    REGISTER_FILTER(FLANGER,        flanger,        af);
 +    REGISTER_FILTER(HIGHPASS,       highpass,       af);
      REGISTER_FILTER(JOIN,           join,           af);
 +    REGISTER_FILTER(LADSPA,         ladspa,         af);
 +    REGISTER_FILTER(LOWPASS,        lowpass,        af);
 +    REGISTER_FILTER(PAN,            pan,            af);
 +    REGISTER_FILTER(REPLAYGAIN,     replaygain,     af);
      REGISTER_FILTER(RESAMPLE,       resample,       af);
 +    REGISTER_FILTER(RUBBERBAND,     rubberband,     af);
 +    REGISTER_FILTER(SIDECHAINCOMPRESS, sidechaincompress, af);
 +    REGISTER_FILTER(SIDECHAINGATE,  sidechaingate,  af);
 +    REGISTER_FILTER(SILENCEDETECT,  silencedetect,  af);
 +    REGISTER_FILTER(SILENCEREMOVE,  silenceremove,  af);
 +    REGISTER_FILTER(SOFALIZER,      sofalizer,      af);
 +    REGISTER_FILTER(STEREOTOOLS,    stereotools,    af);
 +    REGISTER_FILTER(STEREOWIDEN,    stereowiden,    af);
 +    REGISTER_FILTER(TREBLE,         treble,         af);
 +    REGISTER_FILTER(TREMOLO,        tremolo,        af);
 +    REGISTER_FILTER(VIBRATO,        vibrato,        af);
      REGISTER_FILTER(VOLUME,         volume,         af);
 +    REGISTER_FILTER(VOLUMEDETECT,   volumedetect,   af);
  
 +    REGISTER_FILTER(AEVALSRC,       aevalsrc,       asrc);
 +    REGISTER_FILTER(ANOISESRC,      anoisesrc,      asrc);
      REGISTER_FILTER(ANULLSRC,       anullsrc,       asrc);
 +    REGISTER_FILTER(FLITE,          flite,          asrc);
 +    REGISTER_FILTER(SINE,           sine,           asrc);
  
      REGISTER_FILTER(ANULLSINK,      anullsink,      asink);
  
 +    REGISTER_FILTER(ALPHAEXTRACT,   alphaextract,   vf);
 +    REGISTER_FILTER(ALPHAMERGE,     alphamerge,     vf);
 +    REGISTER_FILTER(ATADENOISE,     atadenoise,     vf);
 +    REGISTER_FILTER(ASS,            ass,            vf);
 +    REGISTER_FILTER(BBOX,           bbox,           vf);
 +    REGISTER_FILTER(BLACKDETECT,    blackdetect,    vf);
      REGISTER_FILTER(BLACKFRAME,     blackframe,     vf);
 +    REGISTER_FILTER(BLEND,          blend,          vf);
      REGISTER_FILTER(BOXBLUR,        boxblur,        vf);
 +    REGISTER_FILTER(BWDIF,          bwdif,          vf);
 +    REGISTER_FILTER(CHROMAKEY,      chromakey,      vf);
 +    REGISTER_FILTER(CODECVIEW,      codecview,      vf);
 +    REGISTER_FILTER(COLORBALANCE,   colorbalance,   vf);
 +    REGISTER_FILTER(COLORCHANNELMIXER, colorchannelmixer, vf);
 +    REGISTER_FILTER(COLORKEY,       colorkey,       vf);
 +    REGISTER_FILTER(COLORLEVELS,    colorlevels,    vf);
 +    REGISTER_FILTER(COLORMATRIX,    colormatrix,    vf);
 +    REGISTER_FILTER(CONVOLUTION,    convolution,    vf);
      REGISTER_FILTER(COPY,           copy,           vf);
 +    REGISTER_FILTER(COVER_RECT,     cover_rect,     vf);
      REGISTER_FILTER(CROP,           crop,           vf);
      REGISTER_FILTER(CROPDETECT,     cropdetect,     vf);
 +    REGISTER_FILTER(CURVES,         curves,         vf);
 +    REGISTER_FILTER(DCTDNOIZ,       dctdnoiz,       vf);
 +    REGISTER_FILTER(DEBAND,         deband,         vf);
 +    REGISTER_FILTER(DECIMATE,       decimate,       vf);
 +    REGISTER_FILTER(DEFLATE,        deflate,        vf);
 +    REGISTER_FILTER(DEJUDDER,       dejudder,       vf);
      REGISTER_FILTER(DELOGO,         delogo,         vf);
 +    REGISTER_FILTER(DESHAKE,        deshake,        vf);
 +    REGISTER_FILTER(DETELECINE,     detelecine,     vf);
 +    REGISTER_FILTER(DILATION,       dilation,       vf);
 +    REGISTER_FILTER(DISPLACE,       displace,       vf);
      REGISTER_FILTER(DRAWBOX,        drawbox,        vf);
 +    REGISTER_FILTER(DRAWGRAPH,      drawgraph,      vf);
 +    REGISTER_FILTER(DRAWGRID,       drawgrid,       vf);
      REGISTER_FILTER(DRAWTEXT,       drawtext,       vf);
 +    REGISTER_FILTER(EDGEDETECT,     edgedetect,     vf);
 +    REGISTER_FILTER(ELBG,           elbg,           vf);
 +    REGISTER_FILTER(EQ,             eq,             vf);
 +    REGISTER_FILTER(EROSION,        erosion,        vf);
 +    REGISTER_FILTER(EXTRACTPLANES,  extractplanes,  vf);
      REGISTER_FILTER(FADE,           fade,           vf);
 +    REGISTER_FILTER(FFTFILT,        fftfilt,        vf);
 +    REGISTER_FILTER(FIELD,          field,          vf);
 +    REGISTER_FILTER(FIELDHINT,      fieldhint,      vf);
 +    REGISTER_FILTER(FIELDMATCH,     fieldmatch,     vf);
      REGISTER_FILTER(FIELDORDER,     fieldorder,     vf);
 +    REGISTER_FILTER(FIND_RECT,      find_rect,      vf);
      REGISTER_FILTER(FORMAT,         format,         vf);
      REGISTER_FILTER(FPS,            fps,            vf);
      REGISTER_FILTER(FRAMEPACK,      framepack,      vf);
 +    REGISTER_FILTER(FRAMERATE,      framerate,      vf);
 +    REGISTER_FILTER(FRAMESTEP,      framestep,      vf);
      REGISTER_FILTER(FREI0R,         frei0r,         vf);
 +    REGISTER_FILTER(FSPP,           fspp,           vf);
 +    REGISTER_FILTER(GEQ,            geq,            vf);
      REGISTER_FILTER(GRADFUN,        gradfun,        vf);
 +    REGISTER_FILTER(HALDCLUT,       haldclut,       vf);
      REGISTER_FILTER(HFLIP,          hflip,          vf);
 +    REGISTER_FILTER(HISTEQ,         histeq,         vf);
 +    REGISTER_FILTER(HISTOGRAM,      histogram,      vf);
      REGISTER_FILTER(HQDN3D,         hqdn3d,         vf);
 +    REGISTER_FILTER(HQX,            hqx,            vf);
+     REGISTER_FILTER(HWUPLOAD_CUDA,  hwupload_cuda,  vf);
 +    REGISTER_FILTER(HSTACK,         hstack,         vf);
 +    REGISTER_FILTER(HUE,            hue,            vf);
 +    REGISTER_FILTER(IDET,           idet,           vf);
 +    REGISTER_FILTER(IL,             il,             vf);
 +    REGISTER_FILTER(INFLATE,        inflate,        vf);
      REGISTER_FILTER(INTERLACE,      interlace,      vf);
 +    REGISTER_FILTER(INTERLEAVE,     interleave,     vf);
 +    REGISTER_FILTER(KERNDEINT,      kerndeint,      vf);
 +    REGISTER_FILTER(LENSCORRECTION, lenscorrection, vf);
 +    REGISTER_FILTER(LOOP,           loop,           vf);
 +    REGISTER_FILTER(LUT3D,          lut3d,          vf);
      REGISTER_FILTER(LUT,            lut,            vf);
      REGISTER_FILTER(LUTRGB,         lutrgb,         vf);
      REGISTER_FILTER(LUTYUV,         lutyuv,         vf);
 +    REGISTER_FILTER(MASKEDMERGE,    maskedmerge,    vf);
 +    REGISTER_FILTER(MCDEINT,        mcdeint,        vf);
 +    REGISTER_FILTER(MERGEPLANES,    mergeplanes,    vf);
 +    REGISTER_FILTER(METADATA,       metadata,       vf);
 +    REGISTER_FILTER(MPDECIMATE,     mpdecimate,     vf);
      REGISTER_FILTER(NEGATE,         negate,         vf);
 +    REGISTER_FILTER(NNEDI,          nnedi,          vf);
      REGISTER_FILTER(NOFORMAT,       noformat,       vf);
 +    REGISTER_FILTER(NOISE,          noise,          vf);
      REGISTER_FILTER(NULL,           null,           vf);
 +    REGISTER_FILTER(OCR,            ocr,            vf);
      REGISTER_FILTER(OCV,            ocv,            vf);
      REGISTER_FILTER(OVERLAY,        overlay,        vf);
 +    REGISTER_FILTER(OWDENOISE,      owdenoise,      vf);
      REGISTER_FILTER(PAD,            pad,            vf);
 +    REGISTER_FILTER(PALETTEGEN,     palettegen,     vf);
 +    REGISTER_FILTER(PALETTEUSE,     paletteuse,     vf);
 +    REGISTER_FILTER(PERMS,          perms,          vf);
 +    REGISTER_FILTER(PERSPECTIVE,    perspective,    vf);
 +    REGISTER_FILTER(PHASE,          phase,          vf);
      REGISTER_FILTER(PIXDESCTEST,    pixdesctest,    vf);
 +    REGISTER_FILTER(PP,             pp,             vf);
 +    REGISTER_FILTER(PP7,            pp7,            vf);
 +    REGISTER_FILTER(PSNR,           psnr,           vf);
 +    REGISTER_FILTER(PULLUP,         pullup,         vf);
 +    REGISTER_FILTER(QP,             qp,             vf);
 +    REGISTER_FILTER(RANDOM,         random,         vf);
 +    REGISTER_FILTER(REALTIME,       realtime,       vf);
 +    REGISTER_FILTER(REMOVEGRAIN,    removegrain,    vf);
 +    REGISTER_FILTER(REMOVELOGO,     removelogo,     vf);
 +    REGISTER_FILTER(REPEATFIELDS,   repeatfields,   vf);
 +    REGISTER_FILTER(REVERSE,        reverse,        vf);
 +    REGISTER_FILTER(ROTATE,         rotate,         vf);
 +    REGISTER_FILTER(SAB,            sab,            vf);
      REGISTER_FILTER(SCALE,          scale,          vf);
 +    REGISTER_FILTER(SCALE2REF,      scale2ref,      vf);
      REGISTER_FILTER(SELECT,         select,         vf);
 +    REGISTER_FILTER(SELECTIVECOLOR, selectivecolor, vf);
 +    REGISTER_FILTER(SENDCMD,        sendcmd,        vf);
 +    REGISTER_FILTER(SEPARATEFIELDS, separatefields, vf);
      REGISTER_FILTER(SETDAR,         setdar,         vf);
 +    REGISTER_FILTER(SETFIELD,       setfield,       vf);
      REGISTER_FILTER(SETPTS,         setpts,         vf);
      REGISTER_FILTER(SETSAR,         setsar,         vf);
      REGISTER_FILTER(SETTB,          settb,          vf);
      REGISTER_FILTER(SHOWINFO,       showinfo,       vf);
 +    REGISTER_FILTER(SHOWPALETTE,    showpalette,    vf);
 +    REGISTER_FILTER(SHUFFLEFRAMES,  shuffleframes,  vf);
      REGISTER_FILTER(SHUFFLEPLANES,  shuffleplanes,  vf);
 +    REGISTER_FILTER(SIGNALSTATS,    signalstats,    vf);
 +    REGISTER_FILTER(SMARTBLUR,      smartblur,      vf);
      REGISTER_FILTER(SPLIT,          split,          vf);
 +    REGISTER_FILTER(SPP,            spp,            vf);
 +    REGISTER_FILTER(SSIM,           ssim,           vf);
 +    REGISTER_FILTER(STEREO3D,       stereo3d,       vf);
 +    REGISTER_FILTER(STREAMSELECT,   streamselect,   vf);
 +    REGISTER_FILTER(SUBTITLES,      subtitles,      vf);
 +    REGISTER_FILTER(SUPER2XSAI,     super2xsai,     vf);
 +    REGISTER_FILTER(SWAPRECT,       swaprect,       vf);
 +    REGISTER_FILTER(SWAPUV,         swapuv,         vf);
 +    REGISTER_FILTER(TBLEND,         tblend,         vf);
 +    REGISTER_FILTER(TELECINE,       telecine,       vf);
 +    REGISTER_FILTER(THUMBNAIL,      thumbnail,      vf);
 +    REGISTER_FILTER(TILE,           tile,           vf);
 +    REGISTER_FILTER(TINTERLACE,     tinterlace,     vf);
      REGISTER_FILTER(TRANSPOSE,      transpose,      vf);
      REGISTER_FILTER(TRIM,           trim,           vf);
      REGISTER_FILTER(UNSHARP,        unsharp,        vf);
 +    REGISTER_FILTER(USPP,           uspp,           vf);
 +    REGISTER_FILTER(VECTORSCOPE,    vectorscope,    vf);
      REGISTER_FILTER(VFLIP,          vflip,          vf);
 +    REGISTER_FILTER(VIDSTABDETECT,  vidstabdetect,  vf);
 +    REGISTER_FILTER(VIDSTABTRANSFORM, vidstabtransform, vf);
 +    REGISTER_FILTER(VIGNETTE,       vignette,       vf);
 +    REGISTER_FILTER(VSTACK,         vstack,         vf);
 +    REGISTER_FILTER(W3FDIF,         w3fdif,         vf);
 +    REGISTER_FILTER(WAVEFORM,       waveform,       vf);
 +    REGISTER_FILTER(XBR,            xbr,            vf);
      REGISTER_FILTER(YADIF,          yadif,          vf);
 +    REGISTER_FILTER(ZMQ,            zmq,            vf);
 +    REGISTER_FILTER(ZOOMPAN,        zoompan,        vf);
 +    REGISTER_FILTER(ZSCALE,         zscale,         vf);
  
 +    REGISTER_FILTER(ALLRGB,         allrgb,         vsrc);
 +    REGISTER_FILTER(ALLYUV,         allyuv,         vsrc);
 +    REGISTER_FILTER(CELLAUTO,       cellauto,       vsrc);
      REGISTER_FILTER(COLOR,          color,          vsrc);
      REGISTER_FILTER(FREI0R,         frei0r_src,     vsrc);
 -    REGISTER_FILTER(MOVIE,          movie,          vsrc);
 +    REGISTER_FILTER(HALDCLUTSRC,    haldclutsrc,    vsrc);
 +    REGISTER_FILTER(LIFE,           life,           vsrc);
 +    REGISTER_FILTER(MANDELBROT,     mandelbrot,     vsrc);
 +    REGISTER_FILTER(MPTESTSRC,      mptestsrc,      vsrc);
      REGISTER_FILTER(NULLSRC,        nullsrc,        vsrc);
      REGISTER_FILTER(RGBTESTSRC,     rgbtestsrc,     vsrc);
 +    REGISTER_FILTER(SMPTEBARS,      smptebars,      vsrc);
 +    REGISTER_FILTER(SMPTEHDBARS,    smptehdbars,    vsrc);
      REGISTER_FILTER(TESTSRC,        testsrc,        vsrc);
 +    REGISTER_FILTER(TESTSRC2,       testsrc2,       vsrc);
  
      REGISTER_FILTER(NULLSINK,       nullsink,       vsink);
  
 +    /* multimedia filters */
 +    REGISTER_FILTER(ADRAWGRAPH,     adrawgraph,     avf);
 +    REGISTER_FILTER(AHISTOGRAM,     ahistogram,     avf);
 +    REGISTER_FILTER(APHASEMETER,    aphasemeter,    avf);
 +    REGISTER_FILTER(AVECTORSCOPE,   avectorscope,   avf);
 +    REGISTER_FILTER(CONCAT,         concat,         avf);
 +    REGISTER_FILTER(SHOWCQT,        showcqt,        avf);
 +    REGISTER_FILTER(SHOWFREQS,      showfreqs,      avf);
 +    REGISTER_FILTER(SHOWSPECTRUM,   showspectrum,   avf);
 +    REGISTER_FILTER(SHOWSPECTRUMPIC, showspectrumpic, avf);
 +    REGISTER_FILTER(SHOWVOLUME,     showvolume,     avf);
 +    REGISTER_FILTER(SHOWWAVES,      showwaves,      avf);
 +    REGISTER_FILTER(SHOWWAVESPIC,   showwavespic,   avf);
 +    REGISTER_FILTER(SPECTRUMSYNTH,  spectrumsynth,  vaf);
 +
 +    /* multimedia sources */
 +    REGISTER_FILTER(AMOVIE,         amovie,         avsrc);
 +    REGISTER_FILTER(MOVIE,          movie,          avsrc);
 +
      /* those filters are part of public or internal API => registered
       * unconditionally */
      REGISTER_FILTER_UNCONDITIONAL(asrc_abuffer);
      REGISTER_FILTER_UNCONDITIONAL(vsink_buffer);
      REGISTER_FILTER_UNCONDITIONAL(af_afifo);
      REGISTER_FILTER_UNCONDITIONAL(vf_fifo);
 +    ff_opencl_register_filter_kernel_code_all();
  }
index 0000000000000000000000000000000000000000,dfb35066f604aca12f4ecb417509120dd4470105..6f4176f21232b101cede5313a811d7292b53752f
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,237 +1,232 @@@
 - * This file is part of Libav.
+ /*
 - * Libav is free software; you can redistribute it and/or
++ * This file is part of FFmpeg.
+  *
 - * Libav is distributed in the hope that it will be useful,
++ * FFmpeg is free software; you can redistribute it and/or
+  * modify it under the terms of the GNU Lesser General Public
+  * License as published by the Free Software Foundation; either
+  * version 2.1 of the License, or (at your option) any later version.
+  *
 - * License along with Libav; if not, write to the Free Software
++ * FFmpeg is distributed in the hope that it will be useful,
+  * but WITHOUT ANY WARRANTY; without even the implied warranty of
+  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+  * Lesser General Public License for more details.
+  *
+  * You should have received a copy of the GNU Lesser General Public
 -#define FLAGS AV_OPT_FLAG_VIDEO_PARAM
 -static const AVOption options[] = {
++ * License along with FFmpeg; if not, write to the Free Software
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+  */
+ #include "libavutil/buffer.h"
+ #include "libavutil/hwcontext.h"
+ #include "libavutil/hwcontext_cuda.h"
+ #include "libavutil/log.h"
+ #include "libavutil/opt.h"
+ #include "avfilter.h"
+ #include "formats.h"
+ #include "internal.h"
+ #include "video.h"
+ typedef struct CudaUploadContext {
+     const AVClass *class;
+     int device_idx;
+     AVBufferRef *hwdevice;
+     AVBufferRef *hwframe;
+ } CudaUploadContext;
+ static void cudaupload_ctx_free(AVHWDeviceContext *ctx)
+ {
+     AVCUDADeviceContext *hwctx = ctx->hwctx;
+     cuCtxDestroy(hwctx->cuda_ctx);
+ }
+ static av_cold int cudaupload_init(AVFilterContext *ctx)
+ {
+     CudaUploadContext *s = ctx->priv;
+     AVHWDeviceContext   *device_ctx;
+     AVCUDADeviceContext *device_hwctx;
+     CUdevice device;
+     CUcontext cuda_ctx = NULL, dummy;
+     CUresult err;
+     int ret;
+     err = cuInit(0);
+     if (err != CUDA_SUCCESS) {
+         av_log(ctx, AV_LOG_ERROR, "Could not initialize the CUDA driver API\n");
+         return AVERROR_UNKNOWN;
+     }
+     err = cuDeviceGet(&device, s->device_idx);
+     if (err != CUDA_SUCCESS) {
+         av_log(ctx, AV_LOG_ERROR, "Could not get the device number %d\n", s->device_idx);
+         return AVERROR_UNKNOWN;
+     }
+     err = cuCtxCreate(&cuda_ctx, 0, device);
+     if (err != CUDA_SUCCESS) {
+         av_log(ctx, AV_LOG_ERROR, "Error creating a CUDA context\n");
+         return AVERROR_UNKNOWN;
+     }
+     cuCtxPopCurrent(&dummy);
+     s->hwdevice = av_hwdevice_ctx_alloc(AV_HWDEVICE_TYPE_CUDA);
+     if (!s->hwdevice) {
+         cuCtxDestroy(cuda_ctx);
+         return AVERROR(ENOMEM);
+     }
+     device_ctx       = (AVHWDeviceContext*)s->hwdevice->data;
+     device_ctx->free = cudaupload_ctx_free;
+     device_hwctx = device_ctx->hwctx;
+     device_hwctx->cuda_ctx = cuda_ctx;
+     ret = av_hwdevice_ctx_init(s->hwdevice);
+     if (ret < 0)
+         return ret;
+     return 0;
+ }
+ static av_cold void cudaupload_uninit(AVFilterContext *ctx)
+ {
+     CudaUploadContext *s = ctx->priv;
+     av_buffer_unref(&s->hwframe);
+     av_buffer_unref(&s->hwdevice);
+ }
+ static int cudaupload_query_formats(AVFilterContext *ctx)
+ {
+     static const enum AVPixelFormat input_pix_fmts[] = {
+         AV_PIX_FMT_NV12, AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV444P,
+         AV_PIX_FMT_NONE,
+     };
+     static const enum AVPixelFormat output_pix_fmts[] = {
+         AV_PIX_FMT_CUDA, AV_PIX_FMT_NONE,
+     };
+     AVFilterFormats *in_fmts  = ff_make_format_list(input_pix_fmts);
+     AVFilterFormats *out_fmts = ff_make_format_list(output_pix_fmts);
+     ff_formats_ref(in_fmts,  &ctx->inputs[0]->out_formats);
+     ff_formats_ref(out_fmts, &ctx->outputs[0]->in_formats);
+     return 0;
+ }
+ static int cudaupload_config_output(AVFilterLink *outlink)
+ {
+     AVFilterContext *ctx = outlink->src;
+     AVFilterLink *inlink = ctx->inputs[0];
+     CudaUploadContext *s = ctx->priv;
+     AVHWFramesContext *hwframe_ctx;
+     int ret;
+     av_buffer_unref(&s->hwframe);
+     s->hwframe = av_hwframe_ctx_alloc(s->hwdevice);
+     if (!s->hwframe)
+         return AVERROR(ENOMEM);
+     hwframe_ctx            = (AVHWFramesContext*)s->hwframe->data;
+     hwframe_ctx->format    = AV_PIX_FMT_CUDA;
+     hwframe_ctx->sw_format = inlink->format;
+     hwframe_ctx->width     = FFALIGN(inlink->w, 16);
+     hwframe_ctx->height    = FFALIGN(inlink->h, 16);
+     ret = av_hwframe_ctx_init(s->hwframe);
+     if (ret < 0)
+         return ret;
+     outlink->hw_frames_ctx = av_buffer_ref(s->hwframe);
+     if (!outlink->hw_frames_ctx)
+         return AVERROR(ENOMEM);
+     return 0;
+ }
+ static int cudaupload_filter_frame(AVFilterLink *link, AVFrame *in)
+ {
+     AVFilterContext   *ctx = link->dst;
+     CudaUploadContext   *s = ctx->priv;
+     AVFrame *out = NULL;
+     int ret;
+     out = av_frame_alloc();
+     if (!out) {
+         ret = AVERROR(ENOMEM);
+         goto fail;
+     }
+     ret = av_hwframe_get_buffer(s->hwframe, out, 0);
+     if (ret < 0)
+         goto fail;
+     out->width  = in->width;
+     out->height = in->height;
+     ret = av_hwframe_transfer_data(out, in, 0);
+     if (ret < 0) {
+         av_log(ctx, AV_LOG_ERROR, "Error transferring data to the GPU\n");
+         goto fail;
+     }
+     ret = av_frame_copy_props(out, in);
+     if (ret < 0)
+         goto fail;
+     av_frame_free(&in);
+     return ff_filter_frame(ctx->outputs[0], out);
+ fail:
+     av_frame_free(&in);
+     av_frame_free(&out);
+     return ret;
+ }
+ #define OFFSET(x) offsetof(CudaUploadContext, x)
 -static const AVClass cudaupload_class = {
 -    .class_name = "cudaupload",
 -    .item_name  = av_default_item_name,
 -    .option     = options,
 -    .version    = LIBAVUTIL_VERSION_INT,
 -};
++#define FLAGS (AV_OPT_FLAG_FILTERING_PARAM | AV_OPT_FLAG_VIDEO_PARAM)
++static const AVOption cudaupload_options[] = {
+     { "device", "Number of the device to use", OFFSET(device_idx), AV_OPT_TYPE_INT, { .i64 = 0 }, .flags = FLAGS },
+     { NULL },
+ };
 -    .description = NULL_IF_CONFIG_SMALL("Upload a system memory frame to a CUDA device"),
++AVFILTER_DEFINE_CLASS(cudaupload)
+ static const AVFilterPad cudaupload_inputs[] = {
+     {
+         .name         = "default",
+         .type         = AVMEDIA_TYPE_VIDEO,
+         .filter_frame = cudaupload_filter_frame,
+     },
+     { NULL }
+ };
+ static const AVFilterPad cudaupload_outputs[] = {
+     {
+         .name         = "default",
+         .type         = AVMEDIA_TYPE_VIDEO,
+         .config_props = cudaupload_config_output,
+     },
+     { NULL }
+ };
+ AVFilter ff_vf_hwupload_cuda = {
+     .name        = "hwupload_cuda",
++    .description = NULL_IF_CONFIG_SMALL("Upload a system memory frame to a CUDA device."),
+     .init      = cudaupload_init,
+     .uninit    = cudaupload_uninit,
+     .query_formats = cudaupload_query_formats,
+     .priv_size  = sizeof(CudaUploadContext),
+     .priv_class = &cudaupload_class,
+     .inputs    = cudaupload_inputs,
+     .outputs   = cudaupload_outputs,
+ };