microenc is a small Bash shell script for encoding directories with
audio files to other formats (mp3/aac/vorbis/opus/ac3/eac3/dts/flac/alac/wavpack/aiff/wav)
using FFmpeg as encoder.

It requires FFmpeg to be compiled with the following libraries:

* libmp3lame
* libfdk-aac
* libvorbis
* libopus

It copies metadata and, for mp3, flac, alac, aiff and aac, cover art if any in
the input file(s). Optional audio resampling is also supported.

The only requirements are FFmpeg and ffprobe (part of FFmpeg)
