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
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
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.
This is a Linux shell script for encoding the audio in an MP4 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.