New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Demo Series - Small Business Backup By Veeam
Learn how to protect your Microsoft 365 data, with simple, actionable tips today.
Watch this on-demand demo series and learn how to protect your Microsoft 365 data with clear, simple, actionable steps that are easy to implement for businesses of all sizes.
Easy to use shell script for batch conversion MP3 files to AAC+
EasyAac is an easy to use shell script which converts MP3 files in an M3U playlist to AAC+.
Usage: easyaac.sh playlist.m3u bitrate
Please note that bitrate is specfied in kbps
This script requires lame, aacplusenc and MP4Box installed. In most Linux distributions, MP4Box is provided by the package "gpac"
it can be installed in Ubuntu by issuing following command
sudo apt-get install gpac
This is a Linux shell script for encoding the audio in an FLV file into an MP3 file. I use it in Ubuntu 8.04, but it should work on other versions as well. The script will install all required packages before attempting to do the encoding.