Advertisement
Guest User

Untitled

a guest
Dec 2nd, 2011
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.34 KB | None | 0 0
  1. * Found these USE flags for media-video/ffmpeg-0.8.6:
  2. U I
  3. - - 3dnow : Adds support for 3dnow multimedia processor instructions
  4. - - 3dnowext : Enable manually-optimised routines using the AMD 3DNow!Ex SIMD instruction set, present in modern AMD CPUs. (Check for 3dnowext in /proc/cpuinfo to know whether your CPU supports it).
  5. - - X : Adds support for X11
  6. - - aac : Enables support for MPEG-4 AAC Audio
  7. - - aacplus : AAC+ encoding via media-libs/libaacplus.
  8. - - alsa : Adds support for media-libs/alsa-lib (Advanced Linux Sound Architecture)
  9. - - amr : Enables Adaptive Multi-Rate Audio support
  10. - - avx : Adds support for Advanced Vector Extensions instructions (Intel Sandy Bridge, AMD Bulldozer and later chips)
  11. - - bindist : Flag to enable or disable options for prebuilt (GRP) packages (eg. due to licensing issues)
  12. - - bzip2 : Use the bzlib compression library
  13. - - cpudetection : Enables runtime CPU detection (useful for bindist, compatibility on other CPUs)
  14. - - debug : Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see http://www.gentoo.org/proj/en/qa/backtraces.xml
  15. - - dirac : Enable Dirac video support (an advanced royalty-free video compression format) via the reference library: dirac.
  16. - - doc : Adds extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
  17. + - encode : Adds support for encoding of audio or video files
  18. - - faac : Use external faac library for AAC encoding
  19. - - frei0r : Enable frei0r wrapping in libavfilter
  20. - - gsm : Adds support for the gsm lossy speech compression codec
  21. - - hardcoded-tables : Use pre-calculated tables rather than calculating them on the fly.
  22. - - ieee1394 : Enable FireWire/iLink IEEE1394 support (dv, camera, ...)
  23. - - jack : Adds support for the JACK Audio Connection Kit
  24. - - jpeg2k : Support for JPEG 2000, a wavelet-based image compression format
  25. - - mmx : Adds support for optimizations for Pentium MMX and Athlon class processors
  26. - - mmxext : Enables mmx2 support
  27. + - mp3 : Add support for reading mp3 files
  28. - - network : Enables network streaming support
  29. - - oss : Adds support for OSS (Open Sound System)
  30. - - pic : Force shared libraries to be built as PIC (this is slower)
  31. - - qt-faststart : Build and install qt-faststart application
  32. - - rtmp : Enable Real Time Messaging Protocol using librtmp
  33. - - schroedinger : Enable Dirac video support (an advanced royalty-free video compression format) via libschroedinger (high-speed implementation in C of the Dirac codec).
  34. - - sdl : Adds support for Simple Direct Layer (media library)
  35. - - speex : Adds support for the speex audio codec (used for speech)
  36. - - ssse3 : faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)
  37. - - static-libs : Build static libraries
  38. - - test : Workaround to pull in packages needed to run with FEATURES=test. Portage-2.1.2 handles this internally, so don't set it in make.conf/package.use anymore
  39. - - theora : Adds support for the Theora Video Compression Codec
  40. - - threads : Adds threads support for various packages. Usually pthreads
  41. - - truetype : Adds support for FreeType and/or FreeType2 fonts
  42. - - v4l : Enable support for video4linux (using linux-headers or userspace libv4l libraries)
  43. - - vaapi : Enables VAAPI (Video Acceleration API) for hardware decoding
  44. - - vdpau : Enables VDPAU decoders (requires nVidia video cards to offload CPU processing to video card
  45. - - vorbis : Adds support for the OggVorbis audio codec
  46. - - vpx : Enables vp8 codec support using libvpx: Decoding vp8 does not require this to be enabled but libvpx can also be used for decoding; encoding vp8 requires this useflag to be enabled though.
  47. - - x264 : Enable h264 encoding using x264
  48. - - xvid : Adds support for xvid.org's open-source mpeg-4 codec
  49. - - zlib : Adds support for zlib (de)compression
  50.  
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement