	Bitrate Calculator v 0.0.6
	=================
Written by Fredledingue
fredledingo@yahoo.com
_____________________
Features:
-Use colons (  :  )  as separator (most standard)
-Add and substract time values. (separate time values by + or - )
-Set the number of Cd and/or of Mb (default is 1 cd of 700 Mb)
-Give a warning if the bitrate is not valid for DivX encoding.
-Return the time and number of frames per Cd. (in Notepad)
-See details in Notepad for easy copy-paste or other purposes. (Optional)
____________________
Software Requirement
	Windows (all version possibly but tell XP to accept vbs scripts!)
	Windows Script 5.6 (If you see an error message, please download it from:
http://www.microsoft.com/downloads/details.aspx?FamilyId=0A8A18F6-249C-4A72-BFCF-FC6AF26DC390&displaylang=en
or
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp )
____________________
Installation:
	Unzip the files to a location of your choice.
____________________
How to Use?

This VBscript let you enter the time value in different ways, just use the one that's the most confortable for you.
See the examples. The defaut time scale is minute.

Type:
	0:2560			for  2560 seconds
   	123			for 123 minutes
	123:2  or 123:02		for 123 minutes 2 seconds
	123:25			for 123 minutes 25 seconds
	1:23:25			for 1 hour 23 minutes 25 seconds
	1:2:3 or 1:02:3 or 1:02:03	for 1 hour 2 minutes 3 seconds

Type + or - to add or substract time
Example:
	1:23:25+10:5-4:18   or    1:23:25 + 10:5 - 4:18
		for 1h 23min 25sec plus 10min 5sec minus 4min18 sec

Type cd at the end followed by the number of cd. 
If you don't type cd , the number of cd will be 1. 
Example
	1:23:25+10:5-4:18cd2
		for this duration on 2 cd-rom (2x700Mb)

Type mb the end followed by the output file size in Megabytes. 
If you don't type mb , the file size will be 700Mb.
Example
	1:23:25+10:5-4:18mb500
		for this duration on 500Mb

Type cd at the end  followed by the number of cd, followed by mb followed by the capacity in Mb these cd.
Example
	1:23:25+10:5-4:18cd2mb500
		for this duration on 2 x 500Mb (2cd of 500Mb each)
______________________
Note: When see the details in Notepad, these datas won't be saved automaticaly. If you need to, save the text file manualy.
_______________________
History
v.0.0.3
First public release
v.0.0.4
Audio bitrate input box added
v.0.0.5
Crash bug fixed (French or english based systems issue)
Give a warning if the bitrate is not valid for DivX encoding.
v.0.0.6
Help added
________________________
Term of use
	Free for non commercial purpose.
(See copyright information inside the script file.)