miloslavnosek
Follow
software developer, Linux enthusiast, coffee addict, runner // functional programming ftw π I make open source software that nobody's ever gonna want to use.
Pinned Loading
-
mindfulness-notifier
mindfulness-notifier PublicAn android app reminding you to live for the present moment
Go
-
freetube-nightly-updater
freetube-nightly-updater PublicAn app that makes updating FreeTube from nightly build artifacts automated.
Elixir
-
Flac to MP3 320kbps conversion via ...
Flac to MP3 320kbps conversion via ffmpeg 1#!/bin/bash
23for a in ./*.flac; do
4< /dev/null ffmpeg -i "$a" -ab 320k -map_metadata 0 -id3v2_version 3 "${a[@]/%flac/mp3}"
5done
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.