convert video file to webm:
.\ffmpeg.exe -i D:\chan\webm\abc.mp4 -c:v libvpx-vp9 -c:a opus -vf scale=720:-1 -strict -2 -b:v 300k -b:a 128k -cpu-used 3 D:\chan\webm\abc.webm
slice section out of webm:
ffmpeg -i input.webm -ss 0:13.123 -to 1:15.005 -c copy out.webm