Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
moex3 9c9061da3b
Add a flag to specify a cover image to add
3 lat temu
LICENSE Initial commit 3 lat temu
README.md Update README.md 3 lat temu
flac-mass-transcode.pl Add a flag to specify a cover image to add 3 lat temu

README.md

flac-mass-transcode

It will find every flac file and transcode them to opus files, while keeping the directory structure, adding album covers where possible. If another type of music file is found, like mp3's, it will be copied over without transcoding.

Usage

./flac-mass-transcode ~/music_input_dir ~/music_output_dir

The --uplevel flag

Let's say you only want to copy over 1 album, while keeping the directory. -u 1 can be used for that. For example.

./flac-mass-transcode ~/music/album ~/output

This would put every file in album under output.

./flac-mass-transcode -u 1 ~/music/album ~/output

This will create an album directory under output, and put the files there.