I think that&#39;ll do it, Paul.<br><br>Thanks.<br><br>Just out of curiosity, what does sox do that ffmpeg doesn&#39;t?<br><br>Never used it before....<br><br><div class="gmail_quote">On Sun, Apr 17, 2011 at 2:41 PM, Paul Remmers <span dir="ltr">&lt;<a href="mailto:p.remmers@home.nl">p.remmers@home.nl</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Sunday 17 April 2011 23:16:11 Aaron L. wrote:<br>
&gt; I&#39;m sure this is an easy one but I thought I&#39;d ask here first.....<br>
&gt;<br>
&gt; I&#39;ve got a bunch of 24 bit flac files that I&#39;d like to convert to 16 bit in<br>
&gt; order to play them on my Android phone.<br>
&gt;<br>
&gt; I&#39;m not totally sure how they&#39;ve been encoded to 24 bit (I must&#39;ve done<br>
&gt; that at some point but I don&#39;t remember when/how).<br>
&gt;<br>
&gt; Also, I&#39;ve noticed that a bunch of them are also &quot;multi-channeled&quot;.<br>
&gt;<br>
&gt; How in the world did they get that way?  I&#39;ve never recorded anything but<br>
&gt; to 2 channels so the fact that I have a few flac files that have &quot;8<br>
&gt; channels&quot; seems really weird.<br>
&gt;<br>
&gt; So, really, I&#39;d like to be able to knock down the bit rate from 24 to 16<br>
&gt; and also put these into stereo as well.<br>
&gt;<br>
&gt; Command line and/or gui is fine.<br>
&gt;<br>
&gt; Any input is much appreciated.<br>
&gt;<br>
&gt; Thanks.<br>
&gt;<br>
&gt; -Aaron<br>
<br>
</div></div>Hello,<br>
<br>
sox -b 24 input.flac -b 16 -c 2 output.flac<br>
<br>
might get you there<br>
<br>
Thanks<br>
<font color="#888888">Paul<br>
</font></blockquote></div><br>