![]() |
|
Technobabble Post your general Need for Help questions here.
• Lossy or Lossless? Moderators |
![]() |
|
Thread Tools |
#1
|
||||
|
||||
TLH Error?
I've been checking a show for SBEs with TLH for an upload here. I extracted the files to wave and opened them in the analysis tab and when I click on "check" it goes through the files and the message I get for each reads: information about audio data is not available.
I'm not a complete noob, but there is very little documentation (i.e. a manual) for TLH that I want to make sure I'm not uploading a set with SBEs. Any ideas? No members have liked this post.
|
#2
|
||||
|
||||
Re: TLH Error?
Try converting the Wav's to Flac and test the Flac's for SBE's.
__________________
" Your tin cup and string "recorder" is worse than a Zoom, which is saying a lot". No members have liked this post.
|
#3
|
||||
|
||||
Re: TLH Error?
Are those files 16bit/44khz? Sometimes TLH is having problems with some weird characters. Do you have such things in the file names?
__________________
Quote:
No members have liked this post.
|
#4
|
||||
|
||||
Re: TLH Error?
Quote:
![]() For instance, check if your filenames have hyphens and/or spaces, because commands used by TLH interpret them as command line options/switches. No members have liked this post.
|
#5
|
||||
|
||||
Re: TLH Error?
Quote:
![]() Thanks for the input, though. I guess I'll seed the show and if it has SBEs it'll be banned. I wish more documentation were available for TLH... It's a great program and this is the first issue I've had with it. No members have liked this post.
|
#6
|
||||
|
||||
Re: TLH Error?
Quote:
Re: hyphen problem. My files had hyphens and spaces at the beginning of the filename ![]() No members have liked this post.
|
#7
|
|||||
|
|||||
Re: TLH Error?
After all these years I'm still somewhat irritated from time to time because of the problems users are reporting (no offense meant). Here we go... some answers, hints and remarks...
Quote:
Quote:
Quote:
Quote:
Quote:
Sorry, but this is sheer nonsense. No members have liked this post.
|
#8
|
||||
|
||||
Re: TLH Error?
I don't remember what characters because after I rename them like I want there's no problem, but I still found out some problems with some weird naming of the files. Sorry that I can't help here.
__________________
Quote:
No members have liked this post.
|
#9
|
||||
|
||||
Re: TLH Error?
Quote:
3rd screen is about the nonsense I tried to explain in my previous post No members have liked this post.
|
#10
|
||||
|
||||
Re: TLH Error?
Quote:
Sorry for my nasty "sheer nonsense" comment. I (mis)understood your "commands used by TLH interpret them as command line options/switches" in such a way that TLH works with erroneous or bad coded shntool commands (what it does not). Judging from a first quick test I'd say the hyphen problem is caused by shntool that apparently isn't able to properly pass the file name to flac.exe (but I may be wrong with this). Here's the shntool output processing a wav file: shntool len -- -Track01.wav length expanded size cdr WAVE problems fmt ratio filename 0:20.59 3666812 B --- -- ----- wav 1.0000 -Track01.wav 0:20.59 3666812 B 1.0000 (1 file) And here's the output processing the same file in flac format: shntool len -- -Track01.flac length expanded size cdr WAVE problems fmt ratio filename shntool [len]: warning: error while launching helper program: [flac] shntool [len]: warning: could not open file for streaming input: [-Track01.flac] 0:00.00 0 B 0.0000 (0 files) If someone knows how to tell shntool to properly process flac files that have a hyphen at the beginning of their name please let me know. Help is always appreciated. No members have liked this post.
|
#11
|
||||
|
||||
Re: TLH Error?
According to this (see below), shntool is passing the correct filename. Looks like flac.exe is the one that can't handle it?
![]() Code:
D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>shntool len -DD -- -Track01.flac length expanded size cdr WAVE problems fmt ratio filename shntool [len]: debug2: spawned input process with pid 3584 and command line: "flac" "-c" "-d" "-s" "-Track01.flac" shntool [len]: debug2: waiting for [flac] input process 3584 to exit shntool [len]: debug2: process 3584 exit status: [1] shntool [len]: debug2: spawned input process with pid 4440 and command line: "flac" "-c" "-d" "-s" "-Track01.flac" shntool [len]: debug2: waiting for [flac] input process 4440 to exit shntool [len]: debug2: process 4440 exit status: [1] shntool [len]: debug2: spawned input process with pid 1496 and command line: "flac" "-c" "-d" "-s" "-Track01.flac" shntool [len]: debug2: waiting for [flac] input process 1496 to exit shntool [len]: debug2: process 1496 exit status: [1] shntool [len]: debug2: spawned input process with pid 368 and command line: "flac" "-c" "-d" "-s" "-Track01.flac" shntool [len]: debug2: waiting for [flac] input process 368 to exit shntool [len]: debug2: process 368 exit status: [1] 0:00.00 0 B 0.0000 (0 files) D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>flac -c -d -s -Track01.flac ERROR: (-T/--tag) field contains no '=' character Type "flac" for a usage summary or "flac --help" for all options Note: I don't know what flac -c -d -s -- -Track01.flac actually generates. Code:
D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>flac -c -d -s -- -Track01.flac > hello.hey D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1>dir El volumen de la unidad D es DATA El número de serie del volumen es: 703F-63E0 Directorio de D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1 01/10/2010 08:29 p.m. <DIR> . 01/10/2010 08:29 p.m. <DIR> .. 25/09/2010 07:58 p.m. 33.749.608 -Track01.flac 01/10/2010 08:30 p.m. 64.294.316 hello.hey 2 archivos 98.043.924 bytes 2 dirs 3.886.358.528 bytes libres D:\FLAC\MaceoParker_LaTrastienda_Montevideo_2010-09-17\cd1> No members have liked this post.
|
#12
|
||||
|
||||
Re: TLH Error?
So the problem will probably remain unsolved (it's known for about four years now)
![]() Quote:
No members have liked this post.
|
![]() |
The Traders' Den |
![]() |
||||
Thread | Forum | Replies | Last Post | |
Upload Error - Backyard Tyrone | Technobabble | 14 | 2007-01-13 09:26 PM | |
i keep getting this error - alan price | Technobabble | 5 | 2006-06-26 10:36 PM | |
Error message!!! - DMergs | Technobabble | 2 | 2006-03-23 07:10 PM | |
error, help please - mrownu | Technobabble | 0 | 2006-03-15 03:28 PM | |
Error Reads? : I/O error: Errno13 permission denied - croce33 | Technobabble | 5 | 2005-02-21 12:17 PM |
Thread Tools | |
|
|