View Single Post
  #578  
Old 2008-05-30, 01:50 PM
roann's Avatar
roann roann is offline
TTD Staff
 
Join Date: Nov 2004
Location: Planet Earth
Arrow Re: Trader's Little Helper

Quote:
Originally Posted by GRC View Post
In my torrents created with an earlier version of TLH, I would say "TLH sez no SBEs", because when I converted my wav to flac, a message would come up from TLH saying "No need to correct sector boundary errors - files are already sector-aligned"

The new version doesn't seem to check this; or if it does, it doesn't actually say so......

Not a critical issue, I'm just assuming unless TLH protests, that my files are sector-aligned.

Regards, Graham
In earlier versions shntool.exe and flac.exe were involved when encoding to flac with Align on sector boundaries enabled. The last releases use flac.exe only, and flac.exe doesn't give such a "global statement" as shntool.exe does. But the info you're missing is still there, it just looks a little bit different.

If there are SBEs the process log will tell you how many bytes had to be carried over for sector alignment, for example:

rack1_sbe.wav: successfully encoded to 'track1_sbe.flac' (ratio = 0.386; 1936 bytes to be carried over for sector alignment).
track2_sbe.wav: successfully encoded to 'track2_sbe.flac' (ratio = 0.367; 944 bytes to be carried over for sector alignment).
track3_sbe.wav: successfully encoded to 'track3_sbe.flac' (ratio = 0.468; 800 bytes to be carried over for sector alignment).
track4_sbe.wav: successfully encoded to 'track4_sbe.flac' (ratio = 0.428; 2096 zero-bytes appended for sector alignment)


If there aren't any SBEs the process log will tell that there was no need for sector alignment, for example:

track1_nosbe.wav: successfully encoded to 'track1_nosbe.flac' (ratio = 0.386; no need for sector alignment).
track2_nosbe.wav: successfully encoded to 'track2_nosbe.flac' (ratio = 0.367; no need for sector alignment).
track3_nosbe.wav: successfully encoded to 'track3_nosbe.flac' (ratio = 0.468; no need for sector alignment).
track4_nosbe.wav: successfully encoded to 'track4_nosbe.flac' (ratio = 0.428; no need for sector alignment).


Robert
Reply With Quote Reply with Nested Quotes