Last active
October 25, 2019 11:10
-
-
Save mlsmith/c6f96bf26f91ae03160a60b958d64c8b to your computer and use it in GitHub Desktop.
Install FFMPEG on Mac OS X with x265
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Ralcr you should use another tap: see https://stackoverflow.com/a/58470952/5281824