Log in

View Full Version : microenc for Linux/BSD


microchip8
6th December 2023, 01:44
microenc is a small Bash shell script for encoding directories with
audio files to other audio formats (mp3/aac/vorbis/opus/ac3/eac3/dts/flac/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 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)

https://sourceforge.net/projects/microenc/

microchip8
6th December 2023, 19:45
ChangeLog for microenc 2.1

* Add support for DTS encoding

microchip8
8th December 2023, 08:35
ChangeLog for microenc 2.2

* Merged the AC3/EAC3 and DTS bitrate code

microchip8
18th December 2023, 20:59
ChangeLog for microenc 2.3

* Added support for FLAC and WAV encoding

microchip8
22nd December 2023, 16:38
ChangeLog for microenc 2.4

* Support selecting the WAV/PCM bit depth

microchip8
24th December 2023, 16:30
ChangeLog for microenc 2.5

* Added support for ALAC encoding

microchip8
25th December 2023, 15:37
ChangeLog for microenc 2.6

* Added support for encoding to AIFF
* Moved moov atom to beginning for ALAC and removed unneeded $params variable

microchip8
27th December 2023, 04:41
ChangeLog for microenc 2.7

* Add common audio extensions

microchip8
28th December 2023, 06:05
ChangeLog for microenc 2.8

* Merged the aiff and wav code
* Added a few more audio extensions to the list

microchip8
29th December 2023, 06:57
ChangeLog for microenc 2.9

* Add dsf and wvc to the file extensions list
* Protect the $hertz var in the resample cmd
* Added support for wavpack encoding

microchip8
12th January 2024, 16:47
ChangeLog for microenc 3.0

* Add more file extensions to the list

microchip8
13th January 2024, 18:16
ChangeLog for microenc 3.1

* Use -bitexact instead of -flags +bitexact in the wav ffmpeg cmd

microchip8
30th January 2024, 20:49
ChangeLog for microenc 3.2

* Add more audio extensions to the list