Setting working area display parameters




Parameters of the working area can be entered in units of time. Check Time checkbox to enable this option.

Input format

Minutes: Seconds: Frame number

For example, a record 00m: 12s: 6 is zero minutes, twelve seconds, and six shots.

NB. All numbers are separated by a dividing mark-colon ( :).

Value parsing is based on delimiters. The priority is the last number - the frames. So, if you erase or do not enter one of the characters, the program considers the last value as frames. For example:

String 00m: 17s will be interpreted as zero minutes, zero seconds, and seventeen frames - 00m: 00s: 17

If you do not want to put 17 shots and 17 seconds - add the following number delimiter.

00m: 17s: this record will be interpreted as a 00m: 17s: 00 - zero minutes, seventeen seconds and zero frames.

 If you want to specify that a parameter is zero, you can leave the corresponding space blank. For example:

00m:: 10 - a record will be interpreted by the program as 00m: 00s: 10 -zero minutes, zero seconds, and ten frames.

Delimiter character (except colon) may be:

1.Any backslash (\ /)
2.A comma or period (.,)
3.an apostrophe (')

In other words, strings of the form
00m: 17s: 00
00m \ 17s \ 00

00m/17s/00
00m, 17s, 00

00m.17s.00

00m'17s'00

- are equivalent.