Tech /

Flac To Mp 3





edit SideBar

Flac To Mp 3

Convert flac library to other formats in one go.

abcde

  1. Create single flac and cuesheet in archive/:
    abcde -1 -M -c abcde.archive.conf
    
  2. Convert to flac album in new/flac/
    abcde -c abcde.encode.conf -d archive/file.flac
    # have to add cddb metadata using the cue sheet interactively!
    
  3. convert and tag with beets
  4. or straight to mp3
    abcde -c abcde.encode.conf -o mp3 -d archive/file.flac
    

transcode.py

  • Execute in parallel with xargs -P4
  • Doesn't support id3 tags

flac2mp3

  • Sufficient
  • No parallel execution

Single flac with cue to multiflac

metaflac --import-cuesheet-from=CDImage.cue CDImage.flac
abcde -d CDImage.flac -o flac:"-6 -V"

Force MusicBrainz? Lookup

Set MusicBrainz? Album Id to the MBID for the release.

eyeD3 --set-user-text-frame="MusicBrainz Album Id":"7488059f-ef2c-3a9c-b747-641a94af7941" test2.mp3

See also

AudioCD

Recent Changes (All) | Edit SideBar Page last modified on 10 August 2020, at 06:29 PM UTC Edit Page | Page History
Powered by PmWiki