Media

Convert PSD files to PNG with ImageMagick in a simple bash script

Keeping original PSD files was quite good practice over the years but mostly other formats are needed down the road. Because opening Photoshop to export a file takes quite some time and isn’t efficient I wrote a small script to replace this task: This takes the file(s) to convert as argument(s). You can also just […]

Convert PSD files to PNG with ImageMagick in a simple bash script Read More »

Free Sound Processing Plugins

Some links I gathered with free but very powerful sound plugins: https://tal-software.com/products TAL Noisemaker TAL Vocoder https://www.tokyodawn.net/tokyo-dawn-labs/ TDR Nova TDR Kotelnikov TDR VOS SliqEQ https://polyversemusic.com/products/wider/ Wider https://www.auburnsounds.com/products/Panagement.html Panagement https://www.powerdrumkit.de/download76187.php MT Power DrumKit 2 http://www.yohng.com/software/piano.html 4FrontPiano https://electroniksoundlab.com/free-stuff/ Atmos 2 https://rdgaudio.com/free-products/ Vintage Snare Roll http://bigcatinstruments.blogspot.com/2016/02/recut-pianos.html Skerratt London Piano Iowa Piano https://99sounds.org/vst-plugins/ Upright Piano Drum Machine Clap Machine

Free Sound Processing Plugins Read More »

Optimize JPEGs for web

While creating my new homepage on https://mbo.dev I was looking for a command line tool to optimise images. Best tool for the job seemed to be imagemagic in combination with mozjpeg. Here the command I used which brought the images down very very much: The quality may change but I couldn’t see the difference without

Optimize JPEGs for web Read More »

Professional audio stack for video editing/streaming

I just managed to get the audio stack of my windows 10 more professional with equalizer and VST plugins: First I installed virtual audio cable and voicemeeter potato: https://vb-audio.com/Cable/index.htm https://vb-audio.com/Voicemeeter/potato.htm With those I am able to split up all my audio sources and manage volumes per channel or add equalizers. With OBS you can install

Professional audio stack for video editing/streaming Read More »

Teamspeak server

If you want to host your own teamspeak server this can be done quite easily with a server and docker-compose. Here is the example I tried: You will need a dns entry or the ip of the server to connect with your teamspeak client. With the client you can then add a password to protect

Teamspeak server Read More »