2. About relative time specification
- The script allows you to specify three types of relative positions on the disk.
- Session relative time
- extent relative time
- file relative time
- Each has a start (BeginTime) and end (EndTime) specification, but the relationship between the specified position and the position where the actual data is placed is as follows.
- (1) When BeginTime is specified
Begin Time
↓
┏━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯
┃ │ │ │■│■│■│■│■│■│■│■│■│■│■│■│
┗━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷
- (2) When EndTime is specified
End Time
↓
┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┓
│■│■ ■│■│■│■│■│■│■│■│■│ │ │ │ ┃
┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┛
The starting position is set so that the file ends at *End Time.
- (3) When BeginTime, UnitSize, GapSize is specified
Begin Time
↓
┏━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┯
┃ │ │ │■│■│ │ │ │■│■│ │ │ │■│■│
┗━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┷
↑ └─────┘↑ └─────┘↑
│ Gap │ Gap │
─┴─────────┴─────────┘
Unit
- (4) When EndTime, UnitSize, GapSize is specified
End Time
↓
┯━┯━┯━┯━┯━┯━┯━┯━┯━┯━┓
│ │ │ │■│■│ │ │ │■│■┃
┷━┷━┷━┷━┷━┷━┷━┷━┷━┷━┛
↑ └─────┘↑
│ Gap │
──────┴─────────┘
Unit
- (5) Session relative time (BeginTimeS, EndTimeS)
- This specifies the location of ISO files that are not file interleaved.
It will be ignored if specified in the definition of an ISO file that is file interleaved.
The specified time is expressed in (minutes:seconds:frames) with the session start at 00:00:00.
- (6) Extent relative time (BeginTimeE, EndTimeE)
- This specifies the location of ISO files that are file interleaved. Used to indicate the positional relationship between interleaved files. Define in Extent line< extension file> If specified anywhere else, an error will occur.
The specified time is expressed in minutes: seconds: frames, with the start of the extent being 00:00:00.
If you want to specify the position within the session, specify the positions of interleaved files all together in the Extent line argument.
- (7) File relative time (BeginTimeF, EndTimeF)
- This specifies the location of the file source within the ISO file. If specified anywhere other than the file source definition, an error will occur. The specified time is expressed as (minutes:seconds:frames) with the start of the file as 00:00:00.
When defining an ISO file that is channel interleaved, you can specify the channel's position within the ISO file by specifying BeginTimeF or EndTimeF in the file source definition that makes up the channel, and you can define the positional relationship between the channels.
The beginning of the file sources that make up the channel becomes the channel's starting position, and the end of the file source becomes the channel's final position.