mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Recording both audio tracks
This commit is contained in:
9
FORMATS
9
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).
|
||||
|
||||
|
Reference in New Issue
Block a user