Came across another error that might help!&nbsp; Using flac -t I get:<br><br>251_A.wav: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC<br>251_A.wav: *** Got error code 0:FLAC__STREAM_DECODER_ERROR_STATUS_LOST_SYNC<br>
<br>Thanks,<br>Matthew<br><br><div class="gmail_quote">On Feb 6, 2008 3:19 AM, Matthew Davis &lt;<a href="mailto:zasdarq@gmail.com">zasdarq@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thank you for the reply!&nbsp; I know that my system can play flac files, I&#39;ve played others I&#39;ve managed to convert using both of those programs.&nbsp; I&#39;m only running into difficulty when it comes to these large WAV files.&nbsp; By &quot;Does not work&quot; I mean that they do not play, and instead I receive the errors I mentioned in my original post.&nbsp; I wasn&#39;t actually intending to use wavsplit to split the flac files, it was just something I had during some testing for how to split these files.&nbsp; I&#39;m actually going to be splitting during the conversion since the flac tool supports specifying time marks.<br>

<br>Is there something that could be wrong with the WAV files that prevent them from being able to convert to FLAC?&nbsp; Is there someway I can test the integrity of the WAV files?<br><br>Thanks again in advance,<br><font color="#888888">Matthew</font><div>
<div></div><div class="Wj3C7c"><br>
<br><div class="gmail_quote">On Feb 5, 2008 6:07 PM, Brian Willoughby &lt;<a href="mailto:brianw@sounds.wa.com" target="_blank">brianw@sounds.wa.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Matthew,<br><br>I don&#39;t think I can answer your entire question, but I will list a<br>few pieces of information.<br><br>1) I regularly convert very large AIFF files, up to 4 GB, using<br>flac. &nbsp;I sometimes work with WAV, and that seems to work, too. &nbsp;On my<br>

Mac, I can play flac files just fine in Play.app, VLC, and my own<br>software.<br><br>2) What do you mean the flac &quot;files do not work&quot;? &nbsp;You mean they<br>don&#39;t play? &nbsp;They will only play from software with full support for<br>

the flac format, which means many popular applications will not work.<br><br>3) I have not heard of &quot;flac123&quot; - perhaps this program is out of<br>date or is missing support. &nbsp;Maybe the author(s) of flac123 will<br>

comment.<br><br>4) Those warning mean that your Broadcast Wave File (BWF) is being<br>converted to standard audio flac, without any of the metadata from<br>the BWF. &nbsp;You&#39;ll need to use --keep-foreign-metadata if there is any<br>

importance to having the original BWF restored later. &nbsp;However, if<br>all you need is the audio and none of the other information, then you<br>can safely ignore these warnings. &nbsp;FLAC always preserves all of the<br>audio losslessly, you only ever have to worry about losing non-audio<br>

data.<br><br>5) You can only split a flac file if your splitting program<br>understands the format. &nbsp;You should learn the FLAC library and see<br>what kind of support it has for breaking a stream. &nbsp;If you use other<br>tools to split the file without knowledge of the FLAC format, you<br>

will lose data. &nbsp;In other words, you must develop a new program,<br>maybe called &quot;flacsplit,&quot; to do this, because wavsplit will not work<br>on FLAC (unless they parse the FLAC format correctly as well as WAV).<br>

<br>I hope some of this information helps.<br><font color="#888888"><br>Brian Willoughby<br>Sound Consulting<br></font><div><div></div><div><br><br>On Feb 5, 2008, at 16:54, Matthew Davis wrote:<br>I&#39;m attempting to convert fairly large WAV files (90 - 800 MB each)<br>

using flac but the files do not work after the encoding. (The play<br>fine in wav format)<br><br>Command I&#39;m using:<br><br>flac --verify -8 file.wav<br><br>Attempting to run the file with either flac123 or the default player<br>

for Ubuntu (Movie Player?) results in the extremely terse messages:<br>Default Player: &quot;An Error Occurred: Could Not Decode Stream&quot;<br>flac123: &quot;error handler called!&quot; &lt;- repeated over and over and over<br>

<br>There are no errors during the encoding, though there are some<br>warnings. &nbsp;Here is the output:<br><br>asdarq@eighty-desktop:~$ flac -f -8 --verify 10_A.wav<br><br>10_A.wav: WARNING: skipping unknown sub-chunk &#39;bext&#39; (use --keep-<br>

foreign-metadata to keep)<br>10_A.wav: WARNING: legacy WAVE file has format type 1 but bits-per-<br>sample=24<br>10_A.wav: WARNING: skipping unknown sub-chunk &#39;minf&#39; (use --keep-<br>foreign-metadata to keep)<br>10_A.wav: WARNING: skipping unknown sub-chunk &#39;elm1&#39; (use --keep-<br>

foreign-metadata to keep)<br>10_A.wav: 100% complete, ratio=0.62410_A.wav: WARNING: skipping<br>unknown sub-chunk &#39;regn&#39; (use --keep-foreign-metadata to keep)<br>10_A.wav: WARNING: skipping unknown sub-chunk &#39;ovwf&#39; (use --keep-<br>

foreign-metadata to keep)<br>10_A.wav: WARNING: skipping unknown sub-chunk &#39;umid&#39; (use --keep-<br>foreign-metadata to keep)<br>10_A.wav: Verify OK, wrote 168060055 bytes, ratio=0.624<br><br><br>As a final random test, I attempted to split one of the wav files (my<br>

ultimate goal is split flac files) using wavsplit. &nbsp;That resulted in<br>the following output/error.<br><br>Channels: 1<br>Samplerate: 96000Hz<br>Samplebits: 24<br>Databytes: 269503836<br><br>Split &nbsp; &nbsp; &nbsp; &nbsp; Hours &nbsp;Mins &nbsp; Seconds &nbsp; &nbsp; &nbsp; &nbsp; Bytes &nbsp; &nbsp; &nbsp; &nbsp; %<br>

Bad file format<br><br></div></div></blockquote></div><br>
</div></div></blockquote></div><br>