DESCRIPTION=" FFmpeg is a complete solution to record, convert and stream audio and video. It includes libavcodec, the leading audio/video codec library. The project is made of several components: * ffmpeg is a command line tool to convert one video file format to another as well as grabbing and encoding in real time from a TV card. * ffserver is an HTTP (RTSP is being developed) multimedia streaming server for live broadcasts. Time shifting of live broadcast is also supported. * ffplay is a simple media player based on SDL and on the FFmpeg libraries. * libavcodec is a library containing all the FFmpeg audio/video encoders and decoders. * libavformat is a library containing parsers and generators for all common audio/video formats."
MYOPTIONS="( ( fdk-aac [[ description = [ Support for AAC encoding using the Frauenhofer AAC Codec Library, makes the resulting binary non-redistributable ] ]] alsa [[ description = [ Support sound recoding and playback using ALSA ] ]] ass [[ description = [ Advanced SubStation Alpha (ASS) subtitles support ] ]] bidi [[ description = [ Enable support for text shaping in drawtext via libfribidi ] ]] bluray [[ description = [ Support for reading Blu-ray discs ] ]] bs2b [[ description = [ Enable support for libbs2b-based stereo-to-binaural audio filter ] ]] caca [[ description = [ Support for colored ASCII video output ] ]] cd [[ description = [ Audio CD grabbing ] ]] celt [[ description = [ Support for the CELT low-delay audio codec ] ]] dirac [[ description = [ Support decoding and encoding for dirac ] ]] doc [[ description = [ Adds extra documentation (API, Javadoc, etc) ] ]] fontconfig [[ description = [ Support for managing custom fonts via fontconfig ] ]] frei0r [[ description = [ Video effects using frei0r-plugins ] ]] gsm [[ description = [ Support for GSM codec (audio), mainly for telephony ] ]] hap [[ description = [ Hap video encoder and decoder ] ]] h264 [[ description = [ Enable H.264 encoding using x264 ] ]] hevc [[ description = [ Enable H.265/HEVC encoding using x265 ] ]] ieee1394 [[ description = [ Enable IIDC-1394 grabbing using libdc1394 ] ]] jack [[ description = [ Adds support for the JACK Audio Connection Kit ] ]] jpeg2000 [[ description = [ Support for decoding/encoding lossy image compression format ] ]] ladspa [[ description = [ Linux Audio Developer Simple Plugin audio filtering support ] ]] modplug [[ description = [ ModPlug support, for MOD-like music files ] ]] mp2 [[ description = [ Enable MPEG Audio Layer 2 encoding through twolame ] ]] mp3 [[ description = [ Support for mp3 encoding with lame ] ]] nut [[ description = [ Support for the NUT container using libnut, ffmpeg has a native implementation ] ]] nvenc [[ description = [ Enable NVIDIA Encoder (NVENC) API for hardware accelerated H.264 and H.265/HEVC encoding ] ]] openal [[ description = [ OpenAL capture support ] ]] opencore [[ description = [ Support for OpenCORE AMR-WB decoder and encoder (audio) ] ]] opencv [[ description = [ Computer Vision techniques from OpenCV ] note = [ untested ] ]] opengl [[ description = [ OpenGL rendering output ] ]] opus [[ description = [ Enable support for Opus de/decoding via libopus ] ]] player [[ description = [ FFmpeg reference audio and video player software ] requires = [ sdl ] ]] pulseaudio [[ description = [ Pulseaudio capture support ] ]] rtmp [[ description = [ RTMP (flash stream) support ] ]] samba [[ description = [ Enable support for the Samba protocol via libsmbclient ] ]] sdl [[ description = [ Support output through SDL ] ]] sftp [[ description = [ SFTP protocol support via libssh ] ]] speex [[ description = [ Enable support for decoding and encoding audio using libspeex ] ]] teletext [[ description = [ Teletext support via libzvbi ] ]] theora [[ description = [ Enable support for encoding using the Theora Video Compression Codec ] ]] truetype [[ description = [ Adds support for FreeType and/or FreeType2 fonts ] ]] v4l [[ description = [ Access V4L2 devices ] ]] va [[ description = [ Enable support for decoding video using the Video Acceleration API ] ]] vdpau [[ description = [ Enable support for VDPAU hardware accelerated video decoding ] requires = [ X ] ]] vorbis [[ description = [ Additional OggVorbis audio de-/encoder plugin (ffmpeg's encoder is experimental) ] ]] vpx [[ description = [ Enable support for VP7/VP8 and VP9 de/encoding via libvpx ] ]] webp [[ description = [ WebP encoding via libwebp ] ]] X [[ description = [ Enable support for X11 grabbing ] ]] xavs [[ description = [ Support AVS, the Audio Video Standard of China ] ]] xv [[ description = [ Enable XVideo output, so ffmpeg can e.g. display the video while encoding ] ]] ( providers: gnutls [[ description = [ Use GnuTLS as the SSL provider ] ]] libressl [[ description = [ Use LibreSSL instead of GnuTLS, makes the resulti