Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. ffmpeg: stable 2.7.2 (bottled), HEAD
  2. Play, record, convert, and stream audio and video
  3. https://ffmpeg.org/
  4. /usr/local/Cellar/ffmpeg/2.7.2_1 (207 files, 43M) *
  5. Poured from bottle
  6. From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/ffmpeg.rb
  7. ==> Dependencies
  8. Build: pkg-config ✔, texi2html ✔, yasm ✔
  9. Recommended: x264 ✔, lame ✔, libvo-aacenc ✔, xvid ✔
  10. Optional: faac ✔, fontconfig ✔, freetype ✔, theora ✔, libvorbis ✔, libvpx ✔, rtmpdump ✔, opencore-amr ✘, libass ✔, openjpeg ✘, speex ✔, schroedinger ✘, fdk-aac ✘, opus ✔, frei0r ✘, libcaca ✘, libbluray ✔, libsoxr ✘, libquvi ✔, libvidstab ✘, x265 ✘, openssl ✔, libssh ✘, webp ✘, zeromq ✘
  11. ==> Options
  12. --with-faac
  13. Build with faac support
  14. --with-fdk-aac
  15. Enable the Fraunhofer FDK AAC library
  16. --with-ffplay
  17. Enable FFplay media player
  18. --with-fontconfig
  19. Build with fontconfig support
  20. --with-freetype
  21. Build with freetype support
  22. --with-frei0r
  23. Build with frei0r support
  24. --with-libass
  25. Enable ASS/SSA subtitle format
  26. --with-libbluray
  27. Build with libbluray support
  28. --with-libcaca
  29. Build with libcaca support
  30. --with-libquvi
  31. Build with libquvi support
  32. --with-libsoxr
  33. Enable the soxr resample library
  34. --with-libssh
  35. Enable SFTP protocol via libssh
  36. --with-libvidstab
  37. Enable vid.stab support for video stabilization
  38. --with-libvorbis
  39. Build with libvorbis support
  40. --with-libvpx
  41. Build with libvpx support
  42. --with-opencore-amr
  43. Enable Opencore AMR NR/WB audio format
  44. --with-openjpeg
  45. Enable JPEG 2000 image format
  46. --with-openssl
  47. Enable SSL support
  48. --with-opus
  49. Build with opus support
  50. --with-rtmpdump
  51. Enable RTMP protocol
  52. --with-schroedinger
  53. Enable Dirac video format
  54. --with-speex
  55. Build with speex support
  56. --with-theora
  57. Build with theora support
  58. --with-tools
  59. Enable additional FFmpeg tools
  60. --with-webp
  61. Enable using libwebp to encode WEBP images
  62. --with-x265
  63. Enable x265 encoder
  64. --with-zeromq
  65. Enable using libzeromq to receive commands sent through a libzeromq client
  66. --without-lame
  67. Disable MP3 encoder
  68. --without-libvo-aacenc
  69. Disable VisualOn AAC encoder
  70. --without-qtkit
  71. Disable deprecated QuickTime framework
  72. --without-x264
  73. Disable H.264 encoder
  74. --without-xvid
  75. Disable Xvid MPEG-4 video encoder
  76. --HEAD
  77. Install HEAD version
  78. ==> Caveats
  79. FFmpeg has been built without libfaac for licensing reasons;
  80. libvo-aacenc is used by default.
  81. To install with libfaac, you can:
  82. brew reinstall ffmpeg --with-faac
  83.  
  84. You can also use the experimental FFmpeg encoder, libfdk-aac, or
  85. libvo_aacenc to encode AAC audio:
  86. ffmpeg -i input.wav -c:a aac -strict experimental output.m4a
  87. Or:
  88. brew reinstall ffmpeg --with-fdk-aac
  89. ffmpeg -i input.wav -c:a libfdk_aac output.m4a
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement