Browsed by
Tag: quantizer

Distributed AV1 Video Encoding

Distributed AV1 Video Encoding

Hi everyone, Yesterday, I began working on writing code to encode video files to AV1 in a distributed computing fashion using my private BOINC server. I wrote some PHP code and developed a Windows Forms software that will submit the video files to the distributed computing server so that it can send jobs to connected machines. The encoding software I’m using is rav1e. This software is currently single-threaded, which means that encoding videos will take some time, especially when using…

Read More Read More

rav1e AV1 encoding tests – 10/15/2018

rav1e AV1 encoding tests – 10/15/2018

Hi everyone, Today, I’ve been performing some AV1 encoding tests using the rav1e encoder. You need an AV1-compatible web browser to see the videos below. The following videos were encoded using speed 10 and different quantizer settings to compare the quality. rav1e is in constant development so I’ll be performing lots of tests. The following uses the appveyor build from yesterday. I’ve managed to install the dependencies needed to build myself rav1e when new commits comes out, so expect my…

Read More Read More