|
MP3 Butcher's scripts |
|
Basics |
|
Mp3 Butcher can use scripts to accelerate frequently repetitive activities. You can ie. split a big file into 74 minut pieces to order burn an audio CD's. Mp3 butcher's scripts are regular text files so they can be edited in notepad and later proccessed by the program. Scripts should have .rzs extention. |
|
Example script |
|
|
Example script is showed below. [Source Files] [Destination Files] 1:test-cut.mp3:1:20:25,34
How it works? You can produce scripts in notepad or directly in MP3 Butcher. The latter is useful when you want to see how look like butcher's project converted to .rzs file |
|
Explanation |
|
| Scripts have two
section [Source files] and [Destination Files]. The first enumerates source
files. Numbers are separated from file paths by a colon. In [Destination
Files] section these numbers are used to refer to appropriate source files. [Destination
files] section enumarates files that you want to save. Here also is used
colon to separate paramaters accordingly to below format:
Number_of_n_source_file:Destionation_file_name:Units:Start_time:End_time Every line should be separated by enter. Units can be either 0 or 1
or 2. 1 means that start/end_time is pointed in seconds, 0 means frames
and 2 means minutes. When you use minutes you need to pass start/end_time
in hh:mm format. |