Skip to content

Instantly share code, notes, and snippets.

@tumugin
Created July 5, 2015 12:49
Show Gist options
  • Save tumugin/aa14915aed5af0f97f9d to your computer and use it in GitHub Desktop.
Save tumugin/aa14915aed5af0f97f9d to your computer and use it in GitHub Desktop.
俺的VP9エンコ設定
ffmpeg -i hogesource.hoge -vcodec libvpx-vp9 -b:v 0 -crf 32 -qmin 8 -qmax 32 -qcomp 0.5 -speed 8 -cpu-used 8 -threads 12 -quality realtime -acodec libopus hogeout.webm
#速くてかつ実用的(たぶん)
#カルマルカサークルOP映像にて176MBから66MBに圧縮できることを確認)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment