>>1007443
Nah, it's a bad guide, the "best" section is the equivalent of the placebo preset for x264. Personally, I use
ffmpeg -i "$1" -ss "$sdur" -t "$dur" -map 0:v:0 -map 0:a:$astream? \
-c:v libvpx-vp9 -auto-alt-ref 1 -lag-in-frames 25 -speed 1 -tile-columns 2 \
-threads 2 -b:v $vrate -pix_fmt yuv420p \
-c:a libopus -ac 2 -b:a $arate \
-vf "$filterchain" -sn -pass 1 -f webm -y /dev/null
The real advice to give is: make sure you use the latest libvpx, because the improvements are massive.