summaryrefslogtreecommitdiff
path: root/FORMATS
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-06-14 15:57:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-06-14 15:57:30 +0200
commit9de548ee59234ddfbb1e8a65d72d2385ba165d4e (patch)
treecfe1b14cf7f6013fbf4b0625727b4b9fd9090801 /FORMATS
parent4b8968f7e1f91f88e51a5014aa17f07484040f72 (diff)
downloadvdr-9de548ee59234ddfbb1e8a65d72d2385ba165d4e.tar.gz
vdr-9de548ee59234ddfbb1e8a65d72d2385ba165d4e.tar.bz2
Recording both audio tracks
Diffstat (limited to 'FORMATS')
-rw-r--r--FORMATS9
1 files changed, 9 insertions, 0 deletions
diff --git a/FORMATS b/FORMATS
index 3a70871e..0f047352 100644
--- a/FORMATS
+++ b/FORMATS
@@ -128,3 +128,12 @@ Video Disk Recorder File Formats
- 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).
+
+* 001.vdr ... 255.vdr
+
+ These are the actual recorded MPEG data files. In order to keep the size of
+ an individual file below a given limit, a recording is split into several
+ files. The contents of these files is "Packetized Elementary Stream" (PES)
+ and contains ES packets with ids 0xE0 for video, 0xC0 for audio 1 and 0xC1
+ for audio 2 (if available).
+