Browsed by
Tag: windows

Downloading ffmpeg for Audio MD5 Checker

Downloading ffmpeg for Audio MD5 Checker

Note: This guide is obsolete. Please refer to the new guide to download ffmpeg by clicking here. Hi everyone, In this post, I’ll show you how to download ffmpeg to use with Audio MD5 Checker. FFmpeg is required to calculate MD5 audio hashes with Audio MD5 Checker. Here 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 a 64-bit machine, and…

Read More Read More

rav1e GUI v1.13 released!

rav1e GUI v1.13 released!

Hi everyone, I have released rav1e GUI v1.13 today: This release adds compatibility for the newest rav1e releases. It also makes 2-pass encoding work! You can download this new release on GitHub by clicking here. Enjoy! Post Views: 1

Rav1e GUI v1.11 released!

Rav1e GUI v1.11 released!

Hi everyone, Today, I have released rav1e GUI v1.11: This new version adds support for tiles. It allows you to encode a video using rav1e’s multithreading. When Tiles are enabled, rav1e GUI will not split the video files into segments. Rather, it will use a single rav1e instance but it will utilize the amount of threads specified, which is passed as an argument to rav1e. The Advanced Options window was updated to include the tiles row and column options: This…

Read More Read More

How to install Windows 10 Insider Preview Build 18875

How to install Windows 10 Insider Preview Build 18875

Hi everyone, Today, I finally managed to install Windows 10 Insider Preview, build 18875. Previosuly, I was getting an error with code 0xca00a000. After reading around the Feedback hub, it seems that disabling the Windows Search service and deleting the content of the Windows SoftwareDistribution folder fixes this, and the update is able to be installed succesful. Here, I’ll show you step by step how to do it. Disabling the Windows Search service First, press the keys Win + R…

Read More Read More

Can’t get Windows 10 Insider Preview build 18875 to install…

Can’t get Windows 10 Insider Preview build 18875 to install…

UPDATE 4/13/2019: Yesterday, I published how to install build 18875. Click here to read the post. Hi everyone, Today, Microsoft released Windows 10 Insider Preview build 18875, but I’m unable to install it on my machines. For some reason, it fails at 7% when it’s configuring the update when attempting to restart, and then, if I try to download the update again, it returns a 0xca00a00 error. I removed the contents in C:\windows\SoftwareDistribution\Download and it seems to be able to download…

Read More Read More

CMIX GUI v1.7 released!

CMIX GUI v1.7 released!

Hi everyone, I have released CMIX GUI v1.7 today: This version adds support for cmix v17, which was released a few days ago. You can download this new release at the project’s GitHub repository by clicking here. Enjoy! Post Views: 1

Opus GUI v1.10 released!

Opus GUI v1.10 released!

Hi everyone, Today, I released Opus GUI v1.10: This new version adds support for ffmpeg’s native Opus encoder. I also included the latest x64 release of opusenc. As to what ffmpeg encoder to use, I recommend sticking to ffmpeg libopus, as my own tests revealed some artifact issues using ffmpeg opus. A difference between these 2 is that libopus encodes using variable bitrate while ffmpeg opus encodes only with a constant bitrate. Since libopus use variable bitrate, it can allocate…

Read More Read More

Announcing TIFF Recompressor

Announcing TIFF Recompressor

Hi everyone, I’ve been working on a brand-new software called TIFF Recompressor: This is a tool that allows you to recompress TIFF files by using different compression methods. It also allows you to store them uncompressed so that you can use another software to further compress the files. The following compression methods can be used in the software: CCITT3 CCITT4 LZW RLE Uncompressed Try it out! You can download this new tool here:https://github.com/moisesmcardona/TIFFRecompressor/releases/tag/v0.1 More information about the software can be…

Read More Read More