<div>Harry,</div>
<div>&nbsp;</div>
<div>I wrote a little command line utility for this in C# - the lib it uses is a little overkill for the task but it does work.&nbsp; As Josh noted there is no compression gain, so I wouldn&#39;t bother unless you have FLAC&#39;s encoded with older versions.&nbsp; I also think Josh said there&#39;s a .BAT file out there that does the same thing.
</div>
<div>&nbsp;</div>
<div>Here&#39;s the file: <a href="http://idsharp.com/download/reflac02.zip">http://idsharp.com/download/reflac02.zip</a></div>
<div>&nbsp;</div>
<div>It creates backups and shows encoder/decoder windows by default, you can turn these off with -nb (no backups) and -nw (no windows).&nbsp; Have flac.exe in the same directory as the tool and run something like:</div>
<div>reflac -8 -r &quot;c:\flac&quot;</div>
<div>&nbsp;</div>
<div>Which will reflac all .flac files in c:\flac, revursively (-r), with compression level 8 (-8).&nbsp; The source is available if you&#39;re interested.</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 7/25/07, <b class="gmail_sendername">Josh Coalson</b> &lt;<a href="mailto:xflac@yahoo.com">xflac@yahoo.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">--- Harry Sack &lt;<a href="mailto:tranzedude@gmail.com">tranzedude@gmail.com</a>&gt; wrote:<br>&gt; hi<br>
&gt;<br>&gt; I have some questions about re-encoding existing FLAC files to FLAC<br>&gt; 1.2.0.:<br>&gt;<br>&gt; - can older 1.1.x FLAC files be re-encoded to FLAC 1.2.0 by using the<br>&gt; FLAC 1.2.0 encoder?<br><br>yes, flac can take FLAC files as input, but there is no compression
<br>advantage going from 1.1.4 to 1.2.0<br><br>&gt; - can FLAC files encoded with the FLAC Flake SVN encoder (or any<br>&gt; other<br>&gt; &#39;unofficial&#39; FLAC encoder) be re-encoded by using the FLAC 1.2.0<br>&gt; encoder?
<br><br>yes, if they are FLAC compliant<br><br><br><br><br>____________________________________________________________________________________<br>Boardwalk for $500? In 2007? Ha! Play Monopoly Here and Now (it&#39;s updated for today&#39;s economy) at Yahoo! Games.
<br><a href="http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow">http://get.games.yahoo.com/proddesc?gamekey=monopolyherenow</a><br>_______________________________________________<br>Flac mailing list<br><a href="mailto:Flac@xiph.org">
Flac@xiph.org</a><br><a href="http://lists.xiph.org/mailman/listinfo/flac">http://lists.xiph.org/mailman/listinfo/flac</a><br></blockquote></div><br>