PDA

View Full Version : Req : info about a tool for fixing/verifying audio files (not besplit)


code
10th October 2002, 19:20
howdy,

I do have alot mp3 files i wish to check.
i'm using besplit to fix them but this tool is not very handy when dealing with alot of directories.
Therefore, anyone who knows such a tool, please leave a note.
thank you

pacohaas
10th October 2002, 20:55
i'm not sure, but i bet it's possible to set up a batch file that will traverse directories and besplit all files for you...any old DOSHeads out there?

DSPguru
10th October 2002, 20:58
Originally posted by pacohaas
i'm not sure, but i bet it's possible to set up a batch file that will traverse directories and besplit all files for you...any old DOSHeads out there? a Delphi coder can write a relevant BeSplit gui that iterates directories and subdirectories.
i bet that DarkSoul can write such a thing in less than 30mins :)

Darksoul71
10th October 2002, 21:45
Heya ! :)
i bet that DarkSoul can write such a thing in less than 30mins
...if DarkSoul finds 30 min between writting on his diploma, earning money to buy some food for his cat and caring for his women :D

No, seriously: IŽll try my best ! This "search through subdirs" is quite easy. IŽve done it on several tools.

@Dg: WeŽll stay in touch...

-D$

code
11th October 2002, 01:48
it has been a while i did some dos level programming, so that i can handle. (hence my 'handle' for posting;)

second thing i'm trying to find out is whether i can use besplit just for checking every mp3, and ONLY if the mp3 has errors, create a fixed mp3.(dont want to end up with a disk full of duplicates)

i did not saw any info about a possible dos exitcode. so only option will be logging the output to a temp. file, reading it after analyses and in case on any error indication in it, run besplit again, this time to fix it.