Results 1 to 6 of 6

Thread: join multiple flac's?

  1. #1
    Join Date
    Aug 2005
    Beans
    992

    Question join multiple flac's?

    How would one join multiple .flac files into one gapless .flac?

    thanks.
    Last edited by bionnaki; May 22nd, 2011 at 04:32 PM.

  2. #2
    Join Date
    Aug 2006
    Beans
    1,222

    Re: join multiple flac's?

    Try audacity, open one, and drag the next file in after the first, then export it as flac.
    There's no place like ~/

  3. #3
    Join Date
    Dec 2006
    Beans
    7,349

    Re: join multiple flac's?

    You could try shntool with syntax like the following:

    Code:
    shntool join -o flac *.flac
    You may have to experiment with the options for 'gapless' joins though...
    You think that's air you're breathing now?

  4. #4
    Join Date
    Dec 2008
    Location
    washington, DC
    Beans
    61
    Distro
    Kubuntu 10.04 Lucid Lynx

    Re: join multiple flac's?

    hell yah! that worked awesome!

  5. #5
    Join Date
    Jan 2007
    Location
    Ridgeland WI US
    Beans
    464
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: join multiple flac's?

    I tried
    shntool join -o flac 3.flac S.flac 1.flac S.flac 2.flac
    and got
    joined.flac in the order of: 1 - 2 - 3- S - S
    not what I wanted: 3 - S - 1 - S - 2
    I found sox will do it how I want it
    sox 3.flac S.flac 1.flac S.flac 2.flac 3.S.1.S.2.flac
    sox is dangerous - leave off the new file name and it destroys the last file with no warning! bye bye 2.flac - I'm testing with copies
    Gigabyte GA-MA790GPT-UD3H - AMD Phenom II x3 720 - 8 GB RAM - 2009 - My first PC from parts!

  6. #6
    Join Date
    Feb 2007
    Beans
    24,961
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: join multiple flac's?

    From the Ubuntu Forums Code of Conduct.
    If a post is older than a year or so and hasn't had a new reply in that time, instead of replying to it, create a new thread. In the software world, a lot can change in a very short time, and doing things this way makes it more likely that you will find the best information. You may link to the original discussion in the new thread if you think it may be helpful.
    Thread closed.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •