Hi! I was hoping there was a tool which would let me do something like: #flax -o existing.flac --append mytune.flac To merge the 2 files! Also; is it possible to change the velocity/gain of a flac track ? I would love to know how! Regards, Frans
--- Frans Haarman <frans@haarman.com> wrote:> I was hoping there was a tool which would let me do something like: > #flax -o existing.flac --append mytune.flac > > To merge the 2 files!no. native FLAC is not a great container for these kind of things. better to just recode.> Also; is it possible to change the velocity/gain of a flac track ? I > would love to know how!not sure what you mean by velocity. the only notion of gain in FLAC are the de-facto replaygain tags which are supported by some players. http://flac.sourceforge.net/documentation.html#flac_options_replay_gain Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Frans, You are basically talking about common audio processing on flac files. If you are not a developer, then the easiest way to do this is to decompress the flac to aiff or wav, do your append and/or gain changes, then recompress the resulting file(s) to flac. The only disadvantage here is the time to decode/encode, plus the disk space to hold the uncompressed files. However, if you are a developer, the flac library allows direct access to the audio from flac files. It should be easy to write a program which appends or gain changes flac files by processing the audio directly. You still have decode and encode time, but it happens in parallel with the processing, so the total time should be much quicker than above. You also use far less disk space. Personally, I would like to be able to burn flac files to CD-R without decompressing them and using an aiff/wav burner... Brian Willoughby Sound Consulting Begin forwarded message: Date: Wed, 7 Sep 2005 14:27:29 +0200 From: Frans Haarman <frans@haarman.com> To: flac@xiph.org Subject: [Flac] merging flac files Hi! I was hoping there was a tool which would let me do something like: #flax -o existing.flac --append mytune.flac To merge the 2 files! Also; is it possible to change the velocity/gain of a flac track ? I would love to know how! Regards, Frans
Frans Haarman schrieb:> Hi! > I was hoping there was a tool which would let me do something like: > #flax -o existing.flac --append mytune.flac > To merge the 2 files! > Also; is it possible to change the velocity/gain of a flac track ? I > would love to know how! > Regards, > FransYou can mux FLAC into matroska ( MKA ) container and append them using either mkvmerge or amg . However, this wouldnt make much sense i guess, as the total process of muxing, appending and demuxing will probably take more time than reencoding ;) .... Christian matroska project admin http://www.matroska.org
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> I think you may be able to merge two ogg flac files (a flac file in an ogg container).<br> <br> <br> sergey<br> <br> Josh Coalson wrote: <blockquote cite="mid20050907174457.95172.qmail@web60417.mail.yahoo.com" type="cite"> <pre wrap="">--- Frans Haarman <a class="moz-txt-link-rfc2396E" href="mailto:frans@haarman.com"><frans@haarman.com></a> wrote: </pre> <blockquote type="cite"> <pre wrap="">I was hoping there was a tool which would let me do something like: #flax -o existing.flac --append mytune.flac To merge the 2 files! </pre> </blockquote> <pre wrap=""><!----> no. native FLAC is not a great container for these kind of things. better to just recode. </pre> <blockquote type="cite"> <pre wrap="">Also; is it possible to change the velocity/gain of a flac track ? I would love to know how! </pre> </blockquote> <pre wrap=""><!----> not sure what you mean by velocity. the only notion of gain in FLAC are the de-facto replaygain tags which are supported by some players. <a class="moz-txt-link-freetext" href="http://flac.sourceforge.net/documentation.html#flac_options_replay_gain">http://flac.sourceforge.net/documentation.html#flac_options_replay_gain</a> Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around <a class="moz-txt-link-freetext" href="http://mail.yahoo.com">http://mail.yahoo.com</a> _______________________________________________ Flac mailing list <a class="moz-txt-link-abbreviated" href="mailto:Flac@xiph.org">Flac@xiph.org</a> <a class="moz-txt-link-freetext" href="http://lists.xiph.org/mailman/listinfo/flac">http://lists.xiph.org/mailman/listinfo/flac</a> </pre> </blockquote> </body> </html>