Skip to content

Instantly share code, notes, and snippets.

@mlsmith
Last active October 25, 2019 11:10
Show Gist options
  • Save mlsmith/c6f96bf26f91ae03160a60b958d64c8b to your computer and use it in GitHub Desktop.
Save mlsmith/c6f96bf26f91ae03160a60b958d64c8b to your computer and use it in GitHub Desktop.
Install FFMPEG on Mac OS X with x265
brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-libass --with-libquvi --with-libvorbis --with-libvpx --with-opus --with-x265
# Streaming with FFMPEG
# https://trac.ffmpeg.org/wiki/StreamingGuide
ffmpeg -f avfoundation -i "1:0" -c:v libx265 -preset fast -c:a libfdk_aac -b:a 160k test.mkv
@weaming
Copy link

weaming commented Oct 25, 2019

@ralcr you should use another tap: see https://stackoverflow.com/a/58470952/5281824

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment