![]() |
|
Technobabble Post your general Need for Help questions here.
• Lossy or Lossless? Moderators |
![]() |
|
Thread Tools |
#91
|
||||
|
||||
Re: Trader's Little Helper
Great tech support!
![]() No members have liked this post.
|
#92
|
||||
|
||||
Re: Trader's Little Helper
Quote:
(2) You should get an error message box similar to that on the first attached pic (errmsgbox.gif). What's the message for your file? (3) Close the error message box with "Yes" and take a look at the log window. You should see a line similar to that on the second attached pic ("errmsglog.gif). What's the message for your file? No members have liked this post.
Last edited by roann; 2005-04-06 at 07:10 AM. |
#93
|
||||
|
||||
Re: Trader's Little Helper
The text you either outlined or highlighted is missing from my messages.
So, no explanation as to what the error is. Just that there is invalid data and that there were errors. No members have liked this post.
|
#94
|
||||
|
||||
Re: Trader's Little Helper
Quote:
At the time the actual version of Trader's Little Helper was written I didn't know this could happen, so Trader's Little Helper will show you what flac.exe puts up. The upcoming version will handle this properly. No members have liked this post.
|
#95
|
||||
|
||||
Re: Trader's Little Helper
roann--
ran into an error tonight: "Integer Overflow" when trying to verify an md5 sum...i ran the md5 thru mkw and it verified fine...so i tried to decode w/ TLH and it decoded without any error... the files i was verifying were from a cassette tape that were transfered to shn, and the seeder left it as a single file for each side...i don't know if this could be the problem...the shn files were ~280MB for Track1 and ~180MB for Track2 No members have liked this post.
|
#96
|
||||
|
||||
Re: Trader's Little Helper
doh...it seems you already addressed this issue on an earlier page...shoulda paid closer attention!
thanks for TLH, does almost everything i want [except make me dinner] CHEERS! No members have liked this post.
|
#97
|
||||
|
||||
Re: Trader's Little Helper
Quote:
No members have liked this post.
|
#98
|
||||
|
||||
Re: Trader's Little Helper
Question:
When you fix SBE and keep them in flac, does the track stay at the same encoding level? Does anyone know the answer for shntool? It seems to me that it would since I don't believe it has to re-encode, but that's mere speculation on my part. No members have liked this post.
|
#99
|
||||
|
||||
Re: Trader's Little Helper
And, while we're on the subject of fixing SBEs.. what is the difference between the different ways of fixing the SBEs - Forwards, backwards, etc. -? The default seems to be backwards. Does it matter?
No members have liked this post.
|
#100
|
||||
|
||||
Re: Trader's Little Helper
I believe SHNtool (and therefore TLH) will reencode to compression level 5 when fixing SBEs.
Uhclem posted a batch file in the "recipie" thread that reencodes to level 8, but it would be a great feature for TLH if you could set the compression level (0-8) when fixing SBEs. It would also be great if TLH could autodetect when only the last track needs fixing and use the shntool pad -postpad -o flac [filename] command since right now (so far as I know) TLH can't fix a single SBE on the last track of a FLAC/APE/SHN set. symon: ppl might cut their tracks very close to the first note of a song, so backwards is the safest and most sensible setting (altho somebody might convince me otherwise here). I like fixing SBEs in CEP where I can see exactly where the cue stop is in relation to the beginning of the song and I usually move it backwards.
__________________
Checksums Demystified | ask for help in Technobabble thetradersden.org | ttd recommended free software/freeware webring shntool tlh eac foobar2000 spek audacity cdwave vlc Quote:
No members have liked this post.
|
#101
|
||||
|
||||
Re: Trader's Little Helper
How 'bout if you fix them while they're still shn?
Oh, and are you certain that it's encoding again? Or is it just moving bits of data around without decoding/encoding? No members have liked this post.
|
#102
|
||||
|
||||
Re: Trader's Little Helper
Quote:
Like I said, I normally fix SBEs with CEP so my experience is limited.
__________________
Checksums Demystified | ask for help in Technobabble thetradersden.org | ttd recommended free software/freeware webring shntool tlh eac foobar2000 spek audacity cdwave vlc Quote:
No members have liked this post.
|
#103
|
||||
|
||||
Re: Trader's Little Helper
Quote:
Quote:
Trader's Little Helper can fix a single SBE on the last track of a FLAC/APE/SHN set. You need to enable the "Pad last file with zero-bytes" option for this. No members have liked this post.
|
#104
|
|||
|
|||
Re: Trader's Little Helper
Quote:
I also tested it, and shntool clearly recompresses at level 5 when doing a SBE fix. First the original files: Code:
kevin@dizzy:/data2/test$ shntool len *.wav length expanded size cdr WAVE problems filename 6:12.52 65744012 -b- -- ----- track1.wav 1:33.32 16479368 -b- -- ----- track2.wav 7:46.09 82223380 B (totals for 2 files, 1.0000 overall compression ratio) Code:
kevin@dizzy:/data2/test$ flac -8 *.wav flac 1.1.2, Copyright (C) 2000,2001,2002,2003,2004,2005 Josh Coalson flac comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Type `flac' for details. options: -P 4096 -b 4608 -m -l 12 -e -q 0 -r 0,6 track1.wav: wrote 32738704 bytes, ratio=0.498 track2.wav: wrote 7648176 bytes, ratio=0.464 Code:
kevin@dizzy:/data2/test$ shntool len *.flac length expanded size cdr WAVE problems filename 6:12.52 65744012 -b- -- ---xx track1.flac 1:33.32 16479368 -b- -- ---xx track2.flac 7:46.09 82223380 B (totals for 2 files, 0.4912 overall compression ratio) Code:
kevin@dizzy:/data2/test$ shntool fix -o flac *.flac shntool [fix]: warning: no shift direction specified - assuming backward shift track1.flac --> track1-fixed.flac ... done. track2.flac --> track2-fixed.flac ... done. Padded 'track2-fixed.flac' with 276 zero-bytes. Code:
kevin@dizzy:/data2/test$ ls -l *.flac -rw-r--r-- 1 kevin kevin 32829902 2005-04-16 19:09 track1-fixed.flac -rw-r--r-- 1 kevin kevin 32738704 2005-04-16 19:05 track1.flac -rw-r--r-- 1 kevin kevin 7664871 2005-04-16 19:09 track2-fixed.flac -rw-r--r-- 1 kevin kevin 7648176 2005-04-16 19:05 track2.flac kevin@dizzy:/data2/test$ shntool len *.flac length expanded size cdr WAVE problems filename 6:12.52 65743148 --- -- ---xx track1-fixed.flac 6:12.52 65744012 -b- -- ---xx track1.flac 1:33.32 16480508 --- -- ---xx track2-fixed.flac 1:33.32 16479368 -b- -- ---xx track2.flac 15:32.18 164447036 B (totals for 4 files, 0.4918 overall compression ratio) No members have liked this post.
|
#105
|
||||
|
||||
Re: Trader's Little Helper
Quote:
as jazzbo shows, shntool likes to recompress to level 5 which is annoying to most traders who use level 6-8 (6 recommended by etree, 8 recommended by me!). I appreciate all of your time an effort tremendously but if I ever decide to use TLH SBE fix, I would have to write to WAV then recompress to FLAC in a second step or else just go straight to command line... Quote:
It would be so great to have this functionality in TLH if you find the time and/or have the inclination.
__________________
Checksums Demystified | ask for help in Technobabble thetradersden.org | ttd recommended free software/freeware webring shntool tlh eac foobar2000 spek audacity cdwave vlc Quote:
No members have liked this post.
|
![]() |
The Traders' Den |
Tags |
tlh, traders little helper |
![]() |
||||
Thread | Forum | Replies | Last Post | |
trader's little helper ? - Mills1988 | Lossy or Lossless? | 4 | 2008-03-25 10:19 AM | |
Trader's Little Helper Help? - dannyandamie | Technobabble | 2 | 2007-08-26 12:44 PM | |
TRADER'S LITTLE HELPER ERROR... - Tuttle | Technobabble | 6 | 2007-01-16 05:46 PM | |
Trader's Little Helper errors, need help please: - donovana | Technobabble | 4 | 2005-12-22 05:08 PM |
Thread Tools | |
|
|