Skip to content

Jocker666z/2opus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

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.
  -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: