Hello, I'm trying to encode a file to .webm, with constant bitrate, but it pretty much ignores whatever I set for bitrate. What am I doing wrong? ffmpeg -i aerobika.avi -vcodec libvpx -maxrate 500k -minrate 500k -b 500k -bt 500k -quality realtime -acodec libvorbis -ab 128k -threads 0 -f matroska -y aerobika.webm Sergej