Jocker666z / 2opus

Various audio to OPUS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2opus

Various audio to OPUS while keeping the tags.

Audio source supported: APE, DSF, FLAC, M4A, MP3, OPUS, WAV, WAVPACK


Install & update

curl https://raw.githubusercontent.com/Jocker666z/2opus/master/2opus.sh > /home/$USER/.local/bin/2opus && chmod +rx /home/$USER/.local/bin/2opus

Dependencies

ffmpeg mutagen-inspect opusenc opustags

Use

Processes all compatible files in the current directory and his three subdirectories.

Options:
  --no_test_source        Skip test of source files.
  --replay-gain           Apply ReplayGain to each track.
  --re_opus               Re-encode OPUS.
  --ape_only              Encode only Monkey's Audio source.
  --dsd_only              Encode only DSD source.
  --flac_only             Encode only FLAC source.
  --m4a_only              Encode only M4A source.
  --mp3_only              Encode only MP3 source.
  --wav_only              Encode only WAV source.
  --wavpack_only          Encode only WAVPACK source.
  -t, --tmp               Use /tmp for temp files.
  -v, --verbose           More verbose, for debug.

Supported source files:
  * AAC ALAC as .m4a
  * DSD as .dsf
  * FLAC as .flac .ogg
  * MP3 as .mp3
  * WAV as .wav
  * WAVPACK as .wv

Notes:

About

Various audio to OPUS

License:The Unlicense


Languages

Language:Shell 100.0%