>>109505937
ffmpeg is there for everyone. ask llm for the particular incantation. the maximum size is 4mb just so you know. audio is stripped outside of /gif/ so u might as well skip that too
i=input.mp4;o=output.webm;d=$(ffprobe -v 0 -show_entries format=duration -of csv=p=0 "$i");b=$(awk "BEGIN{print int(31200000/$d/1000)}");ffmpeg -y -i "$i" -an -c:v libvpx-vp9 -b:v ${b}k -deadline good -cpu-used 4 -row-mt 1 -pass 1 -f webm /dev/null&&ffmpeg -y -i "$i" -an -c:v libvpx-vp9 -b:v ${b}k -deadline good -cpu-used 4 -row-mt 1 -pass 2 "$o";rm -f ffmpeg2pass-0.log*