Difference between revisions of "PVA"
Jump to navigation
Jump to search
(Add wikilinks, fix git link, grammar) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{mux|id=pva|encoder=n}} | {{mux|id=pva|encoder=n}} | ||
− | PVA is | + | PVA is the extension denoting [[Packetize]]d Elementary Streams (PES) containing both video and audio. PES files are muxed [[elementary stream]]s. By their nature elementary streams are only audio or video files. However, by recording [[timestamp]]s PVA files can contain both with a low overhead for [[muxing]] real-time [[MPEG-2 video]] with [[AC3]] Dolby Digital audio. Such files are often recorded with Digital Video Broadcast [[DVB]] capturing software. |
− | {{file| | + | ==Source code== |
+ | {{file|modules/demux/pva.c|input demuxer}} |
Latest revision as of 22:32, 24 February 2019
pva
|
VLC can decode this container. The module name to use at the command line is pva. |
PVA is the extension denoting Packetized Elementary Streams (PES) containing both video and audio. PES files are muxed elementary streams. By their nature elementary streams are only audio or video files. However, by recording timestamps PVA files can contain both with a low overhead for muxing real-time MPEG-2 video with AC3 Dolby Digital audio. Such files are often recorded with Digital Video Broadcast DVB capturing software.
Source code
- modules/demux/pva.c (input demuxer)