Lines Matching +full:audio +full:- +full:video

1 .. SPDX-License-Identifier: GFDL-1.1-no-invariants-or-later
16 area of digital video broadcasting (Digital TV) and should be familiar with
17 part I of the MPEG2 specification ISO/IEC 13818 (aka ITU-T H.222), i.e
19 meant by a packetized elementary stream (PES) or an I-frame.
23 - European standards (DVB): http://www.dvb.org and/or http://www.etsi.org.
24 - American standards (ATSC): https://www.atsc.org/standards/
25 - Japanese standards (ISDB): http://www.dibeg.org/
65 .. kernel-figure:: dvbstb.svg
71 A Digital TV card or set-top-box (STB) usually consists of the
76 antenna or directly from cable. The frontend down-converts and
85 real time and re-inserted into the TS.
91 Demultiplexer which filters the incoming Digital TV MPEG-TS stream
92 The demultiplexer splits the TS into its components like audio and
93 video streams. Besides usually several of such audio and video
97 Audio and video decoder
98 The main targets of the demultiplexer are audio and video
99 decoders. After decoding, they pass on the uncompressed audio and
100 video to the computer screen or to a TV set.
109 It may also not be needed for certain usages (e.g. for data-only
123 currently six Unix-style character devices for video, audio, frontend,
124 demux, CA and IP-over-DVB networking. The video and audio devices
137 - ``/dev/dvb/adapterN/audioM``,
139 - ``/dev/dvb/adapterN/videoM``,
141 - ``/dev/dvb/adapterN/frontendM``,
143 - ``/dev/dvb/adapterN/netM``,
145 - ``/dev/dvb/adapterN/demuxM``,
147 - ``/dev/dvb/adapterN/dvrM``,
149 - ``/dev/dvb/adapterN/caM``,
170 .. code-block:: c