Skip to content

Instantly share code, notes, and snippets.

@stepheneb
Created November 5, 2013 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stepheneb/7327821 to your computer and use it in GitHub Desktop.
Save stepheneb/7327821 to your computer and use it in GitHub Desktop.
brew info --json=v1 ffmpeg
{
"caveats": null,
"conflicts_with": [],
"dependencies": [
"pkg-config",
"texi2html",
"yasm",
"x264",
"faac",
"lame",
"xvid",
"freetype",
"theora",
"libvorbis",
"libvpx",
"rtmpdump",
"opencore-amr",
"libvo-aacenc",
"libass",
"openjpeg",
"speex",
"schroedinger",
"fdk-aac",
"opus",
"frei0r",
"libcaca"
],
"homepage": "http://ffmpeg.org/",
"installed": [
{
"built_as_bottle": null,
"poured_from_bottle": false,
"used_options": [
"--with-libvpx",
"--with-libvorbis"
],
"version": "1.2.4"
},
{
"built_as_bottle": null,
"poured_from_bottle": false,
"used_options": [
"--with-libvpx",
"--with-libvorbis"
],
"version": "2.0.2"
}
],
"keg_only": false,
"linked_keg": "2.0.2",
"name": "ffmpeg",
"options": [
{
"description": "Enable the Fraunhofer FDK AAC library",
"option": "--with-fdk-aac"
},
{
"description": "Enable additional FFmpeg tools",
"option": "--with-tools"
},
{
"description": "Enable VisualOn AAC encoder",
"option": "--with-libvo-aacenc"
},
{
"description": "Build with libcaca support",
"option": "--with-libcaca"
},
{
"description": "Build with libvpx support",
"option": "--with-libvpx"
},
{
"description": "Disable Xvid MPEG-4 video encoder",
"option": "--without-xvid"
},
{
"description": "Disable H.264 encoder",
"option": "--without-x264"
},
{
"description": "Enable JPEG 2000 image format",
"option": "--with-openjpeg"
},
{
"description": "Enable RTMP protocol",
"option": "--with-rtmpdump"
},
{
"description": "Build with frei0r support",
"option": "--with-frei0r"
},
{
"description": "Build with speex support",
"option": "--with-speex"
},
{
"description": "Build with freetype support",
"option": "--with-freetype"
},
{
"description": "Build with opencore-amr support",
"option": "--with-opencore-amr"
},
{
"description": "Enable Dirac video format",
"option": "--with-schroedinger"
},
{
"description": "Build with opus support",
"option": "--with-opus"
},
{
"description": "Build with theora support",
"option": "--with-theora"
},
{
"description": "Build without faac support",
"option": "--without-faac"
},
{
"description": "Enable FFplay media player",
"option": "--with-ffplay"
},
{
"description": "Enable SSL support",
"option": "--with-openssl"
},
{
"description": "Enable ASS/SSA subtitle format",
"option": "--with-libass"
},
{
"description": "Build with libvorbis support",
"option": "--with-libvorbis"
},
{
"description": "Disable MP3 encoder",
"option": "--without-lame"
}
],
"versions": {
"bottle": false,
"devel": "2.1",
"head": "HEAD",
"stable": "1.2.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment