Browsed by
Tag: dev

SVT-AV1 GUI v1.0 released!

SVT-AV1 GUI v1.0 released!

Hi everyone, Today, I’m pleased to release SVT-AV1 GUI: This is a Graphical User Interface for SVT-AV1. It is similar to rav1e GUI, but instead of using rav1e, it uses SVT-AV1. Both software achieves the same purpose of converting videos to the new AV1 format. You can download this new software at GitHub by clicking here. Note that you need to have ffmpeg in your PC in order to use this software. You can follow this guide to download it….

Read More Read More

rav1e GUI v1.14 released!

rav1e GUI v1.14 released!

Hi everyone, Today, I have released rav1e GUI v1.14: This release makes it possible to encode video files with no audio. It also will predefine the output path using the input path, and change the output extension to .webm. What’s more, is that if you manually type the input path, the output path will be dynamically adjusted too! You can download this release on GitHub by clicking here. Enjoy! Post Views: 8

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

Programming Saturday: rav1e GUI

Programming Saturday: rav1e GUI

Hi everyone, Today, I spent the afternoon programming my rav1e GUI software. It’s been about a month since I last released a rav1e GUI update, and rav1e itself has improved by then. While I still haven’t released a new GUI version, I did some programming to it to add some of the new rav1e features. Unfortunately, the tests were not successful and I believe this has to do to some changed in the encoder itself. Don’t worry, I’ve opened an…

Read More Read More

Introducing IPFS Local Explorer

Introducing IPFS Local Explorer

Hi everyone, I present to you today IPFS Local Explorer: I started coding this software yesterday, in order to work with my local IPFS storage node. It allows file upload, creating new folders, removing content, and opening the files and folders on an IPFS Gateway. It’s very simple, actually, and the best part is that it’s open source! You can check out the source code in GitHub here: https://github.com/moisesmcardona/IPFS_Local_Manager Enjoy! Post Views: 2

Installing Rust on Windows

Installing Rust on Windows

Hi everyone, Today, I’ll show you how to install Rust on Windows. The steps are very easy! 1. First, navigate to https://rustup.rs/: 2. Click the “rustup-init.exe” link and save the installer: 3. Click “Run”: 4. You’ll be presented a Command-Line window. Type “1” and press enter: 5. Installation will begin: 6. If everything runs as it should, you should see the following: That’s it! Rust is installed! Post Views: 4

DLNA Player v0.2 released

DLNA Player v0.2 released

Hi everyone, Yesterday, I continued improving my DLNA Player software. It includes some improvements and also adds Google Drive support, so now you will be able to stream your music files stored in the cloud to your DLNA-Enabled device! By going to the new Cloud menu and selecting Google Drive, you’ll be presented with a convenient browser listing your files and folders, allowing you to select which files to add to the play queue. Once the files are added to…

Read More Read More

Learning and Programming Days – DLNA Player

Learning and Programming Days – DLNA Player

Hi everyone, I got my HiBy R3 music player some time ago and I’ve been enjoying it a lot, and I recently started playing the DLNA portion of it. Using DLNA with Android is a piece of cake thanks to an app called BubbleUPnP, for which I purchased the app license as it allows me to stream my media files without limitations compared with the free version. However, it is when it comes to the PC where I had difficulties…

Read More Read More