webm encoding with ffmpeg
# cd /usr/share/ffmpeg
# vi libvpx-720p.ffpreset
vcodec=libvpx
g=120
rc_lookahead=16
level=216
profile=0
qmax=42
qmin=10
vb=2M
maxrate=24M
minrate=100k
# ffmpeg -i input.mp4 -s 1280×720 -vpre libvpx-720p -b 3900k -pass 2 -an -f webm -y output.webm
# ffmpeg -i input.mp4 -s 1280×720 -vpre libvpx-720p -b 3900k -pass 2 -acodec libvorbis -ab 100k -f webm -y output.webm
Your point of view caught my eye and was very interesting. Thanks. I have a question for you.
Thanks for sharing. I read many of your blog posts, cool, your blog is very good.