Windows AIMP (Winamp style) foobar2000 musicbee Not media monkey: didn’t handle 80,000 songs Sources: Reddit
Category: Media
Apr 19 2020
Installing beets to Manage My Audio Tags
Yesterday, I spent a long time learning how to use MusicBrainz Picard. Today, I discovered beets on Reddit. So, I decided to install it on Windows. cinst -y python python -m pip install –upgrade pip pip install beets Type beet at the command prompt to make sure everything’s in order. Now just type beet at the command …
Dec 23 2016
Convert WAV files to FLAC
The easiest way that I’ve found to convert your WAV audio files to FLAC format so they’re compressed without losing any audio quality is to do the following: Make sure you have Chocolatey installed (which should be on every machine already. ?). Open an elevated PowerShell prompt and run the following command:
1 |
choco install -y flac |
Now change to the …
Aug 07 2016
Convert MKV videos to MP4
Dec 05 2011
Making Image Backgrounds Transparent with Paint.Net
I found this solution on the getpaint.net web site: I use the Bucket (fill) with a full transparent color. Set the foreground to white and fully transparent, i.e. RGB all = 255, Transparency – Alpha = 0 Set the background to white and not transparent, i.e. RGB all = 255, Transparency – Alpha = 255 …
- 1
- 2