X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=doc%2FFILEFORMAT;h=66e9598c47279f534156a450eb057ec4ec0c7c94;hp=fd692cb7179d45541e75a960ff56eed537aaf504;hb=6194023d85dc9852fb7d37c8860878f9febba01e;hpb=7fd9ffdeb796034ee631a795fb5bab31b035e8e7 diff --git a/doc/FILEFORMAT b/doc/FILEFORMAT index fd692cb..66e9598 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: +[] +[] +[] 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.