Documentation:Modules/avcodec

From VideoLAN Wiki
< Documentation:Modules
Revision as of 06:57, 5 March 2019 by DoesItReallyMatter (talk | contribs) (SV1 seems to have been a typo for SVQ1. See talk)
Jump to navigation Jump to search
Module: avcodec
Type codec library
First VLC version -
Last VLC version -
Operating system(s) all
Description Various audio and video decoders/encoders delivered by the FFmpeg library. This includes (MS)MPEG4, DivX, SVQ1, H261, H263, H264, WMV, WMA, AAC, AMR, DV, MJPEG and other codecs
Shortcut(s) -

libavcodec provided by the FFmpeg project. A full list of supported codecs may be found with modules/codec/avcodec/fourcc.c

Options as of 3.0.6:

Decoding

  • avcodec-dr <boolean> : Direct rendering default value: enabled
  • avcodec-corrupted <boolean> : Show corrupted frames default value: enabled
  • avcodec-error-resilience <integer> : Error resilience
  • avcodec-workaround-bugs <integer> : Workaround bugs
  • avcodec-hurry-up <boolean> : Hurry up default value: enabled
  • avcodec-skip-frame <integer> {-1 (None), 0 (Default), 1 (Non-ref), 2 (Bidir), 3 (Non-key), 4 (All)} : Skip frame default value: 0
  • avcodec-skip-idct <integer> {-1 (None), 0 (Default), 1 (Non-ref), 2 (Bidir), 3 (Non-key), 4 (All)} : Skip IDCT default value: 0
  • avcodec-fast <boolean> : Allow speed tricks default value: disabled
  • avcodec-skiploopfilter <integer> {0 (None), 1 (Non-ref), 2 (Bidir), 3 (Non-key), 4 (All)} : Skip the loop filter for H.264 decoding)
  • avcodec-debug <integer> : Debug mask
  • avcodec-codec <string> : Codec name
  • avcodec-hw <integer> {any,vdpau_avcodec,vaapi,vaapi_drm,none} : Hardware decoding
  • avcodec-threads <integer> : Threads
  • avcodec-options <string> : Advanced options

Encoding

  • sout-avcodec-codec <string> : Codec name
  • sout-avcodec-hq <string> {rd,bits,simple} : Quality level
  • sout-avcodec-keyint <integer> : Ratio of key frames
  • sout-avcodec-bframes <integer> : Ratio of B frames
  • sout-avcodec-hurry-up <boolean> : Hurry up default value: disabled
  • sout-avcodec-interlace <boolean> : Interlaced encoding default value: disabled
  • sout-avcodec-interlace-me <boolean> : Interlaced motion estimation default value: enabled
  • sout-avcodec-vt <integer> : Video bitrate tolerance
  • sout-avcodec-pre-me <boolean> : Pre-motion estimation default value: disabled
  • sout-avcodec-rc-buffer-size <integer> : Rate control buffer size
  • sout-avcodec-rc-buffer-aggressivity <float [-340282346638528859811704183484516925440.000000 .. 340282346638528859811704183484516925440.000000]> : Rate control buffer aggressiveness
  • sout-avcodec-i-quant-factor <float [-340282346638528859811704183484516925440.000000 .. 340282346638528859811704183484516925440.000000]> : I quantization factor
  • sout-avcodec-noise-reduction <integer> : Noise reduction
  • sout-avcodec-mpeg4-matrix <boolean> : MPEG4 quantization matrix default value: disabled
  • sout-avcodec-qmin <integer> : Minimum video quantizer scale
  • sout-avcodec-qmax <integer> : Maximum video quantizer scale
  • sout-avcodec-trellis <boolean> : Trellis quantization default value: disabled
  • sout-avcodec-qscale <float [-340282346638528859811704183484516925440.000000 .. 340282346638528859811704183484516925440.000000]> : Fixed quantizer scale
  • sout-avcodec-strict <integer [-2 .. 2]> : Strict standard compliance
  • sout-avcodec-lumi-masking <float [-340282346638528859811704183484516925440.000000 .. 340282346638528859811704183484516925440.000000]> : Luminance masking
  • sout-avcodec-dark-masking <float [-340282346638528859811704183484516925440.000000 .. 340282346638528859811704183484516925440.000000]> : Darkness masking
  • sout-avcodec-p-masking <float [-340282346638528859811704183484516925440.000000 .. 340282346638528859811704183484516925440.000000]> : Motion masking
  • sout-avcodec-border-masking <float [-340282346638528859811704183484516925440.000000 .. 340282346638528859811704183484516925440.000000]> : Border masking
  • sout-avcodec-luma-elim-threshold <integer> : Luminance elimination
  • sout-avcodec-chroma-elim-threshold <integer> : Chrominance elimination
  • sout-avcodec-aac-profile <string> : Specify AAC audio profile to use
  • sout-avcodec-options <string> : Advanced options

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.