Organize my music files.
FLAC to ALAC:
$ ffmpeg -y -i source.flac -acodec alac -vcodec copy dest.m4a
APE to ALAC:
$ ffmpeg -y -i source.ape -acodec alac -vcodec copy dest.m4a
cut using CUE
$ ffcuesplit.py album.cue
.py file is in https://gist.github.com/frabad/5e4505b9f6e6c0ffb29e4fdb5a05c76e
ReplayGain
$ rgbpm2 folder1
executables are in this git repo: https://github.com/Moonbase59/loudgain
Comments
Post a Comment