Skip to content

Instantly share code, notes, and snippets.

@dac09
Created December 6, 2013 14:04
Show Gist options
  • Save dac09/7824307 to your computer and use it in GitHub Desktop.
Save dac09/7824307 to your computer and use it in GitHub Desktop.
Configuring ffmpeg for vp9 (for some reason vp9 encoder doesn't appear though)
./configure --enable-gpl --enable-version3 --enable-nonfree --enable-postproc \
--enable-libmp3lame \
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --prefix=/usr/local
@dac09
Copy link
Author

dac09 commented Dec 11, 2013

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