DrKnish
7th March 2004, 19:17
--------------------Multiple mp3 Transcoding Issue------------------
I hope that This isn't going to be an issue that has already been discussed. I searched the forums every way I could think of before posting this.
Okay here goes. First a little background. I download mp3 files from this---> http://www.businesstalkradio.net/weekday_host/Archives/cc.shtml website. These are mp3 archives at 96 kbps of the Computer America talkshow. After I get a weeks worth I transcode them all to 16 kbps using a single batch file that I wrote. I listen to them when I am on the road on a 256 MB flash memory mp3 player. I can't fit enough at 96 kbps though!
This worked well for over a year, then they moved their operation across the country to another location. The very next set of files that they posted caused BeSweet to crash after each file has been done. Each time Windows would pop up the "this program needs to close" message and I would click on the close button then BeSweet would go on to the next file and run fine until the end of THAT file (and so on).
I thought that I might have done something to cause this (and it just happened to be the same week as their move). I tried using a set of the old files that I still have and it worked as good as it always had before their move. I am thinking that they set up their encoding software in a slightly different way and it is now causing BeSweet problems.
I am really a novice at this audio stuff. I am pleased that I even figured out how to write a batch file that was working. I really don't know enough to figure out what is going on here though. I am posting the log file that BeSweet made and an example of the latest batch file.
Also, is there a way to indicate the files that I want to transcode (i.e.030122.mp3) without having to name them exactly in the batch file?
Any ideas?
Thanks for any help
DrKnish
BeSweet v1.5b19 by DSPguru.
--------------------------
Using hip.dll v1.19 by Myers Carpenter <myers@users.sf.net>
Using lame_enc.dll v1.28 (4/6/2002), Engine 3.92 <http://www.mp3dev.org/>.
Logging start : 03/07/04 , 10:49:03.
C:\Program Files\BeSweet\BeSweet.exe -core( -input C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030222.mp3 -output C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-02-04_1.mp3 -logfile C:\Program Files\BeSweet\BeSweet.log ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030222.mp3
[00:00:00:000] | Output: C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-02-04_1.mp3
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] | Source Sample-Rate: 44.1KHz
[00:00:00:000] +-------- LAME -------
[00:00:00:000] | Bitrate method : CBR
[00:00:00:000] | MP3 bitrate : 16
[00:00:00:000] | Channels Mode : Mono
[00:00:00:000] | ReSample Rate : 16.0KHz
[00:00:00:000] | Error Protection: No
[00:00:00:000] +---------------------
--------------BATCH FILE NEXT----------------
@echo off
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030122.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-01-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030123.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-01-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030222.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-02-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030223.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-02-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030322.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-03-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030323.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-03-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030422.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-04-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030423.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-04-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030522.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-05-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030523.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-05-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
I hope that This isn't going to be an issue that has already been discussed. I searched the forums every way I could think of before posting this.
Okay here goes. First a little background. I download mp3 files from this---> http://www.businesstalkradio.net/weekday_host/Archives/cc.shtml website. These are mp3 archives at 96 kbps of the Computer America talkshow. After I get a weeks worth I transcode them all to 16 kbps using a single batch file that I wrote. I listen to them when I am on the road on a 256 MB flash memory mp3 player. I can't fit enough at 96 kbps though!
This worked well for over a year, then they moved their operation across the country to another location. The very next set of files that they posted caused BeSweet to crash after each file has been done. Each time Windows would pop up the "this program needs to close" message and I would click on the close button then BeSweet would go on to the next file and run fine until the end of THAT file (and so on).
I thought that I might have done something to cause this (and it just happened to be the same week as their move). I tried using a set of the old files that I still have and it worked as good as it always had before their move. I am thinking that they set up their encoding software in a slightly different way and it is now causing BeSweet problems.
I am really a novice at this audio stuff. I am pleased that I even figured out how to write a batch file that was working. I really don't know enough to figure out what is going on here though. I am posting the log file that BeSweet made and an example of the latest batch file.
Also, is there a way to indicate the files that I want to transcode (i.e.030122.mp3) without having to name them exactly in the batch file?
Any ideas?
Thanks for any help
DrKnish
BeSweet v1.5b19 by DSPguru.
--------------------------
Using hip.dll v1.19 by Myers Carpenter <myers@users.sf.net>
Using lame_enc.dll v1.28 (4/6/2002), Engine 3.92 <http://www.mp3dev.org/>.
Logging start : 03/07/04 , 10:49:03.
C:\Program Files\BeSweet\BeSweet.exe -core( -input C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030222.mp3 -output C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-02-04_1.mp3 -logfile C:\Program Files\BeSweet\BeSweet.log ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030222.mp3
[00:00:00:000] | Output: C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-02-04_1.mp3
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] | Source Sample-Rate: 44.1KHz
[00:00:00:000] +-------- LAME -------
[00:00:00:000] | Bitrate method : CBR
[00:00:00:000] | MP3 bitrate : 16
[00:00:00:000] | Channels Mode : Mono
[00:00:00:000] | ReSample Rate : 16.0KHz
[00:00:00:000] | Error Protection: No
[00:00:00:000] +---------------------
--------------BATCH FILE NEXT----------------
@echo off
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030122.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-01-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030123.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-01-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030222.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-02-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030223.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-02-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030322.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-03-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030323.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-03-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030422.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-04-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030423.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-04-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030522.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-05-04_1.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )
"C:\Program Files\BeSweet\BeSweet.exe" -core( -input "C:\Documents and Settings\Dell\Desktop\Recent Downloads\Computer America\Uncompressed\030523.mp3" -output "C:\Documents and Settings\Dell\Desktop\Audio Files\Computer America\BeSweet_Output\03-05-04_2.mp3" -logfile "C:\Program Files\BeSweet\BeSweet.log" ) -lame( -m m -b 16 -f --resample 16000 --ta Comp-Am --tc CA ) -profile( ~~~~~ Default Profile ~~~~~ )