Skip to content

Instantly share code, notes, and snippets.

@Donmclean
Last active May 5, 2017 17:47
Show Gist options
  • Save Donmclean/df98f6a6ae4fb18b2165ffc6a8d88720 to your computer and use it in GitHub Desktop.
Save Donmclean/df98f6a6ae4fb18b2165ffc6a8d88720 to your computer and use it in GitHub Desktop.
Shell Install ffmpeg with all options
brew install ffmpeg --with-chromaprint --with-fdk-aac --with-fontconfig --with-freetype --with-frei0r --with-game-music-emu --with-libass --with-libbluray --with-libbs2b --with-libcaca --with-libebur128 --with-libgsm --with-libmodplug --with-libsoxr --with-libssh --with-libvidstab --with-libvorbis --with-libvpx --with-opencore-amr --with-openh264 --with-openjpeg --with-openssl --with-opus --with-rtmpdump --with-rubberband --with-schroedinger --with-sdl2 --with-snappy --with-speex --with-tesseract --with-theora --with-tools --with-two-lame --with-wavpack --with-webp --with-x265 --with-xz --with-zeromq --with-zimg
ffmpeg -re -i some-video.mp4 -c copy -f flv -strict -1 rtmp://localhost:1935/encoder/app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment