Skip to content

Instantly share code, notes, and snippets.

@CarrotCodes

CarrotCodes/rowmt.sh Secret

Created May 19, 2017
Embed
What would you like to do?
ffmpeg -y -f gif -i "$1" -pass 2 -crf 18 -b:v 0 -c:v libvpx-vp9 -pix_fmt yuv420p -speed 2 -threads 16 -row-mt -auto-alt-ref 1 -lag-in-frames 25 -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" "../webm/${1%.*}.webm"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment