video.rst 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .. -*- coding: utf-8; mode: rst -*-
  2. .. _dvb_video:
  3. #######################
  4. Digital TV Video Device
  5. #######################
  6. The Digital TV video device controls the MPEG2 video decoder of the Digital
  7. TV hardware. It can be accessed through **/dev/dvb/adapter0/video0**. Data
  8. types and and ioctl definitions can be accessed by including
  9. **linux/dvb/video.h** in your application.
  10. Note that the Digital TV video device only controls decoding of the MPEG video
  11. stream, not its presentation on the TV or computer screen. On PCs this
  12. is typically handled by an associated video4linux device, e.g.
  13. **/dev/video**, which allows scaling and defining output windows.
  14. Some Digital TV cards don’t have their own MPEG decoder, which results in the
  15. omission of the audio and video device as well as the video4linux
  16. device.
  17. The ioctls that deal with SPUs (sub picture units) and navigation
  18. packets are only supported on some MPEG decoders made for DVD playback.
  19. These ioctls were also used by V4L2 to control MPEG decoders implemented
  20. in V4L2. The use of these ioctls for that purpose has been made obsolete
  21. and proper V4L2 ioctls or controls have been created to replace that
  22. functionality.
  23. .. toctree::
  24. :maxdepth: 1
  25. video_types
  26. video_function_calls