diff options
Diffstat (limited to 'doc/FILEFORMAT')
| -rw-r--r-- | doc/FILEFORMAT | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/FILEFORMAT b/doc/FILEFORMAT index fd692cb7..66e9598c 100644 --- a/doc/FILEFORMAT +++ b/doc/FILEFORMAT @@ -6,12 +6,15 @@ They don't have a private header. == .meta FILES == -.meta files have currently 4 lines: +.meta files have currently up to 7 lines: <service reference> <name> <description> <recording time> +[<tags>] +[<length>] +[<filesize>] The service reference contains the Service-ID of the recorded service. With that ID, you can find the PMT and the elementary streams. @@ -20,6 +23,12 @@ As a backup method, just find the first available PMT and use that. Strings are always UTF-8 encoded. +tags is a space-delimited list of tags assigned to this movie. + +length is the length of the recording, in PTS-units (1/90000s). filesize was +the filesize at the time the length was calculated, so you can validate if +this is still up-to-date or must be recalculated. + == .ap FILES == Stored offsets and PTS values. They are collected while recording. Only @@ -43,7 +52,6 @@ Type is: 0 - 'in' point 1 - 'out' point 2 - mark -3 - last (resumepoint) If the first 'out'-point is not preceeded by an 'in'-point, there is an implicit 'in' point at zero. |
