Browsed by
Tag: encode

New rav1e build and updated rav1e_gui (2018/10/23)

New rav1e build and updated rav1e_gui (2018/10/23)

Hi everyone, Today, I’ve compiled the latest rav1e source code, bringing it to commit 6bfa0aa: I’m releasing 2 versions of today’s build. One which have compound mode turned on by default and another one with it disabled. The source code originally has this disabled (reorder=false). You can download both versions here: rav1e 0.1.0 6bfa0aa compound enabled (2018/10/23) rav1e 0.1.0 6bfa0aa compound not enabled (2018/10/23) I’ve also updated rav1e_gui to include this new release. It uses the compound-enabled version: You can…

Read More Read More

New rav1e build and updated rav1e_gui (2018/10/22)

New rav1e build and updated rav1e_gui (2018/10/22)

Hi everyone, Today, I’ve compiled the latest rav1e source code, bringing it to commit c69ac5c: You can download it here: rav1e 0.1.0 c69ac5c (2018/10/22) I’ve also updated rav1e_gui to include this new release: You can download it here: rav1e_gui with rav1e 0.1.0 c69ac5c and opusenc opus-tools 0.2-6-g1728479-dirty (using libopus 1.3-rc2-5-g83d5155f-dirty) Enjoy! Post Views: 8

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

Downloading ffmpeg for rav1e GUI

Downloading ffmpeg for rav1e GUI

Note: This guide is obsolete. Please refer to the new guide to download ffmpeg by clicking here. Hi everyone, Today, I’ll show you the steps to download ffmpeg for the rav1e_gui encoding tool, which requires this to pre-process and post-process video files when encoding them to the new AV1 video format. Below are the steps: 1. Navigate to https://ffmpeg.zeranoe.com/builds/ 2. Select the nightly build which is the first one shown in “Version”. Select the 64-bit Windows version if you have…

Read More Read More

Downloading ffmpeg (General instructions)

Downloading ffmpeg (General instructions)

Note: This guide is obsolete. Please refer to the new guide to download ffmpeg by clicking here. Hi everyone, Today, I’ll show you the steps to download ffmpeg in your Windows machine. This is needed for tools like rav1e_gui, which uses ffmpeg to pre-process and post-process video files when encoding them to the new AV1 video format. Below are the steps: 1. Navigate to https://ffmpeg.zeranoe.com/builds/ 2. Select the nightly build which is the first one shown in “Version”. Select the…

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

Rip your Audio CD to Opus using my latest opusenc.exe build with Exact Audio Copy

Rip your Audio CD to Opus using my latest opusenc.exe build with Exact Audio Copy

Hi everyone, Today, I’d like to show you the steps to rip your Audio CD to Opus using Exact Audio Copy and my latest opusenc.exe build. Why use my opusenc.exe build? First, it includes the newly added –tracknumber argument which enables you to easily pass the track number to the opus file. Second, it is not needed to specify the output filename, as it will use the same input name. For Exact Audio Copy, this means that you only need…

Read More Read More