Skip to content

Instantly share code, notes, and snippets.

@Dev-Dipesh
Forked from clayton/ffmpeg-install.sh
Created October 17, 2018 02:48
Show Gist options
  • Save Dev-Dipesh/ed4717b20aba9997d04c9ff371bf8354 to your computer and use it in GitHub Desktop.
Save Dev-Dipesh/ed4717b20aba9997d04c9ff371bf8354 to your computer and use it in GitHub Desktop.

Revisions

  1. Clayton Lengel-Zigich created this gist Aug 9, 2013.
    5 changes: 5 additions & 0 deletions ffmpeg-install.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Installation
    brew install ffmpeg --with-vpx --with-vorbis --with-libvorbis --with-vpx --with-vorbis --with-theora --with-libogg --with-libvorbis --with-gpl --with-version3 --with-nonfree --with-postproc --with-libaacplus --with-libass --with-libcelt --with-libfaac --with-libfdk-aac --with-libfreetype --with-libmp3lame --with-libopencore-amrnb --with-libopencore-amrwb --with-libopenjpeg --with-openssl --with-libopus --with-libschroedinger --with-libspeex --with-libtheora --with-libvo-aacenc --with-libvorbis --with-libvpx --with-libx264 --with-libxvid

    # Easy Peasy
    ffmpeg -i video.mp4 video.webm