diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-10-15 11:23:59 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-10-15 11:23:59 +0200 |
commit | 15bb8ca60db165833441e44da6d8861e9a7df0ad (patch) | |
tree | ae32fdeeef17952713495b1c46b2e41147028ed3 /vdr.5 | |
parent | 8c633a5f65da85769600f8867296f33cc30b9946 (diff) | |
download | vdr-15bb8ca60db165833441e44da6d8861e9a7df0ad.tar.gz vdr-15bb8ca60db165833441e44da6d8861e9a7df0ad.tar.bz2 |
If a frame position in the 'marks' file of a recording doesn't point to an I-frame, it will now be shifted towards the next I-frame
Diffstat (limited to 'vdr.5')
-rw-r--r-- | vdr.5 | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -8,7 +8,7 @@ .\" License as specified in the file COPYING that comes with the .\" vdr distribution. .\" -.\" $Id: vdr.5 2.29 2012/03/10 14:56:01 kls Exp $ +.\" $Id: vdr.5 2.30 2012/10/15 10:50:23 kls Exp $ .\" .TH vdr 5 "10 Feb 2008" "1.6" "Video Disk Recorder Files" .SH NAME @@ -815,13 +815,13 @@ least one blank. The lines in this file need not necessarily appear in the correct temporal sequence, they will be automatically sorted by time index. +If a frame position doesn't point to an I-frame of the corresponding recording, +it will be shifted towards the next I-frame (either up or down, whichever is +closer). + \fBCURRENT RESTRICTIONS:\fR -\ the comment is currently not used by VDR -.br --\ marks must have a frame number, and that frame MUST be an I-frame (this -means that only marks generated by VDR itself can be used, since they -will always be guaranteed to mark I-frames). .SS EPG DATA The file \fIepg.data\fR contains the EPG data in an easily parsable format. The first character of each line defines what kind of data this line contains. |